2022-03-25 20:40:07 +00:00
|
|
|
Enhancement: Support random subset by size in `check --read-data-subset`
|
2021-11-01 08:00:25 +00:00
|
|
|
|
2022-03-25 20:40:07 +00:00
|
|
|
The `--read-data-subset` option of the `check` command now supports a third way
|
|
|
|
of specifying the subset to check, namely `nS` where `n` is a size in bytes with
|
|
|
|
suffix `S` as k/K, m/M, g/G or t/T.
|
2021-11-01 08:00:25 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/3490
|
2022-03-25 20:40:07 +00:00
|
|
|
https://github.com/restic/restic/pull/3548
|