2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-02 17:10:49 +00:00
restic/changelog/unreleased/pull-2594

7 lines
246 B
Plaintext
Raw Normal View History

Enhancement: Speed up restic restore --verify
2021-09-19 12:07:56 +00:00
The --verify option lets restic restore verify the file content after it has
restored a snapshot. We've sped up the verification by up to a factor of two.
https://github.com/restic/restic/pull/2594