bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

error message


From: Karina Diaco
Subject: error message
Date: Thu, 30 May 2002 12:09:23 -0300

Hi, I am using the following script file and I got an error message at the 
finished of the script. Could it be end of tape?? I checked the directory in 
the workstation with the DLT tape and the DLT in incomplete. I have more files 
in the directory of the workstation.  Thanks Karina

it is the error message:

/data08/vpleyade
/data08/vpleyade/a
/usr/local/bin/tar: /dev/rmt/1ubn: Wrote only 0 of 10240 bytes
/usr/local/bin/tar: Error is not recoverable: exiting now

-----------------------------------------
The script file
#!/bin/sh
#
logfile=/home/pfranko/admin/log/DLT81_`date '+%d%m%y'`.log 
date > $logfile
echo "Reporte de backup de proyectos de LMK DLT 8-1"   >> $logfile
echo "=============================================" >> $logfile
echo ""  >> $logfile
echo ""  >> $logfile
echo ""  >> $logfile
#
/usr/bin/mt -f /dev/rmt/0 rew
#
#
/usr/local/bin/tar cvf /dev/rmt/0ubn  -P /data08/conf   >> $logfile 2>&1
/usr/local/bin/tar cvf /dev/rmt/0ubn  -P /data08/OW_PROJ_DATA  >> $logfile 2>&1
/usr/local/bin/tar cvf /dev/rmt/0ubn  -P /data08/OW_SYS_DATA >> $logfile 2>&1
/usr/local/bin/tar cvf /dev/rmt/0ubn  -P /data04/ow_bck       >> $logfile 2>&1
#
/usr/local/bin/tar cvf /dev/rmt/0ubn  -P /data07/bol_master >> $logfile   2>&1
/usr/local/bin/tar cvf /dev/rmt/0ubn  -P /data08/bol_master >>    $logfile      
  2>&1
/usr/local/bin/tar cvf /dev/rmt/0ubn  -P /data07/wbboliv >>    $logfile   2>&1
/usr/local/bin/tar cvf /dev/rmt/0ubn  -P /data08/wbboliv >>       $logfile      
  2>&1
/usr/local/bin/tar cvf /dev/rmt/0ubn  -P /data06/pilco3d  >> $logfile 2>&1
/usr/local/bin/tar cvf /dev/rmt/0ubn  -P /data07/pilco3d >> $logfile 2>&1
/usr/local/bin/tar cvf /dev/rmt/0ubn  -P /data08/pilco3d >> $logfile 2>&1
/usr/local/bin/tar cvf /dev/rmt/0ubn  -P /data09/pilco3d >> $logfile 2>&1
/usr/local/bin/tar cvf /dev/rmt/0ubn  -P /data10/pilco3d >> $logfile 2>&1
/usr/local/bin/tar cvf /dev/rmt/0ubn  -P /data11/pilco3d >> $logfile 2>&1
/usr/local/bin/tar cvf /dev/rmt/0ubn  -P /data06/aries3d  >> $logfile 2>&1
/usr/local/bin/tar cvf /dev/rmt/0ubn  -P /data07/aries3d  >> $logfile 2>&1
/usr/local/bin/tar cvf /dev/rmt/0ubn  -P /data08/aries3d  >> $logfile 2>&1
echo "Falta 1 ......"   >> $logfile 
/usr/local/bin/tar cvf /dev/rmt/0ubn  -P /data09/aries3d  >> $logfile 2>&1

#
/usr/bin/mt -f /dev/rmt/0 rewoff


       Karina Diaco
 Pan American Energy
Desarrollo de Reservas
address@hidden
 Ext. (54 11) 4310-4296




reply via email to

[Prev in Thread] Current Thread [Next in Thread]