1
0
mirror of https://github.com/restic/restic.git synced 2024-07-04 09:00:54 +02:00
restic/changelog/unreleased/pull-3006
Alexander Weiss 3d1d5295cc Add changelog
2020-11-15 07:05:09 +01:00

10 lines
384 B
Plaintext

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