pulsar89.5
1a3e44bf11
Il y a un problème lors d'un test de consistance en mode "archives" qui est [décrit ici](https://projects.torsion.org/borgmatic-collective/borgmatic/issues/59).<br> Le mode "extract" permet de toute façon un test plus poussé.
26 lines
501 B
YAML
26 lines
501 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: []
|
|
borgmatic_source_directories: []
|
|
borgmatic_retention:
|
|
daily: 7
|
|
monthly: 0
|
|
weekly: 4
|
|
borgmatic_name: "{{ inventory_hostname }}_{now}"
|
|
borgmatic_compression: none
|
|
borgmatic_passphrase: ""
|