From 88a8b528e20013c0aa3cc6bcd9659b0b5ddd9170 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:20:07 +0200 Subject: 5.4 --- BUILD/Help/html/Exclude Items.html | 107 +++++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 BUILD/Help/html/Exclude Items.html (limited to 'BUILD/Help/html/Exclude Items.html') diff --git a/BUILD/Help/html/Exclude Items.html b/BUILD/Help/html/Exclude Items.html new file mode 100644 index 00000000..239b639a --- /dev/null +++ b/BUILD/Help/html/Exclude Items.html @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + +

Exclude +items

+

Files +and directories are only considered for synchronization if they pass +the filter. They have to match at least one entry in the include list +and none of the entries in the exclude list:

+
    +
  1. Each + list item must be a file or directory path relative + to synchronization base directories

    +
  2. Multiple + items must be separated by ';' or a new line

    +
  3. Wild + cards like '*' or '?' may be used

    +
+


+

+

Example: +Exclude items for mirror-sync from +C:\Source +to D:\Target

+

+

Single + file C:\Source\file.txt:
     Exclude: + \file.txt

+

Single + folder C:\Source\subfolder:
    Exclude: + \subfolder\

+

All + files (and folders) named thumbs.db:
    Exclude: + *\thumbs.db

+

All + *.tmp + files + located in subfolder + only:
    Exclude: + \subfolder\*.tmp

+

Files + and folders containing temp + somewhere + in their path:
    Exclude: + *temp*

+

Multiple + entries separated by semicolon:
    Exclude: + *.tmp; + *.doc; *.bak

+

+

+

Example: +Exclude all files and folders located in subdirectories of base +directories

+

+

+ Exclude: *\*

+

+

+

Example: +Include only files and folders +located in subdirectories of base directories

+

+

+ Include: *\*

+

+

+


+

+

+

+

+

+


+

+ + \ No newline at end of file -- cgit