Port forwarding for Rsync
        Posted  
        
            by malfist
        on Server Fault
        
        See other posts from Server Fault
        
            or by malfist
        
        
        
        Published on 2010-05-11T19:22:39Z
        Indexed on 
            2010/05/11
            19:25 UTC
        
        
        Read the original article
        Hit count: 353
        
Every port on my server is blocked except port 222 which is were ssh connects too. This server is pretty much a backup server, and I have my clients rsync to it.
I do this by using ssh's port forwarding (-P 222 -L 873:myserver.com:873), however, I want to do this with just using the rsync command. Is that possible?
© Server Fault or respective owner