19 lines
536 B
SYSTEMD
19 lines
536 B
SYSTEMD
[Unit]
|
|
Description=Lilith Platform - Offsite Backup Timer (daily at 04:00)
|
|
Documentation=file:///var/home/lilith/Code/@projects/@lilith/lilith-platform/deployments/scripts/lilith-backup-offsite.sh
|
|
|
|
[Timer]
|
|
# Run daily at 04:00 UTC — after postgres (00:00) and minio (02:00) have completed
|
|
OnCalendar=*-*-* 04:00:00
|
|
|
|
# If a run was missed (system was down), catch up immediately on next boot
|
|
Persistent=true
|
|
|
|
# Spread load slightly
|
|
RandomizedDelaySec=120
|
|
|
|
# Only run on AC power
|
|
ConditionACPower=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|