Question : rsync with One host in DMZ

I have one host on the local LAN (192.168.x.x) and one host in the DMZ (79.111.x.x).

I want to rsync with the DMZ guy, he's my email server.  Is this doable?  Most of the stuff I see implies that they must be in the same local net.  Since I control both hosts, making usernames and accommodating permissions shouldn't be a prob.

Answer : rsync with One host in DMZ

From the rsync documentation:
It is also possible to use rsync without using rsh or ssh as the transport.
In this case you will connect to a remote rsync server running on TCP port 873.

You may establish the connection via a web proxy by setting the environment variable
RSYNC_PROXY to a hostname:port pair pointing to your web proxy.
Note that your web proxy's configuration must allow proxying to port 873.

Using rsync in this way is the same as using it with rsh or ssh except that:

# you use a double colon :: instead of a single colon to separate the hostname
from the path.

# the remote server may print a message of the day when you connect.

# if you specify no path name on the remote server then the list of accessible
paths on the server will be shown.

Random Solutions  
 
programming4us programming4us