Why settle for basic time-based triggers? Systemd timers offer better logging, dependency management, and you can run scripts "1 minute after boot." ...
The rub is this user no longer has cron access, and crond doesn't seem to re-read the user's crontab anymore:<BR><BR>crontab -e<BR>crontab: you are not authorized to use cron. Sorry.<BR><BR>But it ...
I am supposed to add a line to my crontab but have no idea how.<BR><BR>I am quite the newb when it comes to linux. I have just set up an qmail server from some instructions I have. But it says to use ...
Build a bash script that controls what, where, and when backups run. Schedule the executable backup.sh with cron and review logs and destination after runs. Test the script, use absolute paths to ...