Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!cs.utexas.edu!uunet!sco!wul From: wul@sco.COM (Wu Liu) Newsgroups: comp.unix.xenix.sco Subject: Re: Best way to backup SCO Xenix/UNIX Keywords: backup unix xenix sco Message-ID: <11323@scolex.sco.COM> Date: 11 Apr 91 06:58:52 GMT References: <5664@vela.acs.oakland.edu> <1991Apr7.044627.5298@ucselx.sdsu.edu> <1991Apr08.055652.17614@utoday.com> Sender: root@sco.COM Organization: The Santa Cruz Operation, Inc. Lines: 48 /--sean@utoday.com (Sean Fulton) said... | 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