forked from TrueCloudLab/restic
bce87922c0
- only save directories not referenced by any snapshot - dont't write empty snapshot - use progress bar
7 lines
260 B
Text
7 lines
260 B
Text
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
|