mirror of
https://github.com/restic/restic.git
synced 2026-06-28 11:34:18 +00:00
9670cd7459
`find` would only look up completely missing pack files in the index. A still existing but broken pack file would result in an error.
7 lines
239 B
Plaintext
7 lines
239 B
Plaintext
Enhancement: `find --pack` can handle corrupted pack files
|
|
|
|
`restic find --pack <id>` can now also report affected snapshot if a packfile
|
|
is corrupted but still present in the repository index.
|
|
|
|
https://github.com/restic/restic/pull/21883
|