mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-23 22:30:51 +00:00
12 lines
190 B
SYSTEMD
12 lines
190 B
SYSTEMD
|
[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
|