Recovery exclusions

Set up exclusions for the specific files and folders you do not wish to recover.

Note: Exclusions override selection of data items to recover. For example, if you select to recover file MyFile.tmp and to exclude all .tmp files, file MyFile.tmp will not be recovered.

Use the Add, Edit, Remove and Remove All buttons to create the list of files and folders to exclude. Specify the name of the file or folder, such as Document.txt.

The names are not case-sensitive in Windows and Linux. For example, if you choose to exclude all .tmp files and the Temp folders, also excluded will be all .Tmp files, all .TMP files, and the TEMP folders.

You can use one or more wildcard characters * and ?:

Exclusion examples

Criterion

Example

Description

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"