sync files in root but not in subdirectories

Get help for specific problems
Posts: 2
Joined: 22 Jun 2016

syncer2016

Hi forum,

I need to sync several paths of a drive (let's say D)
AND all the files in the root directory.

But when I include
D:\path1
D:\path2
...
D:\
all files on drive D will be synced.

How can I exclude all the files in subdirectories of D
which are different from path1, path2, ...

Thanks
syncer2016
Posts: 2
Joined: 27 Jun 2016

oimara

For this case I use two identical base folder pairs.
Configure the filter for folder pair 1 to include D:\path1; D:\path2; ...
and configure the filter for folder pair 2 to exclude *\ [which means exclude all folders for this folder pair]
Posts: 2
Joined: 22 Jun 2016

syncer2016

Thank you very much!
It works great.

syncer2016