Check data subset: check random percentage subset

This commit is contained in:
fgma
2020-10-24 17:30:42 +02:00
committed by Michael Eischer
parent 3c0c0c132b
commit 8f9cea8cc0
4 changed files with 257 additions and 35 deletions

View File

@@ -0,0 +1,8 @@
Enhancement: Allow specifying percentage in check's --read-data-subset
We've enhanced the command-line option --read-data-subset to also accept a
percentage. This will check the given percentage of pack files which are
randomly selected on each run.
https://github.com/restic/restic/pull/3038
https://github.com/restic/restic/issues/2186