Amend changelog

This commit is contained in:
Alexander Neumann 2022-04-13 20:38:30 +02:00 committed by Michael Eischer
parent 8b11b86383
commit 94dc9a0fa7
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,11 @@ We have added compression support to the restic repository format. To create a
repository using the new format run `init --repository-version 2`. Please note
that the repository cannot be read by restic versions prior to 0.14.0.
You can configure if data is compressed with the option `--compression`. It can
be set to `auto` (the default, which will compress very fast), `max` (which
will trade backup speed and CPU usage for better compression), or `off` (which
disables compression). Each setting is only applied for the single run of restic.
The new format version has not received much testing yet. Do not rely on it as
your only backup copy! Please run `check` in regular intervals to detect any
problems.