On 31/08/2009, at 1:24 PM, Matt McCutchen wrote:
On Wed, 2009-08-26 at 22:12 +1200, Nathan Ward wrote:
I'm trying to write an rsync 'proxy' of sorts. The plan is that my
code runs on two machines (one 'client' and one 'server') and each
piece of code execut
On Wed, 2009-08-26 at 22:12 +1200, Nathan Ward wrote:
> I'm trying to write an rsync 'proxy' of sorts. The plan is that my
> code runs on two machines (one 'client' and one 'server') and each
> piece of code executes a copy of rsync, and copies
Hi all,
I'm trying to write an rsync 'proxy' of sorts. The plan is that my
code runs on two machines (one 'client' and one 'server') and each
piece of code executes a copy of rsync, and copies move in one
direction (server -> client).
I have been ab