Skip to content

Commit

Permalink
Add possibility to overwrite compression (#116)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Kaufmann <[email protected]>
  • Loading branch information
kaufe and Alexander Kaufmann authored Oct 18, 2024
1 parent ab8dd52 commit ad163fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/config.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit ad163fe

Please sign in to comment.