12 lines
274 B
SYSTEMD
12 lines
274 B
SYSTEMD
# Source link location: /etc/systemd/system/rsnapshot-weekly.timer
|
|
[Unit]
|
|
Description=rsnapshot weekly backup
|
|
|
|
[Timer]
|
|
# Run once per week on Monday at 4:30 local time
|
|
OnCalendar=*-*-* 04:30:00
|
|
Persistent=true
|
|
Unit=rsnapshot@weekly.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|