restic/changelog/0.12.0_2021-02-14/pull-3106

11 lines
406 B
Plaintext
Raw Normal View History

Enhancement: Parallelize scan of snapshot content in `copy` and `prune`
2020-12-06 00:08:07 +00:00
The `copy` and `prune` commands used to traverse the directories of
2020-12-06 00:08:07 +00:00
snapshots one by one to find used data. This snapshot traversal is
2023-12-06 12:11:55 +00:00
now parallelized which can speed up this step several times.
2020-12-06 00:08:07 +00:00
In addition the `check` command now reports how many snapshots have
2020-12-06 00:08:07 +00:00
already been processed.
https://github.com/restic/restic/pull/3106