Hi

I will move the following on my local box from daily to weekly.local so that 
this part of code is executed once a week only. It will therefore not be sent 
by mail since it seems to me that the weekly is not logged via local email as 
the daily is. This loss of information is not a problem but executing daily
df -kl for some particular reason is a problem, while executing it once a week 
is acceptable.

Code in daily Quote//
echo ""
echo "Checking subsystem status:"
echo ""
echo "disks:"
df -kl
echo ""
dump W
echo ""
//Unquote

If anyone sees that this might be an issue, since I do not know exactly if 
moving this part of code might have side effects ....

Just your advise in case what I intend to do is not correct for whatever 
reason.

Thanks.
JF

Reply via email to