2021-02-13 23:57:54 +00:00
|
|
|
Enhancement: Speed up the `rebuild-index` command
|
2020-10-13 11:13:03 +00:00
|
|
|
|
2021-02-13 23:57:54 +00:00
|
|
|
We've optimized the `rebuild-index` command. Now, existing index entries are used
|
2020-10-13 11:13:03 +00:00
|
|
|
to minimize the number of pack files that must be read. This speeds up the index
|
|
|
|
rebuild a lot.
|
2021-02-13 23:57:54 +00:00
|
|
|
|
|
|
|
Additionally, the option `--read-all-packs` has been added, implementing the
|
|
|
|
previous behavior.
|
2020-10-13 11:13:03 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issue/2547
|
|
|
|
https://github.com/restic/restic/pull/3006
|