making compressed backups
Conor P. Cahill
cpcahil at virtech.uucp
Sat Jan 13 13:02:05 AEST 1990
In article <1990Jan12.092215.1567 at aai.uu.net>, leo at aai.uu.net (Leo Pinard) writes:
> find /usr -depth -print | cpio -oBmc | compress | dd of=/dev/rmt8
Two problems with this pipeline:
1. You should do a cd /usr; find . -depth...
this makes the backup relative and allows you to restore the
data to another directory if you should need to.
2. In order to make the tape stream you probably should specify
an output block size of something like 1024k.
--
+-----------------------------------------------------------------------+
| Conor P. Cahill uunet!virtech!cpcahil 703-430-9247 !
| Virtual Technologies Inc., P. O. Box 876, Sterling, VA 22170 |
+-----------------------------------------------------------------------+
More information about the Comp.unix.questions
mailing list