systemd-infrastructure/backup-schedule.timer

10 lines
181 B
SYSTEMD
Raw Permalink Normal View History

2023-04-12 22:12:07 +00:00
[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