Use this field to determine which file types will be included as part of synchronization. File Type Inclusions are specified by a star command followed by the file extension (i.e. *.doc). You can also specify specific file names and/or sub strings using the * wildcard character.
The default setting * includes all files.
Multiple Inclusions can be used and are semicolon delimited (i.e. *.doc;*.txt;*.exe).
Inclusions are not case sensitive, (i.e. "A" = "a").
Examples
|
*.doc
|
- includes any file ending with the extension .doc
|
|
docs
|
- includes any file that contains the string docs
|
|
copy*
|
- includes any file starting with the string copy
|
|
file;data;
|
- includes any file containing the strings file or data
|
You may also use the ? wildcard character to further narrow down your inclusions. The ? wildcard character can be used to substitute any single character in the file name including numbers.
Examples
|
????.*
|
- includes files that have extensions and contain only 4 characters in the name
|
|
June????.*
|
- includes files that have extensions, start with the word June, and are followed by 4 characters
|
|
??ne????*
|
- includes files that have the characters ne in the 3rd and 4 th positions followed by at least 4 characters
|
Inclusions can be typed manually, or can be specified using either the Include File Types button or drop-down list located to the right of the field.
|