12 lines
198 B
SYSTEMD
12 lines
198 B
SYSTEMD
[Unit]
|
|
Description=Run Hifast MySQL backup to S3 every 10 minutes
|
|
|
|
[Timer]
|
|
OnCalendar=*:0/10
|
|
Persistent=true
|
|
RandomizedDelaySec=30
|
|
Unit=hifast-mysql-backup.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|