From 4bf5ba2dc43d12a7f27cd0fde8b5ee92f9a32870 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 9 Nov 2020 12:50:00 +0200 Subject: change backup time for holywood2 for daytime --- ansible/roles/holywood2/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ansible/roles/holywood2') diff --git a/ansible/roles/holywood2/tasks/main.yml b/ansible/roles/holywood2/tasks/main.yml index 164cc67..64505f8 100644 --- a/ansible/roles/holywood2/tasks/main.yml +++ b/ansible/roles/holywood2/tasks/main.yml @@ -66,7 +66,7 @@ - name: run borg from cron copy: content: | - 0 0 * * * root /root/borg-all + 40 10 * * * root /root/borg-all dest: /etc/cron.d/local-backup owner: root group: root -- cgit v1.2.1