copying catridge tapes on Suns

Brian T. White white at white.cs.unc.edu
Thu Jul 20 03:13:52 AEST 1989


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



More information about the Comp.unix.questions mailing list