Path: utzoo!utgpu!utstat!jarvis.csri.toronto.edu!mailrus!sharkey!atanasoff!deimos.cis.ksu.edu!ksuvax1.cis.ksu.edu!tar From: tar@ksuvax1.cis.ksu.edu (Tim Ramsey) Newsgroups: comp.unix.questions Subject: Re: backup with compressed cpio files ? Summary: Damn. My fingers did it again. Message-ID: <873@deimos.cis.ksu.edu> Date: 19 Feb 89 03:39:09 GMT References: <9100001@netmuc> <872@deimos.cis.ksu.edu> <9667@smoke.BRL.MIL> Sender: news@deimos.cis.ksu.edu Reply-To: tar@ksuvax1.cis.ksu.edu (Tim Ramsey) Followup-To: me Organization: Kansas State University, Dept of Computing & Information Sciences Lines: 27 In article <9667@smoke.BRL.MIL> gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) writes: >In article <872@deimos.cis.ksu.edu> I wrote: >> find . -print | compress | cpio -oac > /dev/rmt0 >> Note that since cpio isn't writing directly to the tape device, the >> "-B" option doesn't do anything. >What the hell are you guys talking about?? >The output from "find" is a list of pathnames, >which must remain readable as "cpio" receives them >If you direct "cpio -o"'s output at a magtape, >it certainly WILL write directly to it. > find . -depth -print | cpio -oc | compress | dd bs=5k > /dev/rmt0 This is what I meant to say. This is not what came out. Doug, you are absolutely right -- here's what I *meant* to say: find . -print | cpio -oac | compress > /dev/rmt0 Sorry if I confused anybody besides myself. :-( Tim -- Timothy Ramsey BITNET: tar@KSUVAX1 Internet: tar@ksuvax1.cis.ksu.edu UUCP: ...!rutgers!ksuvax1!tar