$Or do the following (just did it last night):
$
$find . -depth -print | cpio -ocv | compress | rcmd <<remote>> "dd of=/dev/rct0"
$
$or similar.
Be aware, when compressing the output of a backup program, that
one bad byte on the tape effectively marks the end of your usable
backup.
If you use a program which compresses the individual files,
one bad byte marks the end of that particular file ... but if
the hardware and tape drivers can continue reading past the
error, the backup software can scan for the next file header
and continue.
If, on the other hand, you compress the output of the backup
program, you're history. You can't seek into the middle of a
piece of compressed data and start reading it; the decompressor's
state is dependent on every token that came before, and if some
of that information is missing, it will be difficult if not
downright impossible to continue.
--
----------------------------------------------------------------------------
Stephen M. Dunn, CNE, ACE, Sr. Systems Analyst, United System Solutions Inc.
104 Carnforth Road, Toronto, ON, Canada M4A 2K7 (416) 750-7946 x251