Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!tut.cis.ohio-state.edu!n8emr!bluemoon!grant From: grant@bluemoon.uucp (Grant DeLorean) Newsgroups: comp.unix.sysv386 Subject: Re: WANGTEK 5150 PROBLEM Message-ID: <1991Mar09.063828.9488@bluemoon.uucp> Date: 9 Mar 91 06:38:28 GMT References: <199@picker.Picker.COM> Distribution: na Organization: Blue Moon BBS (614/868-9984 = T2500 | 998[02] = HST DS) Lines: 21 kobetitsch@picker.com (harry kobetitsch) writes: >I have a problem with Wangtek 5150 tape drive backups >running on Interactive UNIX V2.2 . The problem is that under >Interactive UNIX I will use the following command: > $ find / -print | cpio -ovcdumC12400 >/dev/tape >The tape drive will back up the complete file system but it will >take two days to do it because it will not stream. I use a Wangtek 5150ES off my 1542B and it runs along quite happily. I use the following to back up: find . -print | cpio -ocvBO /dev/tape and it works great and streams right along (and using . instead of / allows one to pick and choose file systems or even partial file systems to back up). I get outstanding rates on the backups, too. -- Grant DeLorean (grant@bluemoon) {n8emr|nstar}!bluemoon!grant