diff --git a/changelog/unreleased/issue-5287 b/changelog/unreleased/issue-5287 new file mode 100644 index 000000000..a77876038 --- /dev/null +++ b/changelog/unreleased/issue-5287 @@ -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