Add changelog

This commit is contained in:
Michael Eischer 2021-08-22 18:29:58 +02:00
parent 877fc9f352
commit 194ed19557
1 changed files with 7 additions and 0 deletions

View File

@ -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