mirror of
https://github.com/restic/restic.git
synced 2025-07-31 15:53:44 +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
|