26 lines
502 B
YAML
26 lines
502 B
YAML
---
|
|
# defaults file for borgmatic
|
|
|
|
borgmatic_distribution_release: bullseye
|
|
|
|
borgmatic_keys:
|
|
private: ""
|
|
public: ""
|
|
|
|
borgmatic_checks:
|
|
- frequency: 4 weeks
|
|
name: repository
|
|
- frequency: 2 weeks
|
|
name: archives
|
|
borgmatic_healthchecks: ""
|
|
borgmatic_exclude_patterns: []
|
|
borgmatic_repositories: []
|
|
borgmatic_source_directories: []
|
|
borgmatic_retention:
|
|
daily: 7
|
|
monthly: 0
|
|
weekly: 4
|
|
borgmatic_name: "{{ inventory_hostname }}_{now}"
|
|
borgmatic_compression: none
|
|
borgmatic_passphrase: ""
|