Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!sri-unix!teknowledge-vaxc!mkhaw From: mkhaw@teknowledge-vaxc.ARPA (Michael Khaw) Newsgroups: comp.unix.wizards Subject: Re: Remote magtape. Message-ID: <12108@teknowledge-vaxc.ARPA> Date: Fri, 24-Apr-87 11:51:21 EST Article-I.D.: teknowle.12108 Posted: Fri Apr 24 11:51:21 1987 Date-Received: Sat, 25-Apr-87 19:15:11 EST References: <664@luthcad.UUCP> <2644@phri.UUCP> Reply-To: mkhaw@teknowledge-vaxc.UUCP (Michael Khaw) Distribution: world Organization: Teknowledge, Inc., Palo Alto CA Lines: 22 In article <2644@phri.UUCP> roy@phri.UUCP (Roy Smith) writes: > Since he brought it up, can somebody tell me if rtar has ever been >implemented? Rdump and rrestore are the only programs I know that use >remote tape drives, but many is the time I wished for rtar. There is a workaround: tar cfB - file | rsh remotehost 'dd of=remote_tape bs=20b' # write rsh remotehost 'dd if=remote_tape bs=20b' | tar xf - # read Note: Although man files for tar may claim/imply that 20 blocks is the maximum block size for tar, vendors of Sun software routinely use 126 blocks for 1/4-inch tar cartridges, and I've seen 126 blocks used successfully with 9-track mag tapes. Mike Khaw -- internet: mkhaw@teknowledge-vaxc.arpa usenet: {hplabs|sun|ucbvax|decwrl|sri-unix}!mkhaw%teknowledge-vaxc.arpa USnail: Teknowledge Inc, 1850 Embarcadero Rd, POB 10119, Palo Alto, CA 94303