mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-24 04:14:58 +00:00
12 lines
203 B
SYSTEMD
12 lines
203 B
SYSTEMD
[Unit]
|
|
Description=Backup contabo files once per week
|
|
|
|
[Timer]
|
|
#DayOfWeek Year-Month-Day Hour:Minute:Second
|
|
OnCalendar=Mon *-*-* 11:03:00
|
|
Persistent=true
|
|
AccuracySec=1h
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|