1833374 Members
3215 Online
110052 Solutions
New Discussion

Re: rcp Retrieval

 
SOLVED
Go to solution
wish_1
Frequent Advisor

rcp Retrieval

Dear All,

I want to know how to retrieve the data from the tape which is copied by rcp command.

Thanks in adv.

Regards
Wish
4 REPLIES 4
AwadheshPandey
Honored Contributor

Re: rcp Retrieval

go to

man rcp,

every thing is there.

regards

Awadhesh
It's kind of fun to do the impossible
RAC_1
Honored Contributor

Re: rcp Retrieval

How exactly data was copied??
There is no substitute to HARDWORK
wish_1
Frequent Advisor

Re: rcp Retrieval

Dear Awadhesh,

how to retrieve the if i do as follows:

rcp abc.tar servername:/dev/rmt/0n this is another servers tape drive path.

Regds
Wish
Muthukumar_5
Honored Contributor
Solution

Re: rcp Retrieval

You have stored data into servername as,

# rcp abc.tar servername:/dev/rmt/0n

You are trying to get the stored data again to local machine from remotly mounted /dev/rmt/0n device.

# rcp servername:/dev/rmt/0n .

itself. It will copy all details to local machine's current directory.

-Muthu

Easy to suggest when don't know about the problem!