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:
parent
99fdb00d39
commit
2240d1801c
1 changed files with 8 additions and 0 deletions
8
changelog/unreleased/issue-5287
Normal file
8
changelog/unreleased/issue-5287
Normal 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
|
Loading…
Add table
Reference in a new issue