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