[EVO] Utiliser la nouvelle syntaxe
This commit is contained in:
parent
1a3e44bf11
commit
cdfb80f9e2
@ -1,5 +1,13 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
|
exclude_patterns: {{ borgmatic_exclude_patterns }}
|
||||||
|
repositories: {{ borgmatic_repositories }}
|
||||||
|
source_directories: {{ borgmatic_source_directories }}
|
||||||
|
|
||||||
|
archive_name_format: {{ borgmatic_name }}
|
||||||
|
compression: {{ borgmatic_compression }}
|
||||||
|
encryption_passphrase: {{ borgmatic_passphrase }}
|
||||||
|
|
||||||
consistency:
|
consistency:
|
||||||
checks: {{ borgmatic_checks }}
|
checks: {{ borgmatic_checks }}
|
||||||
|
|
||||||
@ -8,17 +16,7 @@ hooks:
|
|||||||
ping_url: {{ borgmatic_healthchecks }}
|
ping_url: {{ borgmatic_healthchecks }}
|
||||||
send_logs: false
|
send_logs: false
|
||||||
|
|
||||||
location:
|
|
||||||
exclude_patterns: {{ borgmatic_exclude_patterns }}
|
|
||||||
repositories: {{ borgmatic_repositories }}
|
|
||||||
source_directories: {{ borgmatic_source_directories }}
|
|
||||||
|
|
||||||
retention:
|
retention:
|
||||||
keep_daily: {{ borgmatic_retention.daily }}
|
keep_daily: {{ borgmatic_retention.daily }}
|
||||||
keep_monthly: {{ borgmatic_retention.monthly }}
|
keep_monthly: {{ borgmatic_retention.monthly }}
|
||||||
keep_weekly: {{ borgmatic_retention.weekly }}
|
keep_weekly: {{ borgmatic_retention.weekly }}
|
||||||
|
|
||||||
storage:
|
|
||||||
archive_name_format: {{ borgmatic_name }}
|
|
||||||
compression: {{ borgmatic_compression }}
|
|
||||||
encryption_passphrase: {{ borgmatic_passphrase }}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user