11 lines
170 B
SYSTEMD
11 lines
170 B
SYSTEMD
[Unit]
|
|
Description=rsnapshot hourly backup
|
|
PartOf=rsnapshot-schedule.target
|
|
|
|
[Timer]
|
|
# Run hourly
|
|
OnCalendar=*-*-* *:00:00
|
|
Persistent=true
|
|
Unit=rsnapshot@hourly.service
|
|
|