tar

Jeremy Higdon jeremy at denali.SGI.COM
Fri Mar 24 05:59:49 AEST 1989


You should be able to append to a 1/4 inch cartridge tape by doing:

	mt feom
	tar cf /dev/nrtape <filenames>

mt feom positions you at end of data.
tar to /dev/nrtape causes tar not to rewind the tape at the beginning.


One little speed hint for 4D's is that if you are backing up large files,
you may actually get better speed if you use a buffer of about 8k.  This
is because the 60MB cartridge tape has an internal 16k buffer, so you
get double buffering.  The standard tar buffer size is 200k, which is
good for typical files.

Be sure you read a tape back with the same blocksize it was written with.

				Jeremy Higdon



More information about the Comp.sys.sgi mailing list