Skip to content
Snippets Groups Projects
Verified Commit c86dd45b authored by David Mehren's avatar David Mehren
Browse files

Make chunker parameters configurable

parent 3ea32b72
No related branches found
No related tags found
No related merge requests found
...@@ -38,3 +38,4 @@ borgbackup_keep_yearly: 0 ...@@ -38,3 +38,4 @@ borgbackup_keep_yearly: 0
borgbackup_use_msmtp: true borgbackup_use_msmtp: true
borgbackup_email_from: "notifications@oh14.de" borgbackup_email_from: "notifications@oh14.de"
borgbackup_interval: "hourly" borgbackup_interval: "hourly"
borgbackup_chunker_params: "19,23,21,4095"
...@@ -18,6 +18,7 @@ location: ...@@ -18,6 +18,7 @@ location:
storage: storage:
compression: {{ borgbackup_compression }} compression: {{ borgbackup_compression }}
encryption_passphrase: {{ borgbackup_key }} encryption_passphrase: {{ borgbackup_key }}
chunker_params: {{ borgbackup_chunker_params }}
retention: retention:
# Retention policy for how many backups to keep in each category. # Retention policy for how many backups to keep in each category.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment