12 lines
246 B
SYSTEMD
12 lines
246 B
SYSTEMD
[Unit]
|
|
Description=rsnapshot hourly backup
|
|
PartOf=rsnapshot-schedule.target
|
|
Before=rsnapshot-daily.timer rsnapshot-weekly.timer rsnapshot-monthly.timer
|
|
|
|
[Timer]
|
|
# Run hourly
|
|
OnCalendar=*-*-* *:00:00
|
|
Persistent=true
|
|
Unit=rsnapshot@hourly.service
|
|
|