Include Files: *.html;*.htm;*.gif
|
All HTML files and picture files with the "gif" extension are included in the sync
|
Include Files: *
|
All files are included in the sync
|
Include Files: sys*.*
|
All file names starting with "sys" and having some extension are included.
NOTICE! Files without an extension are NOT included. (see below)
|
Include Files: sys*
|
All file names starting with "sys" are included in the sync, with or without extension.
|
Include Dirs: pub;public
|
When the Include subdurectories option is in use, files in the current folder and files in the "pub" and "public" folders are included in the sync. Notice! Only "pub" and "public" subfolders under these are included.
|
Exclude Files: *.log
|
Exclude filenames with "log" extension from the sync.
|
Exclude Files: *.tmp;*.temp;_*
|
Exclude filenames with "tmp" and "temp" extensions, and filenames prefixed with underscore character from the sync.
|
Exclude Dirs: bin;usr;etc
|
Exclude "bin", "usr" and "etc" folders from the sync.
|