mirror of https://github.com/restic/restic.git
Amend changelog
This commit is contained in:
parent
8b11b86383
commit
94dc9a0fa7
|
@ -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
|
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.
|
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
|
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
|
your only backup copy! Please run `check` in regular intervals to detect any
|
||||||
problems.
|
problems.
|
||||||
|
|
Loading…
Reference in New Issue