ansible/group_vars/bdd.yml

6 lines
76 B
YAML
Raw Normal View History

---
borg_keep_hourly: 6
2021-03-15 01:04:42 +01:00
borg_backup_exclude:
- "/var/lib/postgresql/"
...