bashup/systemd/bashup-cron.timer

16 lines
380 B
SYSTEMD
Raw Normal View History

2022-03-28 08:11:40 -07:00
# Bashup - A set of bash scripts for managing backups.
# https://git.stack-source.com/msb/bashup
# MIT License Copyright (c) 2022 Matthew Saunders Brown
#
[Unit]
Description=Bashup cron for automatic backups
[Timer]
2022-03-28 08:24:23 -07:00
# Run daily at a random time between 2:00 and 4:00 am
OnCalendar=*-*-* 02:00:00
2022-03-28 08:11:40 -07:00
RandomizedDelaySec=7200
Unit=bashup-cron.service
[Install]
WantedBy=timers.target