From fa4e29fda92391a413fcfe95d2e1e783dd5d02ef Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 12 May 2020 08:41:13 +0300 Subject: fix(holywood2): run local backups a 4 in the morning --- ansible/roles/holywood2/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/holywood2/tasks/main.yml b/ansible/roles/holywood2/tasks/main.yml index 2bcb304..d822a29 100644 --- a/ansible/roles/holywood2/tasks/main.yml +++ b/ansible/roles/holywood2/tasks/main.yml @@ -50,7 +50,7 @@ - name: run borg from cron copy: content: | - 20 7 * * * root /root/borg-all + 0 4 * * * root /root/borg-all dest: /etc/cron.d/local-backup owner: root group: root -- cgit v1.2.1