Auto Backups #257
Replies: 3 comments 10 replies
-
This is a great idea that i've been thinking of for a while. I would like to implement the Google Drive backup in the future, but this sounds a good alternative to me for the moment. Both alternatives can even live together since some people may prefer to store the backup locally (without the need of an internet connection). One minor thing to point out is that I would replace the "on change" option for the "on app exit" option, merely for performance reasons. What do you think? |
Beta Was this translation helpful? Give feedback.
-
Hi @enrique-lozano. I think a previous step towards implementing the auto-backup feature should be to first offer the user the option to select the folder where backups should be saved. Do you agree? If so, I've been playing around with it and I think I have the logic more or less implemented (still need to tidy up the UI). Should I open an issue for this to track any future PRs? Also, one thing we'd need to do is store the preferred save path so that it persists between app restarts. I assume the right place for this should be a new |
Beta Was this translation helpful? Give feedback.
-
Issue created in #268 with the requirements for this new feature 😊 |
Beta Was this translation helpful? Give feedback.
-
Problem to solve
Currently the only way to create a backup is for the user to manually start the process.
Possible solutions
I think the best thing would be to add a option to automatically create a backup file, options could include: "on change", "daily", "weekly" or "monthly". A choice on where to store the backup (instead just putting it downloads) would also be helpful.
Beta Was this translation helpful? Give feedback.
All reactions