The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 12-29-2007
reborg's Avatar
reborg reborg is offline Forum Staff  
Administrator
  
 

Join Date: Mar 2005
Location: Ireland
Posts: 4,245
Firstly are you attempting to append to the archive or append to the tape?
Secondly what device path are you using for the tape drive? You need to either position the tape and/or use a no-rewind device path if you want to append to the tape at the next position.
Thirdly if you are appending to an archive, the command would be "tar -uvf" or "tar -rvf" as appropriate.