From 0ea3d514def6cceaade7e9db772e7a63619431ea Mon Sep 17 00:00:00 2001 From: Alexander Kaufmann Date: Tue, 21 Mar 2023 08:18:12 +0100 Subject: [PATCH] add possibility to overwrite compression --- 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 c5148ee..879163a 100644 --- a/templates/config.yaml.j2 +++ b/templates/config.yaml.j2 @@ -73,7 +73,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 %}