changes in rsync V3

2008-12-04 Thread Jignesh Shah
Hi Friends, I think lot of changes have been made from rsync 2.6.0 to V3. The one major change is rsync V3 will not walk complete file system first and then start the synching but it will parallely start synching as well along with file system walking. Could any one tell me which source files got

Re: rssync source code as a windows project

2008-12-04 Thread Shachar Shemesh
Jignesh Shah wrote: 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

Re: rssync source code as a windows project

2008-12-04 Thread Shachar Shemesh
Jignesh Shah wrote: Thanks for reply. Could you tell what do you mean by RTFM ctags and cscope,?? RTFM - Read The Manual ctags and cscope - utilities whose manual I think you should read. Creating a new project I think it will have so many errors. We can do it only if we know the complete

Re: rssync source code as a windows project

2008-12-04 Thread Jignesh Shah
Thanks Sachar. but I am completely new in UNIX world. Could you tell me how ctags and cscope will help me and from where I can read those manuals? BTW, If I could not compile then its fine. I just want to migrate to specific function quickly and when i move my cursor on variable it should display

Re: Win32 GUI Client

2008-12-04 Thread MW
Hi Ansar - I'm using cwRsync, though only the server part. Does the job, however, I noticed sometimes it doesn't clear it's pid file and then it won't start next time you boot up. Not sure whether this is a Windows feature or cwRsync problem. Anyway, you can always remove the pid file

Re: Win32 GUI Client

2008-12-04 Thread solomon mwangi
I have rsync set up on my servers but when I try to start the service i get the message that it started and then stopped. Any one know what the problem is? From: Ansar Mohammed [EMAIL PROTECTED] To: rsync@lists.samba.org Sent: Thursday, December 4, 2008

Re: Win32 GUI Client

2008-12-04 Thread MW
Check for the pid file. I see the same symptom when the pid file doesn't get deleted when I shut down my PC. Cheers Michael On 4 Dec 2008, at 11:21, solomon mwangi wrote: I have rsync set up on my servers but when I try to start the service i get the message that it started and then

RE: Win32 GUI Client

2008-12-04 Thread Tevfik Karagülle
Hi, As a permanent solution, you can simply remove the line below from rsyncd.conf: pid file = rsyncd.pid Regards Tev cwRsync maintainer _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of MW Sent: 4. desember 2008 12:35 To: solomon mwangi Cc: rsync@lists.samba.org

Re: Win32 GUI Client

2008-12-04 Thread Charles Marcus
On 12/3/2008 9:41 PM, Ansar Mohammed wrote: Can anyone recommend a good win32 GUI rsync client? The rsync.net guys recently released one... it is not hidden on their website, and there are no restrictions from downloading it, or in the license when you install it, so I'm guessing you can use it

Re: rsync / checksum small block / xfer small block

2008-12-04 Thread alexus
okay, so you saying if i have large db, and i made a change rsync will not re-transfer the whole file, it will just transfer small portion of that file? am I correct? does it say something like that in documentation anywhere? On Wed, Dec 3, 2008 at 8:24 AM, Jamie Lokier [EMAIL PROTECTED] wrote:

Re: rsync / checksum small block / xfer small block

2008-12-04 Thread Jamie Lokier
alexus wrote: okay, so you saying if i have large db, and i made a change rsync will not re-transfer the whole file, it will just transfer small portion of that file? am I correct? does it say something like that in documentation anywhere? In the very first paragraph of the manual: It

DO NOT REPLY [Bug 5939] New: rsync: delete of stat xattr failed for ... (in backup): Operation not permitted (1)

2008-12-04 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5939 Summary: rsync: delete of stat xattr failed for ... (in backup): Operation not permitted (1) Product: rsync Version: 3.0.4 Platform: Other OS/Version: Linux Status:

DO NOT REPLY [Bug 5939] rsync: delete of stat xattr failed for ... (in backup): Operation not permitted (1)

2008-12-04 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5939 --- Comment #1 from [EMAIL PROTECTED] 2008-12-04 13:52 CST --- Well I've managed to increase verbosity a little bit and tried rsyncing only one of the symlinks that was having this problem: ...

rsync man page: out of date corruption warning

2008-12-04 Thread Justin Roth
Hi all, The part about the -S option in the rsync man page says: -S, --sparse Try to handle sparse files efficiently so they take up less space on the destination. Conflicts with --inplace because it's not possible to overwrite data in a

rsync Failure

2008-12-04 Thread Shawn Geraghty
Hello All: I'm having an issue with rsync in that it recently (11/29/2008) started to crash during a daily cron job backup. Below is some info on how rsync is being used to backup our servers. Version: 2.6.9 Execution: Called daily via a wrapper script, and up until about 2 weeks

Re: rsync Failure

2008-12-04 Thread Matt McCutchen
On Thu, 2008-12-04 at 16:50 -0500, Shawn Geraghty wrote: I'm having an issue with rsync in that it recently (11/29/2008) started to crash during a daily cron job backup. Below is some info on how rsync is being used to backup our servers. Version: 2.6.9 Please try the latest

Question on using single quote in an include from file

2008-12-04 Thread Larry Hayes
Hello, I am using rsync 2.6.8 on a MontaVista Linux. I have a client/server setup with an rsync daemon running on the server. Also running over stunnel. When trying to do an rsync pull from the client of a module on the server, files that have a single quote in the name do not get

RE: Win32 GUI Client

2008-12-04 Thread Ansar Mohammed
Tried that but its hardcoded to use the rsync.net servers. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Charles Marcus Sent: Thursday, December 04, 2008 9:37 AM To: rsync@lists.samba.org Subject: Re: Win32 GUI Client On 12/3/2008 9:41 PM, Ansar

how to debug the rsync function start_client

2008-12-04 Thread shuang quan wen
I am a student in computer science, several weeks ago, i learn the rsync algorithm and i am very interested in it. I use the gdb to debug the rsync,but when i enter the function start_client , I use bt to find the function stacks,but i cannot find the function ,why? and how can i to see the

rsync patch to allow content from one device file to be synced to another device file

2008-12-04 Thread Todd Shadburn
I noticed that this topic appeared from time to time on the mailing list and that one patch exists (copy-devices.diff) from a previous thread which allowed rsync to operate with a source device file. The patch below, when combined with the 'copy-devices' patch, allows rsync to be operate