12 lines
244 B
SYSTEMD
12 lines
244 B
SYSTEMD
[Unit]
|
|
Description=rsnapshot daily backup
|
|
PartOf=rsnapshot-schedule.target
|
|
Before=rsnapshot-weekly.timer rsnapshot-monthly.timer
|
|
|
|
[Timer]
|
|
# 05:30 is the clock time when to start it
|
|
OnCalendar=05:30
|
|
Persistent=true
|
|
Unit=rsnapshot@daily.service
|
|
|