Add possibility to overwrite compression (#116)

Co-authored-by: Alexander Kaufmann <akaufman@DESKTOP-K5ID02T.localdomain>
This commit is contained in:
kaufe
2024-10-18 10:01:21 +02:00
committed by GitHub
parent ab8dd529b8
commit ad163fec68

View File

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