1837107 Members
2303 Online
110112 Solutions
New Discussion

Remote brarchive

 
SOLVED
Go to solution
Fabian Briseño
Esteemed Contributor

Remote brarchive

Hello.

I want to do a Remote brarchive on a remote tape device.

Lets say we have BOXa and BOXb,
I want to do a backup in BOXa using BOXb tape device.

How do I make this happen, i know it involves remsh and editing .rhosts file on both boxes, but how?

Any help would be welcome, thanks.
Knowledge is power.
3 REPLIES 3
RAC_1
Honored Contributor
Solution

Re: Remote brarchive

For tar we do as follows.

you need to have users mentioned .rhosts file in home directory.

tar -cvf - /dir/* | remsh otherhost (cd /dir;tar -xvf )

Replace tar with barchive backup commands.
There is no substitute to HARDWORK
Fabian Briseño
Esteemed Contributor

Re: Remote brarchive

Thanks for the help RAC, it worked like a charm.

Knowledge is power.
Fabian Briseño
Esteemed Contributor

Re: Remote brarchive

thread closed
Knowledge is power.