systemd-infrastructure/backup-schedule.timer

10 lines
181 B
SYSTEMD

[Unit]
Description=Schedule for timing the backup
[Timer]
# this starts the backup everyday at 2:00
OnCalendar=*-*-* 02:00:00
Unit=backup.service
[Install]
WantedBy=default.target