11 lines
No EOL
229 B
SYSTEMD
11 lines
No EOL
229 B
SYSTEMD
[Unit]
|
|
Description=rsnapshot monthly backup
|
|
|
|
[Timer]
|
|
# Run once per month at 0:30 local time, before daily and weekly runs
|
|
OnCalendar=*-*-1 00:30:00
|
|
Persistent=true
|
|
Unit=rsnapshot@monthly.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target |