The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
Google UNIX.COM



Thread: tar
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 04-05-2002
Kelam_Magnus's Avatar
Kelam_Magnus Kelam_Magnus is offline
Registered User
 

Join Date: Aug 2001
Location: DFW McKinney, TX,
Posts: 1,069
can't update/append a tape

You are trying to append to a tape. That can't be done. Here is the output direct from the man page.



option -r Add the named file to the end of the archive.

The same blocking factor used to create the archive must be used to append to it. This option cannot be used if the archive is a tape.


You will probably have to create your TAR ball on disk and then later copy it to tape when you have your complete TAR ball.

You probably don't have a problem with the blocking factor, but since you are trying to append a tape that will be a show stopper.

__________________
My brain is your brain