Backup utilities for ix-386

jrh root at mustang.dell.com
Thu Oct 19 09:05:50 AEST 1989


The -B option to cpio on 386/ix uses 5120 byte records to the tape, where
the normal default is 512 bytes without this option.  This is really a
slow backup, because the tape constantly seeks back and forth.  Using the
-Cbufsize option can speed up the backup process considerably.  I usually 
use something like the following:

find / -print | cpio -oacmudC128000 > /dev/tape &

This will use 128k byte records (approx.) and decrease overall backup time
by half or more depending upon the amount of data.  Of course, if you run
your backups via cron at 3AM, it won't really matter will it?  ;-)



James R. Howard
Dell Computer Corporation  P#: (512) 343-3480
9505 Arboretum Blvd.	   !s: cs.utexas.edu!dell!mustang!jrh	
Austin, Texas 78759



More information about the Comp.unix.i386 mailing list