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