1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-03-30 00:00:14 +01:00

add changelog recover enhancement

This commit is contained in:
Michael Eischer 2025-03-23 18:17:33 +01:00
parent 99fdb00d39
commit 2240d1801c

View file

@ -0,0 +1,8 @@
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