2
2
mirror of https://github.com/octoleo/restic.git synced 2024-09-17 01:29:06 +00:00
restic/changelog/unreleased/pull-3006

10 lines
384 B
Plaintext
Raw Normal View History

2020-10-13 11:13:03 +00:00
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