From 87d899c099202b16fe15b1e2378f0fd1984c1df7 Mon Sep 17 00:00:00 2001 From: mattxtaz Date: Tue, 5 Jul 2022 20:06:27 +0100 Subject: [PATCH] Fix minor typo in docs --- doc/047_tuning_backup_parameters.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/047_tuning_backup_parameters.rst b/doc/047_tuning_backup_parameters.rst index 4f84b9c23..5fe435d9a 100644 --- a/doc/047_tuning_backup_parameters.rst +++ b/doc/047_tuning_backup_parameters.rst @@ -42,7 +42,7 @@ usage of restic. Compression =========== -For a repository using a 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, 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