-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Suggestion] Add 'sync' option #108
Comments
Possibly even an auto-sync on startup or shutdown option? But sync is a great idea. |
@mrmckeb commented on 28 jul. 2015 04:38 CEST:
Next version will check for possible outdated backups when launching Atom. |
That sounds great, thanks! |
Now when I open Atom I seem to always get this message about my settings being out of date. It's not clear what I should do. Is it telling me I should backup (local settings are newer than those in the cloud)? Or that I should restore (settings in cloud are newer than my local ones)? The orange dialog gives me options to do both backup and restore but there's no way of knowing which I should click. |
@johnjcamilleri unfortunately right now it's impossible to detect which one is newer. Maybe a good enhancement would be to display backup's date, but local changes are not timestamped so it's up to the user to remember which is more accurate. |
+1 for sync (auto-sync) |
+1 for auto-sync |
+1 for auto-sync. |
If implemented, please make it an opt-in feature. Unless enhancement #281 is in place. This is useful to share settings with the whole team without letting everyone messing it up. Thanks for this great tool. Tien |
+1 for auto-sync |
PRs are welcome |
Diff view is available now. This will show what changed so you can decide to backup or restore. |
Should be great ad
Sync
option, in addition toBackup
andRestore
, in order to solve possible "merge" conflicts instead of overwrite on multibackup
calls in multiples instances.The text was updated successfully, but these errors were encountered: