You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vdirsyncer can rather unexpectedly (from a user perspective :) ) delete all events from a server:
Create a storage pair between an (empty) local and a remote storage.
Make an initial sync -> everything is fetched from the remote storage, great!
Change the local storage path in the config file and create that directory
Resync -> all events are deleted from the remote storage
Expected behaviour: Detect that the storage path was changed and fetch everything from the server again.
A very simple fix might be to detect that a storage directory is empty but a status file exists and to at least prompt the user if he is really sure to delete everything from the server.
The text was updated successfully, but these errors were encountered:
- Introduced changelogs.
- Many bugfixes.
- Many doc fixes.
- vdirsyncer now doesn't necessarily need UIDs anymore for syncronization.
- vdirsyncer now aborts if one collection got completely emptied between two
syncronizations. See #42.
vdirsyncer can rather unexpectedly (from a user perspective :) ) delete all events from a server:
Expected behaviour: Detect that the storage path was changed and fetch everything from the server again.
A very simple fix might be to detect that a storage directory is empty but a status file exists and to at least prompt the user if he is really sure to delete everything from the server.
The text was updated successfully, but these errors were encountered: