Files
rsnapshot-schedule/rsnapshot-weekly.timer
2020-06-07 12:57:40 -04:00

12 lines
253 B
SYSTEMD

[Unit]
Description=rsnapshot weekly backup
PartOf=rsnapshot-schedule.target
Before=rsnapshot-monthly.timer
[Timer]
# Run once per week on Monday at 4:30, after daily runs
OnCalendar=Monday *-*-* 04:30:00
Persistent=true
Unit=rsnapshot@weekly.service