From c47df92db67b8ec752865bc62442548f9b519fbe Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 31 Aug 2020 09:46:49 +0300 Subject: disable h2 backups 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 0562926..aa2fae4 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: | - 0 0 * * * root /root/borg-all + # 0 0 * * * root /root/borg-all dest: /etc/cron.d/local-backup owner: root group: root -- cgit v1.2.1