|
comment
I am using AIX 5.1
I commented out a line and the took it out.
The only thing I noticed was that # sitting by itself so it had me wondering.
I guess I edited it with {VI} What language would these crons be written in using the AIX 5.1 ?
here is the actual script.
#
01 1 * * 6 /rd/bin/backup.full >> /rd/tmp/cron.full.log 2>&1
#refresh test enviroment from online backups
01 4 * * 2-6 /rd/bin/restoretest.db >> /rd/tmp/testdbrefresh.log 2>&1
It is the 01 4 * * 2-6 line that hasn't been running.
I just saw your reply
Maybe it is in the command script itself that the problem is?
Last edited by rocker40; 01-07-2004 at 08:14 AM.
|