LinuxSA Mailing list archives
Index:
[thread]
[date]
[subject]
[author]
From: Jake Hawkes <jake@eclectic.com.au>
To : Darryl Merritt <darryl@dda.com.au>
Date: Mon, 17 Jan 2000 16:12:25 +1030
Re: DAT tape
Darryl Merritt wrote:
>
> I have two RedHat V6 sitting side by side connected by 100Mhz network.
>
> Is it possible for the one without the DAT drive to access the DAT drive in
> the other machine?
>
> Darryl
>
> --
> LinuxSA WWW: http://www.linuxsa.org.au/ IRC: #linuxsa on irc.linux.org.au
> To unsubscribe from the LinuxSA list:
> mail linuxsa-request@linuxsa.org.au with "unsubscribe" as the subject
sure can.
using the rsh command, you can do something like this:
box1 has the tape drive
box2 has the data to be backed up
we are on box2:
box2 ~> tar cvf box1:/dev/rmt0 /path/to/be/tared
this needs rsh style authentication (like kerberos)
this is from memory of a long time ago - so be warned YMMV (your milage
may vary)
--
Jake Hawkes, B.Eng (CSE)
"We are but packets in the internet of life". - UF March 4, 1999
Index:
[thread]
[date]
[subject]
[author]
Return to the LinuxSA Mailing List Information Page