dotfiles/backups/systemd_config/rsnapshot-weekly.timer
2023-01-13 16:50:54 +00:00

12 lines
274 B
SYSTEMD

# Source link location: /etc/systemd/system/rsnapshot-weekly.timer
[Unit]
Description=rsnapshot weekly backup
[Timer]
# Run once per week on Monday at 4:30 local time
OnCalendar=*-*-* 04:30:00
Persistent=true
Unit=rsnapshot@weekly.service
[Install]
WantedBy=timers.target