Here is an update of what changed in rustic.
Actually I’m about to prepare a 0.2 release which features:
- added the following commands:
forget
,prune
,repoinfo
,tag
,key
- forgetting and pruning is lock-free, i.e. you can prune your repository and concurrently backup to it
- added the REST backend (others backends are possible by rclone and starting
rclone serve restic
manually) - snapshots save much more statistical information, see my last comment in Print out the backup size when listing snapshots (enhancement) · Issue #693 · restic/restic · GitHub
- (command
init
is WIP - 0.2 will include it)
Happy to get feedback in form of bug reports, feature requests or PRs on the github page!