# Daily trigger for backup fetch. Prod's own backup-db.sh runs at 03:00 UTC; # we fetch at 04:00 UTC to leave headroom for offsite sync to complete first. # # Place at /etc/systemd/system/sandod-backup-fetch.timer on the Sando host. # Enable: systemctl enable --now sandod-backup-fetch.timer [Unit] Description=Sando: daily prod-backup fetch [Timer] OnCalendar=*-*-* 04:00:00 UTC # If the box was off when the timer fired, run on next boot. Persistent=true Unit=sandod-backup-fetch.service [Install] WantedBy=timers.target