On 2005-11-03 13:51, Brandon Hinesley <[EMAIL PROTECTED]> wrote: > Yes, it is. > -rwxr-x--- 1 root wheel 1827 Nov 3 12:43 bkup-daily > > >>I don't have to export /usr/local/Backup/scripts, right? > > >Hmmm, no, but is the script executable?
That's odd. You'll have to schedule this script to run some time in the near future, and then stop cron. Run cron manually, as root, specifying at least the following debugging options and watch out when the scheduled event tries to run for interesting output on your terminal: # cron -x load,misc,pars,proc The meaning of these is explained in the manpage of cron, where all the rest of the debugging options are listed too. - Giorgos _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
