add possibility to overwrite compression

This commit is contained in:
Alexander Kaufmann 2023-03-21 08:18:12 +01:00
parent 981d4f9072
commit 0ea3d514de

View File

@ -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 %}