Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!utoday!sean From: sean@utoday.com (Sean Fulton) Newsgroups: comp.unix.xenix.sco Subject: Re: Best way to backup SCO Xenix/UNIX Keywords: backup unix xenix sco Message-ID: <1991Apr08.055652.17614@utoday.com> Date: 8 Apr 91 05:56:52 GMT References: <1991Apr3.121959.627@cynic.wimsey.bc.ca> <5664@vela.acs.oakland.edu> <1991Apr7.044627.5298@ucselx.sdsu.edu> Organization: UNIX Today! Lines: 34 In article <1991Apr7.044627.5298@ucselx.sdsu.edu> aty@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