add cron config
This commit is contained in:
parent
a1209ca8c2
commit
6bd9aeb627
3 changed files with 17 additions and 3 deletions
|
|
@ -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: ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue