1
0
mirror of https://github.com/restic/restic.git synced 2024-06-25 07:47:44 +02:00
restic/changelog/0.12.0_2021-02-14/pull-3106
Andrea Gelmini 241916d55b
Fix typos
2023-12-06 13:11:55 +01:00

11 lines
406 B
Plaintext

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