11 lines
222 B
SYSTEMD
11 lines
222 B
SYSTEMD
[Unit]
|
|
Description=rsnapshot monthly backup
|
|
PartOf=rsnapshot-schedule.target
|
|
|
|
[Timer]
|
|
# Run once per month at 3:30 UTC, after daily and weekly runs
|
|
OnCalendar=*-*-1 03:30:00
|
|
Persistent=true
|
|
Unit=rsnapshot@monthly.service
|
|
|