mirror of
https://github.com/octoleo/restic.git
synced 2024-11-01 03:12:31 +00:00
10 lines
354 B
Plaintext
10 lines
354 B
Plaintext
Enhancement: Make `recover` collect only unreferenced trees
|
|
|
|
Previously, the `recover` command used to generate a snapshot containing *all*
|
|
root trees, even those which were already referenced by a snapshot.
|
|
|
|
This has been improved such that it now only processes trees not already
|
|
referenced by any snapshot.
|
|
|
|
https://github.com/restic/restic/pull/2880
|