Re: cron problem

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <misc@...>
Date: Friday, July 3, 2009 - 8:03 am

Frank Bax wrote:

$ crontab -l
#minute hour mday month wday command

57 3 * * * mv /home/chris/vprod*
/home/chris/psqldump/
46 2 * * * /usr/local/bin/pg_dump -U ben -d
prod | gzip > /home/chris/prod_dump`date +\%m\%d\%Y`.sql.gz
03 3 * * 1 /home/chris/LWP4.pl;
03 4 * * 1 /home/chris/LWP5.pl;
33 4 * * 1 /home/chris/LWP_lowes10.pl;
03 5 * * 1 /home/chris/LWP6.pl;
03 6 * * 1 /home/chris/LWP_hd.pl;
03 7 * * 1 /home/chris/LWP_lowes11.pl;
30 * * * * /home/chris/LWP4.pl;
/home/chris/LWP5.pl; /home/chris/LWP6.pl;

I don't have the original line from crontab that I used.
I decided to try this again, as you can see on the last line.
THIS time, all is running normally!

At the time, only those three scripts (and one that would have done
nothing) were present in the default directory.

It does seem likely now that I may have gotten the number of * wrong.
I am very careful with editing crontabs, I can see that I need to be
even more careful. Running all the scripts could be very bad!

Thanks,
Chris Bennett

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
cron problem, Chris Bennett, (Thu Jul 2, 11:27 am)
Re: cron problem, Frank Bax, (Thu Jul 2, 12:36 pm)
Re: cron problem, steve szmidt, (Thu Jul 2, 2:41 pm)
Re: cron problem, Chris Bennett, (Thu Jul 2, 4:05 pm)
Re: cron problem, Frank Bax, (Thu Jul 2, 4:36 pm)
Re: cron problem, Chris Bennett, (Fri Jul 3, 8:03 am)
Re: cron problem, Robert, (Thu Jul 2, 1:01 pm)
Re: cron problem, Randal L. Schwartz, (Thu Jul 2, 12:33 pm)