9 lines
371 B
Plaintext
Raw Normal View History

Enhancement: Make `recover` automatically rebuild index when needed
2025-03-23 18:17:33 +01:00
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.
2025-03-23 18:17:33 +01:00
https://github.com/restic/restic/issues/52897
https://github.com/restic/restic/pull/5296