mirror of
https://github.com/restic/restic.git
synced 2025-12-03 23:11:47 +00:00
[#issue 3490] Support for specifying file size in read-data-subset
This commit is contained in:
9
changelog/unreleased/issue-3490
Normal file
9
changelog/unreleased/issue-3490
Normal 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
|
||||
Reference in New Issue
Block a user