Search found 1 match

by kevinffs
28 Feb 2016, 20:20
Forum: Help
Topic: RealTimeSync: Some questions
Replies: 1
Views: 732

RealTimeSync: Some questions

I have a FFS batch job that syncs multiple subdirectories off the root folder:

<FolderPairs>
<Pair>
<Left>C:\RootFolder</Left>
<Right>\\ServerName\RootFolder</Right>
</Pair>

<GlobalFilter>
<Include>
<Item>\SubFolderA\*</Item>
<Item>\SubFolderC\*</Item>
<Item>\SubFolderE\*</Item>
</Include ...