doc: add fastest, better compression

Follow-up for #5321
This commit is contained in:
Alex Xu 2025-04-13 19:33:13 -04:00 committed by GitHub
parent 0dffa1208d
commit 12f36ebf07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,11 +54,10 @@ 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 ``off``, ``fastest``,
which will compress very fast), ``max`` (which will trade backup speed and CPU usage for ``auto`` (default), ``better``, or ``max``. Each setting uses more CPU but less bandwidth
slightly better compression), or ``off`` (which disables compression). Each setting is and storage space. This setting is only applied for the single run of restic, but can also be
only applied for the single run of restic. The option can also be set via the environment set via the environment variable ``RESTIC_COMPRESSION``.
variable ``RESTIC_COMPRESSION``.
Data Verification Data Verification