From a5da14cae480d9bd0937fb3e013fdb761a37cc72 Mon Sep 17 00:00:00 2001 From: mg Date: Mon, 21 Feb 2022 16:53:34 +0100 Subject: [PATCH] Bugfix: Timer auf alle 6h (#333) Co-authored-by: Michael Grote Reviewed-on: https://git.mgrote.net/mg/ansible/pulls/333 Co-authored-by: mg Co-committed-by: mg --- group_vars/all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group_vars/all.yml b/group_vars/all.yml index 847f719d..26b96bb5 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -19,7 +19,7 @@ **/**AppData***/** restic_mount_timeout: "10 min" restic_failure_delay: "30 s" - restic_schedule: "0/6:*" + restic_schedule: "0/6:00" restic_folders_to_backup: "/usr/local /etc /root /var/www /home" restic_repository: "//fileserver2.grote.lan/restic" restic_repository_password: "{{ lookup('keepass', 'restic_repository_password', 'password') }}"