Linux CLI - Cron and Scheduling
You want a systemd timer to run a backup service every day at 3:30 AM but only if the system was off at that time. Which timer configuration achieves this?
OnCalendar=*-*-* 03:30:00 sets the timer to run daily at 3:30 AM.Persistent=true makes systemd run missed jobs after system was off at scheduled time.AccuracySec adjusts timing precision but doesn't affect missed runs; OnBootSec and OnActiveSec run relative to boot or activation, not fixed time.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions