cron..what am I doing wrong??
This is my 1st attempt at scheduling something w/cron.
This is a sles9 sp3 enviorment.
I read up and it sounds straight forward, but whenI'm impliment it nothing happens(there should be backup files and servers & db2 rotated).
The command works as a standalone command(if I execute it).
It has to run with root auth so I placed it in roots crontab(verified with a crontab -l)
The way I view this is the command should run at 901 am tue-sat and the command will come from /opt/scripts and the command is combine0.sh
Then throw the output away.
Here is the command:
1 9 * * 2,3,4,5,6 /opt/scripts/combine0.sh 2>&1 >/dev/null
What am I missing??
thanks
Mace