forked from TrueCloudLab/restic
bb066cf7d3
Time to verify a 2GB snapshot down from 9.726s to 4.645s (-52%).
7 lines
271 B
Text
7 lines
271 B
Text
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
|