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