Best way to backup SCO Xenix/UNIX

Sean Fulton sean at utoday.com
Mon Apr 8 15:56:52 AEST 1991


In article <1991Apr7.044627.5298 at ucselx.sdsu.edu> aty at ucselx.sdsu.edu (young a t) writes:
>
>Got to be careful with this.  We recently had the disk controller crash
>on our 3B2 system, which had been backed up with cpio as you describe.
>The disks we lost had all the users' home directories.  So we said,
>OK, we'll just restore those guys on the SUN workstation from the
>backup tapes, right?  Wrong.  The SUN version of cpio can't read
>multi-volume backups; we only saved the guys who were on the first
>tape.  There are probably other Berkeley-derived systems whose cpio
>can only read one tape.  BEWARE!
>
We're running SCO Unix 3.2.2 with a 40 M Irwin tape drive. I
consistently run into cpio problems restoring from more than one tape.
Note that this does *not* occur when using sysadmsh to do the backup,
but when I try to do it freehand, I run into problems. The method to
date has been:

	find / -print | cpio -ovcB >>/dev/rctmini

	When restoring, I use:
	
	cpio -ivcdB </dev/rctmini

	but always hit a tape read error at the end of the first tape
and can't pick up on my second or third.

	Is it possible I'm just running out of tape too soon (I have
the default at 37 M on an allegedly 40 M tape), or is it something
else?

-- 
Sean Fulton					sean at utoday.com
UNIX Today!					(516) 562-5430
 /* The opinions expressed above are not those of my employer */



More information about the Comp.unix.xenix.sco mailing list