jasminb / megastoragemanager

Android application providing sync and data management tools for mega cloud storage
5 stars 2 forks source link

2 different two-way syncs to same cloud folder #43

Open ja02 opened 9 years ago

ja02 commented 9 years ago
  1. Create empty cloud folder F.
  2. Create 2-way sync between F and a local folder LF1.
  3. Create 2-way sync between F and a local folder LF2.

Error: Second sync is created successfully. Expected: Error message is displayed informing that F has already been used in a different sync. The second sync is not created.

Note 1: Allowing such a setup could, depending on the order of operations, probably lead to an infinite number of downloads / uploads. Note 2: The same applies to local folder (although I did not test it, maybe it works OK).