mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-24 04:14:58 +00:00
12 lines
188 B
SYSTEMD
12 lines
188 B
SYSTEMD
[Unit]
|
|
Description=Backup contabo db dayly
|
|
|
|
[Timer]
|
|
#DayOfWeek Year-Month-Day Hour:Minute:Second
|
|
OnCalendar=*-*-* 11:00:00
|
|
Persistent=true
|
|
AccuracySec=1h
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|