11 lines
228 B
SYSTEMD
11 lines
228 B
SYSTEMD
|
[Unit]
|
||
|
Description=rsnapshot weekly backup
|
||
|
|
||
|
[Timer]
|
||
|
# Run once per week on Monday at 4:30 local time, before daily
|
||
|
OnCalendar=Monday *-*-* 01:30:00
|
||
|
Persistent=true
|
||
|
Unit=rsnapshot@weekly.service
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|