mirror of
https://github.com/restic/restic.git
synced 2025-12-02 12:22:02 +00:00
9 lines
327 B
Plaintext
9 lines
327 B
Plaintext
Enhancement: `recover` automatically runs `repair index`
|
|
|
|
When trying to recover data from an interrupted snapshot, it was necessary
|
|
to manually run `restic repair index` before runnning `restic recover`.
|
|
This now happens automatically.
|
|
|
|
https://github.com/restic/restic/issues/52897
|
|
https://github.com/restic/restic/pull/5296
|