Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!news.cis.okstate.edu!newsfeed.ksu.ksu.edu!news.mid.net!newsfeeder.gi.net!newsfeed.internetmci.com!uwm.edu!math.ohio-state.edu!magnus.acs.ohio-state.edu!lerc.nasa.gov!purdue!oitnews.harvard.edu!das-news2.harvard.edu!cantaloupe.srv.cs.cmu.edu!freehold.pc.cs.cmu.edu!usenet From: Matthew White <mwhite@freehold.pc.cs.cmu.edu> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: Tape drive suggestions??? Date: Tue, 16 Jul 1996 14:25:45 -0400 Organization: Freehold Lines: 17 Message-ID: <31EBDEA9.41C67EA6@freehold.pc.cs.cmu.edu> References: <4ru18i$mll@mitzi.rsmas.miami.edu> <31E44224.41C6@ucdavis.edu> <4s49h4$cjt@saluki-news.wham.siu.edu> <4s7vvp$n33@uriah.heep.sax.de> <4sa8n8$cv0@saluki-news.wham.siu.edu> <4sajsr$eh@uriah.heep.sax.de> <4scjug$d24@saluki-news.wham.siu.edu> <4scnui$fog@saluki-news.wham.siu.edu> <4sdcug$fne@uriah.heep.sax.de> <31EABB12.41C67EA6@freehold.pc.cs.cmu.edu> <4sfs3a$meq@uriah.heep.sax.de> NNTP-Posting-Host: freehold.pc.cs.cmu.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 3.0b5a (X11; I; FreeBSD 2.2-CURRENT i386) J Wunsch wrote: > I don't see what this might buy you. --block-compress is nothing else > than GNU bloat for " | gzip | dd conv=osync". Both are effectively > equivalent, one is the Unix way, the other is the GNU way of > expressing things. Sorry, you're right...didn't look at the man page for tar closely enough. Never actually worried about compression since I have an old Exabyte 8200 that does just fine without it. If you have the spare disk space, what you probably want to do is to 'split' the archive. Of course that doesn't output to stdout, so you really can't use it to do things efficiently. Mebbe I should go implement a block option for gzip... -Matt