Can I disable warning (two folderpairs to the same folder)

Discuss new features and functions
Posts: 4
Joined: 5 Sep 2016

malusync

Hi,

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>
2. Specified folders:
<Include>
<Item>\Folder1</Item>
<Item>\Folder2</Item>
</Include>
<Exclude/>
Can I somehow make it work without warning either by combining these two into one, or disabling warning?