mirror of
https://github.com/octoleo/restic.git
synced 2024-12-22 10:58:55 +00:00
doc: Fix typo in compression section
This commit is contained in:
parent
f0bb4f8708
commit
2cb2aa31cd
@ -44,7 +44,7 @@ Compression
|
|||||||
===========
|
===========
|
||||||
|
|
||||||
For a repository using at least repository format version 2, you can configure how data
|
For a repository using at least repository format version 2, you can configure how data
|
||||||
is compressed with the option ``--compression``. It can be set to ```auto``` (the default,
|
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
|
which will compress very fast), ``max`` (which will trade backup speed and CPU usage for
|
||||||
slightly better compression), or ``off`` (which disables compression). Each setting is
|
slightly better compression), or ``off`` (which disables compression). Each setting is
|
||||||
only applied for the single run of restic. The option can also be set via the environment
|
only applied for the single run of restic. The option can also be set via the environment
|
||||||
|
Loading…
Reference in New Issue
Block a user