mirror of
https://github.com/restic/restic.git
synced 2025-08-22 20:07:31 +00:00
Merge pull request #3048 from aawsome/check-pack-index
check: check index for packs that are read
This commit is contained in:
9
changelog/unreleased/pull-3048
Normal file
9
changelog/unreleased/pull-3048
Normal file
@@ -0,0 +1,9 @@
|
||||
Enhancement: Check now checks index when reading packs
|
||||
|
||||
Restic used to only verfiy the pack file content when calling `check --read-data`
|
||||
`check --read-data-subset` but did not check if the blobs within the pack are
|
||||
correctly contained in the index.
|
||||
This check is now added and may give an "Blob ID is not contained in index" error.
|
||||
If the index is not correct, it can be rebuilt by using the `rebuild-index` command.
|
||||
|
||||
https://github.com/restic/restic/pull/3048
|
Reference in New Issue
Block a user