Add changelog for stricter checks

This commit is contained in:
Michael Eischer 2022-07-23 11:21:26 +02:00
parent 5a6f2f9fa0
commit 3bf53da672
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
Change: Deprecate `check --check-unused` and add further checks
Since restic 0.12.0, it is expected to still have unused blobs after running
`prune`. This made the `check --check-unused` rather useless and tended to
confuse users. The options has been deprecated and is now ignored.
`check` now also warns if a repository is using either the legacy S3 layout or
mixed pack files with both tree and data blobs. The latter is known to cause
performance problems.
https://github.com/restic/restic/issues/3295
https://github.com/restic/restic/pull/3730