Month: July 2010

  • CRON – multiple cron jobs on one line (running consecutively, not concurrently)

    This post will (hopefully) remind me in the future how to do something very simple. A crontab is normally running one command on each line. EG: # m h dom mon dow command 01 00 * * * /home/cronscripts/vine-warn-when-large-user-profile 05 00 * * * /home/cronscripts/vine-get-remote-pc-backup.sh 01 01 * * * /home/cronscripts/vine-samba-users 01 02 * *…