38 lines
648 B
YAML
38 lines
648 B
YAML
---
|
|
# defaults file for borgmatic
|
|
|
|
borgmatic_distribution_release: bullseye
|
|
|
|
borgmatic_keys:
|
|
private: ""
|
|
public: ""
|
|
|
|
borgmatic_checks:
|
|
- name: repository
|
|
frequency: 4 weeks
|
|
- name: extract
|
|
frequency: 2 weeks
|
|
|
|
borgmatic_healthchecks: ""
|
|
borgmatic_exclude_patterns: []
|
|
|
|
borgmatic_repositories: []
|
|
# Exemple:
|
|
# - label: default
|
|
# path: ssh://user@backupserver/./sourcehostname.borg
|
|
|
|
borgmatic_source_directories: []
|
|
|
|
borgmatic_retention:
|
|
daily: 7
|
|
monthly: 0
|
|
weekly: 4
|
|
|
|
borgmatic_name: "{{ inventory_hostname }}_{now}"
|
|
borgmatic_compression: lz4
|
|
borgmatic_passphrase: ""
|
|
|
|
borgmatic_actions: {}
|
|
|
|
borgmatic_restore_first: false
|