mirror of
https://github.com/restic/restic.git
synced 2026-07-01 13:04:18 +00:00
75de8b54e6
Co-authored-by: Michael Eischer <michael.eischer@fau.de>
8 lines
353 B
Plaintext
8 lines
353 B
Plaintext
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
|