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