backups/ansible/files/rsnapshot-weekly.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
228 B
SYSTEMD

[Unit]
Description=rsnapshot weekly backup
[Timer]
# Run once per week on Monday at 4:30 local time, before daily
OnCalendar=Monday *-*-* 01:30:00
Persistent=true
Unit=rsnapshot@weekly.service
[Install]
WantedBy=timers.target