restic/changelog/0.13.0_2022-03-26/pull-2594

8 lines
287 B
Plaintext

Enhancement: Speed up the `restore --verify` command
The `--verify` option lets the `restore` command verify the file content
after it has restored a snapshot. The performance of this operation has
now been improved by up to a factor of two.
https://github.com/restic/restic/pull/2594