12 lines
188 B
SYSTEMD
12 lines
188 B
SYSTEMD
[Unit]
|
|
Description=rsnapshot daily backup
|
|
|
|
[Timer]
|
|
# 2:00 is the clock time when to start it
|
|
OnCalendar=2:00
|
|
Persistent=true
|
|
Unit=rsnapshot@daily.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|