Summary -- Appending a tar on an 8mm

From: Joe Murray (murray@akeila.mech.utah.edu)
Date: Tue May 11 1993 - 01:37:31 CDT


The general response is that appending with 'uvf' is not possible with an
8mm, 4mm, or 1/4" tape drive. The best way is to write several seperate
tar files and keep track of the number on the tape. The following is an
example of the many responeses:

Use,

mt -f /dev/rst8 eom -> position to end of media

tar /dev/nrst8 tar.file -> tar and do not rewind

for the last tar file use,

tar /dev/rst8 tar.file -> tar and rewind

When you need to extract,

mt -f /dev/nrst8 fsf nn -> nn refers to the # of file to skip ahead

tar xvf /dev/rst8 file.to.extract

The 'r' option does work (I have not tried it) but I was warned that it is very
slow. The best way is to put multiple tars on a single tape and keep an
accounting of how many records are there.

Note: One person suggested, since we have ~12 tar files pre tape, writing a
script to table each file and write it to a log as a means of keeping an
accounting of the tapes.

Thanks very much to the 30+ respondents.

****************************************************************************
** Joseph Murray | Ph. 801 585 3520 **
** University of Utah | Fax. 801 581 8692 **
** 3209 MEB | Email murray@akeila.mech.utah.edu **
** Department of Mechanical Engr. | **
** Physical Fluid Dynamics Laboratory | **
** Salt Lake City, UT 84112 | **
****************************************************************************



This archive was generated by hypermail 2.1.2 : Fri Sep 28 2001 - 23:07:50 CDT