role_borgmatic/defaults/main.yml

40 lines
717 B
YAML
Raw Normal View History

2023-03-06 23:13:54 +00:00
---
# defaults file for borgmatic
borgmatic_distribution_release: bullseye
borgmatic_keys:
private: ""
public: ""
borgmatic_checks:
- name: repository
frequency: 4 weeks
- name: extract
frequency: 2 weeks
2023-07-28 07:03:59 +00:00
2023-03-06 23:13:54 +00:00
borgmatic_healthchecks: ""
borgmatic_exclude_patterns: []
2023-07-28 07:03:59 +00:00
2023-03-06 23:13:54 +00:00
borgmatic_repositories: []
2023-07-28 07:03:59 +00:00
# Exemple:
# - label: default
# path: ssh://user@backupserver/./sourcehostname.borg
2023-03-06 23:13:54 +00:00
borgmatic_source_directories: []
2023-07-28 07:03:59 +00:00
2023-03-06 23:13:54 +00:00
borgmatic_retention:
daily: 7
monthly: 0
weekly: 4
2023-07-28 07:03:59 +00:00
2023-03-06 23:13:54 +00:00
borgmatic_name: "{{ inventory_hostname }}_{now}"
2024-06-17 14:55:26 +00:00
borgmatic_compression: lz4
2023-03-06 23:13:54 +00:00
borgmatic_passphrase: ""
2023-12-20 08:56:51 +00:00
borgmatic_actions: {}
2024-06-19 09:13:00 +00:00
borgmatic_mariadb_enabled: false
2024-06-21 10:22:53 +00:00
borgmatic_postgresql_enabled: false
borgmatic_restore_first: false