Concurrent Restorer.VerifyFiles

Time to verify a 2GB snapshot down from 9.726s to 4.645s (-52%).
This commit is contained in:
greatroar
2021-09-19 13:10:41 +02:00
committed by Michael Eischer
parent 556424d61b
commit bb066cf7d3
2 changed files with 103 additions and 43 deletions
+7
View File
@@ -0,0 +1,7 @@
Enhancement: Speed up restic restore --verify
The --verify option causes restic restore to do some verification after it
has restored from a snapshot. This verification now runs up to 52% faster,
depending on the exact setup.
https://github.com/restic/restic/pull/2594