Exclusions

Set up exclusions for the specific types of files you do not wish to back up. For example, you may not want database, hidden and system files and folders, as well as files with specific extensions, to be stored in the archive.

To specify which files and folders to exclude:

Set up any of the following parameters:

To exclude a folder specified by a path containing the drive letter, add a backslash (\) to the folder name in the criterion; for example: C:\Finance\

Exclusion examples

Criterion

Example

Description

Windows and Linux

By name

F.log

F

Excludes all files named "F.log"

Excludes all folders named "F"

By mask (*)

*.log

F*

Excludes all files with the .log extension

Excludes all files and folders with names starting with "F" (such as folders F, F1 and files F.log, F1.log)

By mask (?)

F???.log

 

Excludes all .log files with names consisting of four symbols and starting with "F"

Windows

By file path

C:\Finance\F.log

 

Excludes the file named "F.log" located in the folder C:\Finance

By folder path

C:\Finance\F\

Excludes the folder C:\Finance\F (be sure to specify the full path starting from the disk letter)

Linux

By file path

/home/user/Finance/F.log

Excludes the file named "F.log" located in the folder /home/user/Finance

By folder path

/home/user/Finance/

Excludes the folder /home/user/Finance