Merge pull request #1772 from ifedorenko/restore-verify

Restore verify
This commit is contained in:
Alexander Neumann
2018-06-23 14:50:29 +02:00
8 changed files with 301 additions and 187 deletions

View File

@@ -0,0 +1,6 @@
Enhancement: Add restore --verify to verify restored file content
Restore will print error message if restored file content does not match
expected SHA256 checksum
https://github.com/restic/restic/pull/1772