From 22a19a24c7eee67a32cbb8f45f674154d0c09953 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 1 May 2020 11:03:30 +0300 Subject: Change: run backups once a day in the morning, for now --- 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 c5db9c0..30ae306 100644 --- a/ansible/roles/holywood2/tasks/main.yml +++ b/ansible/roles/holywood2/tasks/main.yml @@ -49,7 +49,7 @@ - name: run borg from cron copy: - content: "0 */6 * * * root /root/borg-all" + content: "0 2 * * * root /root/borg-all" dest: /etc/cron.d/local-backup owner: root group: root -- cgit v1.2.1