Add --read-data-subset flag to check command

Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
This commit is contained in:
Igor Fedorenko
2018-01-02 00:38:14 -05:00
parent c99eabfb37
commit 07d080830e
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