LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   rsync using proxy server (https://www.linuxquestions.org/questions/linux-networking-3/rsync-using-proxy-server-499191/)

bigsmile 11-06-2006 02:56 PM

rsync using proxy server
 
Hello all!
I'm trying to syncronize 2 directories on 2 servers (A and B) using 3rd server (C) as proxy server.

what i did is:
- installed http proxy (tinyproxy) on C and configured it to run on port 873 - default port for rsync protocol.
- set the variable RSYNC_PROXY to C-ip:873 using command
export RSYNC_PROXY=C-ip:873
- run the rsync command without ssh support.

as a result the directories are syncronized, but the proxy is not used.
What can be the problem, please?

kotnik 11-06-2006 03:51 PM

Your web proxy's configuration must support proxy connections to port 873.

bigsmile 11-07-2006 03:38 AM

Quote:

Originally Posted by kotnik
Your web proxy's configuration must support proxy connections to port 873.

Yes, i saw this in rsync man page and i made the proxy listening and accepting connections on port 873.


All times are GMT -5. The time now is 11:27 AM.