mirror of
https://github.com/octoleo/restic.git
synced 2024-11-05 04:47:51 +00:00
7 lines
246 B
Plaintext
7 lines
246 B
Plaintext
Enhancement: Speed up restic restore --verify
|
|
|
|
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
|