Skip to content

Commit

Permalink
mxproxmox: Make proxmox-backup timer persistent
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
donald committed Sep 12, 2023
1 parent acc283e commit 9c21ccb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mxproxmox/proxmox-backup.timer
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ConditionHost=!deathofrats.molgen.mpg.de
[Timer]
OnCalendar=daily
RandomizedDelaySec=24h
Persistent=true

[Install]
WantedBy=timers.target
Expand Down

0 comments on commit 9c21ccb

Please sign in to comment.