mirror of
https://github.com/restic/restic.git
synced 2025-08-24 03:10:21 +00:00
Prepare changelog for 0.12.0
This commit is contained in:
10
changelog/0.12.0_2021-02-14/pull-3106
Normal file
10
changelog/0.12.0_2021-02-14/pull-3106
Normal file
@@ -0,0 +1,10 @@
|
||||
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 parallized 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
|
Reference in New Issue
Block a user