From 3d1d5295cce963a15f011e7af24dc008e2565ff2 Mon Sep 17 00:00:00 2001 From: Alexander Weiss Date: Tue, 13 Oct 2020 13:13:03 +0200 Subject: [PATCH] Add changelog --- changelog/unreleased/pull-3006 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 changelog/unreleased/pull-3006 diff --git a/changelog/unreleased/pull-3006 b/changelog/unreleased/pull-3006 new file mode 100644 index 000000000..71f110101 --- /dev/null +++ b/changelog/unreleased/pull-3006 @@ -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