[#issue 3490] Support for specifying file size in read-data-subset

This commit is contained in:
Gautam Menghani
2021-11-01 13:30:25 +05:30
committed by gum3ng
parent 829c0a67af
commit 836fbb9133
4 changed files with 98 additions and 9 deletions

View File

@@ -0,0 +1,9 @@
Enhancement: Support for specifying file size in `check --read-data-subset`
To check a subset of repository files, the `check --read-data-subset` command
used to support two ways to select a subset - A specific range of pack files,
or random percentage of pack files. We have added a third method to select pack
files - By specifying file size. This new option is available with the 'restic check' command.
https://github.com/restic/restic/issues/3490
https://github.com/restic/restic/pull/3548