Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!ames!hc!beta!unm-la!unmvax!hi!kurt From: kurt@hi.uucp (Kurt Zeilenga) Newsgroups: comp.unix.wizards Subject: Re: Remote magtape Message-ID: <5149@hi.uucp> Date: Sun, 26-Apr-87 00:49:00 EDT Article-I.D.: hi.5149 Posted: Sun Apr 26 00:49:00 1987 Date-Received: Tue, 28-Apr-87 01:35:46 EDT References: <664@luthcad.UUCP> <2644@phri.UUCP> <15097@gatech.gatech.edu> Reply-To: kurt@hi.UUCP (Kurt Zeilenga) Distribution: world Organization: U. of New Mexico, Albuquerque Lines: 22 Hope@gatech.UUCP (Theodore Hope @ LEGOLAND) writes: >In article <2644@phri.UUCP> roy@phri.UUCP (Roy Smith) writes: >>Rdump and rrestore are the only programs I know that use >>remote tape drives, but many is the time I wished for rtar. > >I don't know if you'd consider the following a kludge, but I Not a kludge, this is even documented (in my SUN 3.3 manual). >use the following to read a tar tape on a remote machine: > > % rsh remote dd of=/dev/rmt8 ibs=10240 | tar xvf - (tar bs of 20) When running tar with input being a pipe, it is usually a good idea to add a "B" flag, read the manual for more info... I use: % rsh remote -n dd of=/dev/rmt0 bs=20b | tar xvBfb - 20 -- Kurt Zeilenga (zeilenga@hc.dspo.gov)