mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-24 05:24:56 +00:00
11 lines
152 B
SYSTEMD
Executable File
11 lines
152 B
SYSTEMD
Executable File
[Unit]
|
|
Description=Backup contabo db dayly
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 11:00:00,15:00:00
|
|
Persistent=true
|
|
AccuracySec=1h
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|