You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
492 B
YAML

location:
source_directories:
{% for directory in borgmatic_source_directories %}
- {{ directory }}
{% endfor %}
repositories:
{% for repository in borgmatic_repositories %}
- {{ repository }}
{% endfor %}
retention:
keep_daily: {{ borgmatic_retention_daily }}
keep_weekly: {{ borgmatic_retention_weekly }}
keep_monthly: {{ borgmatic_retention_monthly }}
keep_yearly: {{ borgmatic_retention_yearly }}
storage:
encryption_passphrase: {{ borgmatic_encryption_passphrase }}