mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-23 21:20:50 +00:00
12 lines
186 B
SYSTEMD
Executable File
12 lines
186 B
SYSTEMD
Executable File
[Unit]
|
|
Description=Backup contabo daily
|
|
|
|
[Timer]
|
|
Persistent=true
|
|
OnCalendar=*-*-* 10:15:00
|
|
WakeSystem=true
|
|
#DayOfWeek Year-Month-Day Hour:Minute:Second
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|