11 lines
147 B
SYSTEMD
11 lines
147 B
SYSTEMD
[Unit]
|
|
Description=Backup with rsync daily
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 20:00:00
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|
|
|
|
# vim: ft=systemd
|