mirror of
https://github.com/restic/restic.git
synced 2025-12-03 22:31:50 +00:00
8 lines
271 B
Plaintext
8 lines
271 B
Plaintext
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
|