12 lines
230 B
SYSTEMD
12 lines
230 B
SYSTEMD
[Unit]
|
|
Description=Run Agrarian project backups every two hours when changes exist
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 00/2:13:00
|
|
Persistent=true
|
|
RandomizedDelaySec=10m
|
|
Unit=agrarian-project-backup.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|