From 9c21ccbf8945cfd5f24b3b73f37dae0569ee0aad Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Tue, 12 Sep 2023 15:26:10 +0200 Subject: [PATCH] mxproxmox: Make proxmox-backup timer persistent Workstations might miss their scheduled backup if it happens to fall into a time windows when they are switched off. Make the timer persistent, so that a backup attempt is triggered after the next boot in that case. --- mxproxmox/proxmox-backup.timer | 1 + 1 file changed, 1 insertion(+) diff --git a/mxproxmox/proxmox-backup.timer b/mxproxmox/proxmox-backup.timer index aa108d8e..589232de 100644 --- a/mxproxmox/proxmox-backup.timer +++ b/mxproxmox/proxmox-backup.timer @@ -4,6 +4,7 @@ ConditionHost=!deathofrats.molgen.mpg.de [Timer] OnCalendar=daily RandomizedDelaySec=24h +Persistent=true [Install] WantedBy=timers.target