25 lines
610 B
Django/Jinja
25 lines
610 B
Django/Jinja
---
|
|
|
|
consistency:
|
|
checks: {{ borgmatic_checks }}
|
|
|
|
hooks:
|
|
healthchecks:
|
|
ping_url: {{ borgmatic_healthchecks }}
|
|
send_logs: false
|
|
|
|
location:
|
|
exclude_patterns: {{ borgmatic_exclude_patterns }}
|
|
repositories: {{ borgmatic_repositories }}
|
|
source_directories: {{ borgmatic_source_directories }}
|
|
|
|
retention:
|
|
keep_daily: {{ borgmatic_retention.daily }}
|
|
keep_monthly: {{ borgmatic_retention.monthly }}
|
|
keep_weekly: {{ borgmatic_retention.weekly }}
|
|
|
|
storage:
|
|
archive_name_format: {{ borgmatic_name }}
|
|
compression: {{ borgmatic_compression }}
|
|
encryption_passphrase: {{ borgmatic_passphrase }}
|