From 528635604eea1d8c679a3d038e2f00030ef72444 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:03:20 +0200 Subject: 3.2 --- BUILD/Help/html/advanced/ExcludeSubfolder.html | 43 ++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 BUILD/Help/html/advanced/ExcludeSubfolder.html (limited to 'BUILD/Help/html/advanced/ExcludeSubfolder.html') diff --git a/BUILD/Help/html/advanced/ExcludeSubfolder.html b/BUILD/Help/html/advanced/ExcludeSubfolder.html new file mode 100644 index 00000000..550ba633 --- /dev/null +++ b/BUILD/Help/html/advanced/ExcludeSubfolder.html @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + +

Exclude +subfolders from synchronization

+


+

+

In +order to synchronize all files from base synchronization directories +excluding all subfolders, simply set up a filter like this:

+

+

+ Include: *
Exclude: + *\

+

+

+

This +will exclude all objects within the two directories that end with a +'\' character, which is +interpreted as the end of a directory name.

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