Re: rssync source code as a windows project

2008-12-03 Thread Jignesh Shah
Thanks for reply. Could you tell what do you mean by RTFM ctags and cscope,?? Creating a new project I think it will have so many errors. We can do it only if we know the complete code. If anybody or you have done then please forward it to me. Thanks, Jignesh On Thu, Dec 4, 2008 at 1:12 PM, Shac

rssync source code as a windows project

2008-12-03 Thread Jignesh Shah
Hi Friends, I have started learning rsync source code but I am finding very difficult to go back and forth to find the execution flow. I could see that rsync code is written in UNIX and the compilation is difficult. Does anybody converted it into Windows Project so that we can open in using Visual

Re: My Rsync script is broken! Pls Help.

2008-12-03 Thread likuidsilence
What I don't get is that rsync was working without any errors prior to my clean install. I don't think preserving directory times is a big deal for me so I'll just do it with the -O option on. I'm actually thinking of giving rsnapshot a try and see how I like it. Anyway, thanks Matt for all your t

Re: My Rsync script is broken! Pls Help.

2008-12-03 Thread likuidsilence
What I don't get is that rsync was working without any errors prior to my clean install. I don't think preserving directory times is a big deal for me so I'll just do it with the -O option on. I'm actually thinking of giving rsnapshot a try and see how I like it. Anyway, thanks Matt for all your t

Re: My Rsync script is broken! Pls Help.

2008-12-03 Thread likuidsilence
What I don't get is that rsync was working without any errors prior to my clean install. I don't think preserving directory times is a big deal for me so I'll just do it with the -O option on. I'm actually thinking of giving rsnapshot a try and see how I like it. Anyway, thanks Matt for all your t

Win32 GUI Client

2008-12-03 Thread Ansar Mohammed
Can anyone recommend a good win32 GUI rsync client? -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: My Rsync script is broken! Pls Help.

2008-12-03 Thread Matt McCutchen
On Wed, 2008-12-03 at 17:33 -0800, likuidsilence wrote: > I just found out smbfs has been deprecated for a long time now.. geez =( so I > tried mounting the drive using cifs but no luck at all.. i still get those > damn messages!! :confused: > anyway, I was thinking of attaching my strace file but

Re: rsync / checksum small block / xfer small block

2008-12-03 Thread Jamie Lokier
alexus wrote: > not quite what i need > > let's take another example > > let's say i have a mysql db, and only few rows gets changed on daily > basis, yet that data file itself is huge, so rsync checks for checksum > sees that it's different and xfer the whole file, i use remote site, > so xfer t

Re: My Rsync script is broken! Pls Help.

2008-12-03 Thread Matt McCutchen
On Tue, 2008-12-02 at 19:49 -0800, likuidsilence wrote: > Yeah I'm pretty sure I'm using the right command and error message.. The command you previously posted lacked trailing slashes on the source and destination paths. This one has them, which is consistent with the errors you got. > Anyhow,

Re: how to get details of rsync source code?

2008-12-03 Thread Matt McCutchen
On Wed, 2008-12-03 at 17:49 +0530, Jignesh Shah wrote: > I am new to rsync. I learnt the rsync algorithm and functionalities. > It seems great. I want to dive into source code of rsync now. Could > anyone suggest how should I proceed to understand the code. Is there > any documentation about source

how to get details of rsync source code?

2008-12-03 Thread Jignesh Shah
Hi Friends, I am new to rsync. I learnt the rsync algorithm and functionalities. It seems great. I want to dive into source code of rsync now. Could anyone suggest how should I proceed to understand the code. Is there any documentation about source code available? Basically I want to find out the