You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/roles/borgbackup_client/defaults/main.yml

9 lines
148 B
YAML

---
borg_keep_hourly: 0
borg_keep_daily: 7
borg_keep_weekly: 4
borg_keep_monthly: 12
borg_server_user: borgbackup
borg_server_group: borgbackup
...