Hi everyone! I'm trying to do something along those lines:
rsync --rsh=ssh --archive foo:/data/* bar:/data/ Where foo is on the other side of a firewall, bar has no network connection to foo, and the machine I'm executing this on can connect to both of them. Unfortunately, copying from remote to remote doesn't seem to be possible with rsync. There's no mention in the Manpage as well, so I guess that functionality really isn't there. Do you know some kind of work-around for this? Weird stuff involving piping from one rsync command into another maybe? Or did I miss something in the Docs? Thanks in advance for all hints, -martin -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html