From eb0d41debf75e70934f6f98ffb30ec58aeec3a9b Mon Sep 17 00:00:00 2001 From: Stefan Heinrichsen Date: Fri, 29 Mar 2024 15:29:28 +0100 Subject: [PATCH] Backupzeit auf 1 Uhr Nachts vorverlegt --- group_vars/all/all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group_vars/all/all.yml b/group_vars/all/all.yml index eef76ef..f522bdf 100644 --- a/group_vars/all/all.yml +++ b/group_vars/all/all.yml @@ -6,4 +6,4 @@ APT_Periodic_AutocleanInterval: "7" APT_Periodic_Unattended_Upgrade: "1" restic_repository_location: "sftp:restic_{{ inventory_hostname }}@proxmox.unhb.space:/storage/restic-backup/" -restic_start_time: "*-*-* 3:00:00" +restic_start_time: "*-*-* 1:00:00"