Prepare changelog for 0.12.0

This commit is contained in:
Alexander Neumann
2021-02-14 11:44:00 +01:00
parent 13d52c88fb
commit 1a34260cf0
35 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
Enhancement: Allow specifying percentage in `check --read-data-subset`
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).
https://github.com/restic/restic/issues/2186
https://github.com/restic/restic/pull/3038