Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to use rsync command ..?

807557Oct 25 2006 — edited Oct 25 2006
Hi .,

I want to copy the files from one of my local directory to another server directory and i want to do the operation automatically without asking any authentication..

When i try rsync command to copy files from my local folder to another folder..,It works...

But when I give the command to copy files to another machine it ends with the error... as follows


[root@nibappsun07 /]$ rsync /usr/local/build/escenic/engine/importXML/incomingXMLFeeds/*.xml build@10.210.7.211:/usr/local/build/escenic/engine/importXML/incomingXMLFeeds
build@10.210.7.211's password:
bash: rsync: command not found
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(463) [sender=2.6.8]
[root@nibappsun07 /]$
[root@nibappsun07 /]$

here it is asking for password and after password it gives error.
i want the operation to do automatically withput asking password and
From the error i find out some setting issue with rsync command..

Anybody guide me to came out of this issue..

Thanks & Regards
Suseendran .A
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 22 2006
Added on Oct 25 2006
1 comment
369 views