2022-03-25 23:15:41 +00:00
|
|
|
Enhancement: Make `recover` collect only unreferenced trees
|
2021-07-20 18:37:21 +00:00
|
|
|
|
2022-03-25 23:15:41 +00:00
|
|
|
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.
|
2021-07-20 18:37:21 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/pull/2880
|