Displaying 1 result from an estimated 1 matches for "mymagictransportprogram".
2008 Jun 02
1
rsync over stdin/stdout
...on where I have two systems connected via a
protocol that looks nothing at all like IP, and I'd like to be able to
rsync between them.
I can, though, open a perfectly normal looking socket through various
magic and trickery.
I've managed to get rsync to work by using the "rsync
--rsh=mymagictransportprogram" style invocation, but for a number of
reasons this isn't really a viable long-term solution for me. What I'd
like to be able to do is either:
A: Set up stdin/stdout and exec rsync with some options that tell it
that there's a remote rsync on the other end of those FDs, or
B: Cal...