forked from TrueCloudLab/restic
6 lines
246 B
Text
6 lines
246 B
Text
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
|