2022-03-25 23:15:41 +00:00
|
|
|
Bugfix: `rebuild-index` failed if an index file was damaged
|
2021-08-22 16:29:58 +00:00
|
|
|
|
2022-03-25 23:15:41 +00:00
|
|
|
Previously, the `rebuild-index` command would fail with an error if an index
|
|
|
|
file was damaged or truncated. This has now been fixed.
|
|
|
|
|
|
|
|
On older restic versions, a (slow) workaround is to use
|
2021-08-22 16:29:58 +00:00
|
|
|
`rebuild-index --read-all-packs` or to manually delete the damaged index.
|
|
|
|
|
|
|
|
https://github.com/restic/restic/pull/3488
|