mirror of
https://github.com/restic/restic.git
synced 2026-07-17 12:44:54 +00:00
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
|