Re: rsync proxy

2009-08-30 Thread Nathan Ward
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

Re: rsync proxy

2009-08-30 Thread Matt McCutchen
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

rsync proxy

2009-08-26 Thread Nathan Ward
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