Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

remote tape

Status
Not open for further replies.

yaya2003

MIS
May 11, 2003
7
0
0
AU
I have a backup software called Bacula running on one RH9 box and backup data onto the DLT tape driver attached to it. How ever I got another same DLT tape driver attached to another RH7 box. In order to write onto the remote tape.I want to mount the remote tape in RH7 into my RH9 system. How can I do that?

Cheers,
Lydia
 
Hi,

You can use "tar -cvf - files | rsh dd of=/dev/rmt/0" to write to remote tape.

dbase77
 
HI,

Sorry forgot the hostname.

tar -cvf - files | rsh hostname dd of=/dev/rmt/0

dbase77
 
long time, i used r-cmds
mybe is ssh installed, this should also work
tar cf - files | ssh hostname tar cfv /dev/rmt/0 -
you have to enter a passwd


:) guggach
 

You can use "network block devices" but I've never tried it. Do a Google.

Cheers
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top