drewmccormack / ensembles

A synchronization framework for Core Data.
MIT License
1.63k stars 132 forks source link

Detect if files belong to current sync history #200

Open drewmccormack opened 9 years ago

drewmccormack commented 9 years ago

Each event includes all the unique Ids of the stores in the revisiting. We could compare this to the unique ids in the stores dir, and ignore the file if there are missing stores.

This should help a common problem— not properly nuking the cloud data and leaving stray files.