Merge pull request #1556 from ifedorenko/check-subset

Add --read-data-subset flag to check command
This commit is contained in:
Alexander Neumann
2018-02-24 14:53:20 +01:00
4 changed files with 120 additions and 19 deletions

View File

@@ -0,0 +1,7 @@
Enhancement: Add --read-data-subset flag to check command
This change introduces ability to check integrity of a subset of repository
data packs. This can be used to spread integrity check of larger repositories
over period of time.
https://github.com/restic/restic/issues/1497