Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!gatech!mcnc!thorin!white!white From: white@white.cs.unc.edu (Brian T. White) Newsgroups: comp.unix.questions Subject: Re: copying catridge tapes on Suns Message-ID: <8872@thorin.cs.unc.edu> Date: 19 Jul 89 17:13:52 GMT References: <20289@adm.BRL.MIL> Sender: news@thorin.cs.unc.edu Lines: 12 Nagesh Pabbisetty writes: > > I have 2 Sun 4/110's connected by an ethernet. Each of the Suns has a > catridge tape drive. I would like copy the contents of one catridge tape to > another 'new' catridge tape. > > What is the best way to accomplish this "duplication" task? > I would try this: dd if=/dev/rst0 bs=126b | rsh othermachine dd of=/dev/rst0 bs=126b