add cron config

This commit is contained in:
Luc Stroobant 2017-10-01 20:01:19 +02:00
parent a1209ca8c2
commit 6bd9aeb627
3 changed files with 17 additions and 3 deletions

View file

@ -22,6 +22,11 @@ borgbackup_retention:
monthly: 6
yearly: 1
borgbackup_cron_user: root
borgbackup_cron_day: "*"
borgbackup_cron_hour: "{{ 59|random }}"
borgbackup_cron_minute: "{{ 5|random }}"
borgbackup_appendonly: False
borgbackup_management_station: ''
borgbackup_management_user: ''