switch hour and minute

This commit is contained in:
Luc Stroobant 2017-10-14 15:48:06 +02:00
parent 701e63f43c
commit d0c9361a41
1 changed files with 2 additions and 2 deletions

View File

@ -49,8 +49,8 @@ Per default the role creates a cronjob in /etc/cron.d/borg-backup running as roo
```
borgbackup_cron_user: root
borgbackup_cron_day: "*"
borgbackup_cron_hour: "{{ 59|random }}"
borgbackup_cron_minute: "{{ 5|random }}"
borgbackup_cron_minute: "{{ 59|random }}"
borgbackup_cron_hour: "{{ 5|random }}"
```
Set borgbackup\_appendonly: True in host or group vars if you want append-only repositories. In that case it's possible to define a hostname in borgbackup\_management\_station where a borg prune script will be configured.