2022-07-23 09:21:26 +00:00
|
|
|
Change: Deprecate `check --check-unused` and add further checks
|
|
|
|
|
|
|
|
Since restic 0.12.0, it is expected to still have unused blobs after running
|
2022-08-23 23:21:01 +00:00
|
|
|
`prune`. This made the `--check-unused` option of the `check` command rather
|
2022-08-24 19:13:14 +00:00
|
|
|
useless and tended to confuse users. This option has been deprecated and is
|
|
|
|
now ignored.
|
2022-07-23 09:21:26 +00:00
|
|
|
|
2022-08-23 23:21:01 +00:00
|
|
|
The `check` command 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.
|
2022-07-23 09:21:26 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/3295
|
|
|
|
https://github.com/restic/restic/pull/3730
|