Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site bu-cs.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!bellcore!decvax!genrad!panda!talcott!harvard!bu-cs!root From: root@bu-cs.UUCP (Barry Shein) Newsgroups: net.unix-wizards Subject: Re: how universal is tar format? SYSV? Message-ID: <278@bu-cs.UUCP> Date: Wed, 20-Mar-85 21:58:47 EST Article-I.D.: bu-cs.278 Posted: Wed Mar 20 21:58:47 1985 Date-Received: Sat, 23-Mar-85 02:25:05 EST References: <9352@brl-tgr.ARPA> Organization: Boston Univ Comp. Sci. Lines: 22 We have a 3B5 running SYSV and and 4.2bsd VAXen. Yes, tar is compatible between these two (in spite of things that *might* have broken it.) Unfortunately, it seems that our SYSV tar won't read tar tapes created on 4.2bsd with a blocking factor >10 so be warned. (I also swear that twice when I was writing tar tapes to our TU78 on our VAX with blocking factor of one it tripped the circuit breaker in the tape drive!!) As for cpio, all I know is that the standard cpio format VAX SYSV source release from AT&T would *not* read off on our 3B5, no matter what combination of byte/word swap etc (-B) flags was tried. Not having cpio (it was on the #@!#@ tape!) I wrote a trivial program I call 'cpi' that will suck off a range of files from a cpio tape and create all necessary directories etc as expected (won't write a tape.) If anyone wants it it's a hack (only needed it till I got cpio.c off) but hey, it's <100 lines of C, you can clean it up yourself, and it works, just ask. -Barry Shein, Boston University