MonocleMike
Technical User
I have a cron script that worked perfectly on an earlier machine with DAT tape that intermittently fails on my new
Compaq ML370 with SCSI DLT and 5.0.6. The script starts
echo "`date` Starting tape backup" >> logfile
tape reset
sleep 30
tape rewind
sleep 30
tape status
and intermittently it appears to start twice! One instance works correctly and of course the other one reports errors because the device is in use.
Has anyone any suggestions?
Compaq ML370 with SCSI DLT and 5.0.6. The script starts
echo "`date` Starting tape backup" >> logfile
tape reset
sleep 30
tape rewind
sleep 30
tape status
and intermittently it appears to start twice! One instance works correctly and of course the other one reports errors because the device is in use.
Has anyone any suggestions?