forked from TrueCloudLab/restic
Add changelog
This commit is contained in:
parent
30b6a0878a
commit
3d1d5295cc
1 changed files with 9 additions and 0 deletions
9
changelog/unreleased/pull-3006
Normal file
9
changelog/unreleased/pull-3006
Normal file
|
@ -0,0 +1,9 @@
|
|||
Enhancement: Speed up rebuild-index
|
||||
|
||||
We've optimized the command rebuild-index. Now, existing index entries are used
|
||||
to minimize the number of pack files that must be read. This speeds up the index
|
||||
rebuild a lot.
|
||||
Also the option --read-all-packs was added which implements the previous behavior.
|
||||
|
||||
https://github.com/restic/restic/issue/2547
|
||||
https://github.com/restic/restic/pull/3006
|
Loading…
Reference in a new issue