13 lines
268 B
SYSTEMD
13 lines
268 B
SYSTEMD
![]() |
# Source link location: /etc/systemd/system/rsnapshot-monthly.timer
|
||
|
[Unit]
|
||
|
Description=rsnapshot monthly backup
|
||
|
|
||
|
[Timer]
|
||
|
# Run once per month at 3:30 local time
|
||
|
OnCalendar=*-*-1 03:30:00
|
||
|
Persistent=true
|
||
|
Unit=rsnapshot@monthly.service
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|