role_borgmatic/defaults/main.yml

39 lines
681 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_mariadb_enabled: false
borgmatic_restore_first: false