mirror of
https://github.com/restic/restic.git
synced 2026-07-19 21:54:53 +00:00
restic check and restic repair packs: treat missing packfiles the same as damaged and truncated packfiles (#21845)
Co-authored-by: Michael Eischer <michael.eischer@fau.de>
This commit is contained in:
co-authored by
Michael Eischer
parent
e4056e70a8
commit
75de8b54e6
@@ -0,0 +1,7 @@
|
||||
Enhancement: `restic repair packs` can handle missing packfiles
|
||||
|
||||
Missing and damaged packfiles previously required separate approaches to fix a repository.
|
||||
Now, both cases can be handled by the `repair packs` command, which is now able to handle
|
||||
missing packfiles by removing them from the repository index.
|
||||
|
||||
https://github.com/restic/restic/pull/21845
|
||||
Reference in New Issue
Block a user