From d0c9361a416c5f0a63c2ed85091429c557287712 Mon Sep 17 00:00:00 2001 From: Luc Stroobant Date: Sat, 14 Oct 2017 15:48:06 +0200 Subject: [PATCH] switch hour and minute --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ab7404..5033482 100644 --- a/README.md +++ b/README.md @@ -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.