2021-02-14 00:57:54 +01:00
|
|
|
Enhancement: Allow specifying percentage in `check --read-data-subset`
|
2020-10-24 17:30:42 +02:00
|
|
|
|
2021-02-14 00:57:54 +01:00
|
|
|
We've enhanced the `check` command's `--read-data-subset` option to also accept
|
|
|
|
a percentage (e.g. `2.5%` or `10%`). This will check the given percentage of
|
|
|
|
pack files (which are randomly selected on each run).
|
2020-10-24 17:30:42 +02:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/2186
|
2020-11-15 18:11:39 +01:00
|
|
|
https://github.com/restic/restic/pull/3038
|