Files
restic/changelog/0.18.0_2025-03-27/issue-5287
2025-06-02 21:12:37 +02:00

9 lines
370 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/5287
https://github.com/restic/restic/pull/5296