mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-24 06:34:56 +00:00
11 lines
173 B
SYSTEMD
11 lines
173 B
SYSTEMD
|
[Unit]
|
||
|
Description=Backup contabo db dayly
|
||
|
|
||
|
[Timer]
|
||
|
#DayOfWeek Year-Month-Day Hour:Minute:Second
|
||
|
OnCalendar=*-*-* 10:00:00
|
||
|
Persistent=true
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|