unison for windows

2008-06-02 Thread Madan Kumar
Hi All, I am posting this querry second time. What i need is-- {Is there any command by which I can get only the updation of file ie only the incremental?. Suppose I have a text file say ss.txt of 3KB in size and I have taken the backup of this file. Now I am making the changes in to this

Re: unison for windows

2008-06-02 Thread Daniel Maher
On Mon, 2 Jun 2008 18:06:17 +0530 Madan Kumar [EMAIL PROTECTED] wrote: Please guide me some steps to build this code and How can I use unison for getting my main objective. Hello, While Unison uses the Rsync algorithm, it is not itself Rsync. I would suggest contacting the Unison mailing

Re: unison for windows

2008-06-02 Thread Matt McCutchen
On Mon, 2008-06-02 at 18:06 +0530, Madan Kumar wrote: Hi All, I am posting this querry second time. What i need is-- {Is there any command by which I can get only the updation of file ie only the incremental?. Suppose I have a text file say ss.txt of 3KB in size and I have taken the

rsync-3.0.2 -- two build problems

2008-06-02 Thread Peter Breitenlohner
Hi, when I tried to build rsync-3.0.2 on i686-linux/gnu, I noticed 2 problems: (1) With the Linux kernel =2.6.20, make check occasionally fails, due to subsecond timestamps sometimes being truncated and sometimes being rounded upwards (both on i686 and x86_64). Attached

rsync over stdin/stdout

2008-06-02 Thread Tony Mantler
So I've got this situation 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

Re: rsync over stdin/stdout

2008-06-02 Thread Matt McCutchen
On Mon, 2008-06-02 at 11:27 -0700, Tony Mantler wrote: So I've got this situation 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

DO NOT REPLY [Bug 5220] Syntax to access a daemon over a socket supplied on a fd

2008-06-02 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5220 [EMAIL PROTECTED] changed: What|Removed |Added Summary|Client option to use a |Syntax to access a daemon

Re: rsync over stdin/stdout

2008-06-02 Thread Tony Mantler
On Mon, 2008-06-02 at 13:45 -0700, Matt McCutchen wrote: On Mon, 2008-06-02 at 11:27 -0700, Tony Mantler wrote: Basically I need to set up the socket beforehand and then hand it to rsync somehow. This seems to be possible on the 'remote' end, but I haven't managed to figure out how to do

Re: rsync over stdin/stdout

2008-06-02 Thread Matt McCutchen
On Mon, 2008-06-02 at 14:29 -0700, Tony Mantler wrote: On Mon, 2008-06-02 at 13:45 -0700, Matt McCutchen wrote: On Mon, 2008-06-02 at 11:27 -0700, Tony Mantler wrote: Basically I need to set up the socket beforehand and then hand it to rsync somehow. This seems to be possible on the

Re: rsync over stdin/stdout

2008-06-02 Thread Matt McCutchen
On Mon, 2008-06-02 at 14:59 -0700, Tony Mantler wrote: On Mon, 2008-06-02 at 13:45 -0700, Matt McCutchen wrote: First, you should use an rsync daemon if you aren't already; with the remote shell mode, you have to get the server arguments across the socket yourself, whereas the

Re: rsync over stdin/stdout

2008-06-02 Thread Tony Mantler
On Mon, 2008-06-02 at 14:49 -0700, Matt McCutchen wrote: On Mon, 2008-06-02 at 14:29 -0700, Tony Mantler wrote: On Mon, 2008-06-02 at 13:45 -0700, Matt McCutchen wrote: On Mon, 2008-06-02 at 11:27 -0700, Tony Mantler wrote: Basically I need to set up the socket beforehand and then hand

Re: rsync over stdin/stdout

2008-06-02 Thread Tony Mantler
On Mon, 2008-06-02 at 15:08 -0700, Matt McCutchen wrote: On Mon, 2008-06-02 at 14:59 -0700, Tony Mantler wrote: What I need to do is turn this whole thing inside out, so that my program launches rsync rather than rsync launching my program. The reason for this is that my program needs to