Improve recover

- only save directories not referenced by any snapshot
- dont't write empty snapshot
- use progress bar
This commit is contained in:
Alexander Weiss
2021-07-20 20:37:21 +02:00
parent ec2e3b260e
commit bce87922c0
2 changed files with 46 additions and 33 deletions

View File

@@ -0,0 +1,7 @@
Enhancement: Improve recover command
Restic recover used to generate a snapshot that contains all root trees
even those which are already referenced by a snapshot.
It now only processes trees not referenced at all.
https://github.com/restic/restic/pull/2880