Use this field to exclude folders from synchronization by specifying a folder name in file path format, (i.e. \TEMP\ or C:\WINDOWS\). These examples will exclude any folder path that contains these strings including sub-folders.
If you wish to exclude only a specific or root folder such as "C:\WINDOWS\" but include sub-folders you must include a "#" in front of the complete folder path (i.e. "#C:\WINDOWS\"). This example will exclude any files in this directory but include any files in its sub-folders. A semicolon separates multiple folder exclusions.
If you wish to exclude multiple folders that contain the same string do not include the "\" at the end of the folder exclude (i.e. \Docs).
These settings are not case sensitive, (i.e. "A" = "a")
Examples
|
\Docs
|
- excludes files and sub-folder in folders starting with Docs (i.e. Docs, Docs1, DocsA, etc.)
|
|
\Docs\
|
- excludes files and sub-folder in folders named Docs
|
|
C:\Docs\
|
- excludes files and sub-folder in the folder C:\Docs\
|
|
#C:\Docs\
|
- excludes files in the folder C:\Docs\ but includes files in its sub-folders
|
Exclusions can be typed manually, or can be specified using either the Exclude Folders Button or drop-down list located to the right of the field.
|