mirror of
https://github.com/restic/restic.git
synced 2025-10-29 11:59:33 +00:00
* polish changelogs * Additional changelog polishing * fix test failure * Correct changelog for recover command --------- Co-authored-by: Leo R. Lundgren <leo@finalresort.org>
9 lines
371 B
Plaintext
9 lines
371 B
Plaintext
Enhancement: Make `recover` automatically rebuild index when needed
|
|
|
|
When trying to recover data from an interrupted snapshot, it was previously
|
|
necessary to manually run `repair index` before runnning `recover`. This now
|
|
happens automatically so that only `recover` is necessary.
|
|
|
|
https://github.com/restic/restic/issues/52897
|
|
https://github.com/restic/restic/pull/5296
|