backups/ansible/files/rsnapshot-monthly.timer
Frank Villaro-Dixon 7873f0e724 add rsnapshot timers
Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
2024-05-02 17:53:38 +02:00

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