From ad163fec68d55be4672ea72d40010cd70bc51036 Mon Sep 17 00:00:00 2001 From: kaufe <79022130+kaufe@users.noreply.github.com> Date: Fri, 18 Oct 2024 10:01:21 +0200 Subject: [PATCH] Add possibility to overwrite compression (#116) Co-authored-by: Alexander Kaufmann --- templates/config.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/config.yaml.j2 b/templates/config.yaml.j2 index bcc5d08..068bf32 100644 --- a/templates/config.yaml.j2 +++ b/templates/config.yaml.j2 @@ -82,7 +82,7 @@ storage: # Type of compression to use when creating archives. See # https://borgbackup.readthedocs.org/en/stable/usage.html#borg-create for details. # Defaults to no compression. - compression: auto,zstd + compression: {{ borg_compression|default('auto,zstd') }} # Remote network upload rate limit in kiBytes/second. {% if borg_remote_rate_limit %}