I have a scenario in which I guess (correct me if I'm wrong) I need to have two folderpairs with the same destination folder. I want all my files from root + specified folders to be synced with destination. My folderpairs:
1. All files from root:
<Include>
<Item>*</Item>
</Include>
<Exclude>
<Item>\*\</Item>
</Exclude>
<Include>
<Item>\Folder1</Item>
<Item>\Folder2</Item>
</Include>
<Exclude/>