client
client copied to clipboard
Backup/Restore Configuration
The ability to backup configuration including Repositories to a file (for eg. .json file) and restore it on another device
Ya this would be a good idea let me see how I can implement this
The ability to backup configuration including Repositories to a file (for eg.
.jsonfile) and restore it on another device
This sounds good, we can use the sql database saved in data directory. Json would not be a better alternative for app db, rather json can be considered for app preferences. But i feel backing up preferences is unnecessary since there are very few preferences currently.
This is only for the app configuration and repo config, not app db. Well, in any case, you do need that for the Repositories, as adding manually 10 new is nontrivial. So if you backup the repository preferences, why not do that for everything else in one package to provide the complete experience.
Any update?