mirror of
https://github.com/restic/restic.git
synced 2026-07-12 18:25:10 +00:00
9e1a526611
Co-authored-by: Michael Eischer <michael.eischer@fau.de>
12 lines
521 B
Plaintext
12 lines
521 B
Plaintext
Enhancement: `restic repair snapshots --forget` removes broken snapshots
|
|
|
|
In the past restic had no command to remove broken snapshot files.
|
|
|
|
`restic repair snapshots --forget` can now remove broken snapshot files,
|
|
which have been found previously by `restic check` or by earlier error messages from restic commands.
|
|
|
|
For example, `restic repair snapshots --forget 1d204771` will remove a broken snapshot file with id `1d204771`.
|
|
|
|
https://github.com/restic/restic/issues/21892
|
|
https://github.com/restic/restic/pull/21907
|