Gary, the maintenance scripts run only when the computer is in full ON mode, if it's "sleeping" the scripts wont run. My 'puter is usually on at 9:30AM no matter what day, so I changed the
crontab file to run all maintenance scripts at this time. It runs in the background and there's no slowing down of the system.
My crontab file from /etc/crontab:
CODE
# /etc/crontab
SHELL=/bin/sh
PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
HOME=/var/log
#
#minute hour mday month wday who command
#
#*/5 * * * * root /usr/libexec/atrun
#
# Run daily/weekly/monthly jobs.
30 9 * * * root periodic daily
30 9 * * 6 root periodic weekly
30 9 1 * * root periodic monthly
/etc/crontab (END)
If you or anyone else is interested, I'll post how to do this...but it requires you to run one of the CLI text editors (Pico, vi, emacs) in the terminal as root. I think there are GUI cron job editors, but I have never used them. If you have BBEdit 6.5 and up, you can use that through the CLI and run the app as root.
Paddy, that's great! The last time I had to reboot was for the Quicktime update and today I did the updated Security patch and had to reboot...otherwise the machine stays on/sleep.