9 lines
151 B
SYSTEMD
9 lines
151 B
SYSTEMD
[Unit]
|
|
Description=Hourly backup of www and mysql content to a git repo
|
|
|
|
[Timer]
|
|
OnActiveSec=0
|
|
OnUnitActiveSec=10min
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|