doc: Fix typo in compression section

This commit is contained in:
rawtaz
2022-08-12 22:17:38 +02:00
committed by GitHub
parent f0bb4f8708
commit 2cb2aa31cd

View File

@@ -44,7 +44,7 @@ Compression
===========
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
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