forked from TrueCloudLab/restic
Add changelog entry
This commit is contained in:
parent
ddb7697d29
commit
1e306be000
1 changed files with 10 additions and 0 deletions
10
changelog/unreleased/pull-3106
Normal file
10
changelog/unreleased/pull-3106
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
Enhancement: Parallelize scan of snapshot content in copy and prune
|
||||||
|
|
||||||
|
The copy and the 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
|
Loading…
Reference in a new issue