From 194ed195579894776028d55ca6365707d1704d6d Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Sun, 22 Aug 2021 18:29:58 +0200 Subject: [PATCH] Add changelog --- changelog/unreleased/pull-3488 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/pull-3488 diff --git a/changelog/unreleased/pull-3488 b/changelog/unreleased/pull-3488 new file mode 100644 index 000000000..5157448f5 --- /dev/null +++ b/changelog/unreleased/pull-3488 @@ -0,0 +1,7 @@ +Bugfix: rebuild-index failed if an index file was damaged + +The `rebuild-index` command failed with an error if an index file was damaged +or truncated. This has been fixed. A (slow) workaround is to use +`rebuild-index --read-all-packs` or to manually delete the damaged index. + +https://github.com/restic/restic/pull/3488