Re: Rsync with OS X 10.3

2009-01-25 Thread Mac User FR
Le 25 janv. 09 à 00:53, Jason a écrit : I've compiled with the ASCII values and everything works as expected. Cool. I'm still getting the other error so I'm not sure what has happened. I'll regenerate the disk image for backupbouncer as maybe the file has become corrupt. Which other e

Re: Rsync with OS X 10.3

2009-01-24 Thread Jason
ex will never be negative but it will remove a compile warning. I'm currently using the signed version without any troubles. Cheers, Jason --- On Sat, 1/24/09, Mac User FR wrote: > From: Mac User FR > Subject: Re: Rsync with OS X 10.3 > To: dualusbib...@yahoo.ca > Cc:

Re: Rsync with OS X 10.3

2009-01-24 Thread Mac User FR
Le 24 janv. 09 à 21:41, Jason a écrit : I've done some digging around and using the condition if(unicharName[index]==0x003B) /* == ':' */ we never meet this case. I tried changing the unicharName[index]==':' and the subsequent slash unicharName. After rsync is compiled I am able to han

Re: Rsync with OS X 10.3

2009-01-24 Thread Jason
pple.FinderInfo") failed: Unknown error: -5000 (-5000) When I run again I get no error. I'm using the following argumens: -aNXxH --protect-args --fileflags --force-change Jason --- On Sat, 1/24/09, Mac User FR wrote: > From: Mac User FR > Subject: Re: Rsync with OS X 10.3

Re: Rsync with OS X 10.3

2009-01-24 Thread Mac User FR
Le 24 janv. 09 à 08:46, Jason a écrit : Hi Again, I may have spoke too soon regarding the second :/ patch. Using the first patch (non-unicode version) I am able to deal with the :/ issue. However, I've recompiled using the second fix and I am now getting the error: rsync: get_xattr_nam

Re: Rsync with OS X 10.3

2009-01-23 Thread macuserfr
Le 23 janv. 09 à 05:31, Jason a écrit : Hi All Again, Both patches to deal with the colon to slash conversion work. This is a good news. I prefer the last patch I gave you, as I told you in previous mail. When I have some time I will edit the panther xattr patch to include this modification

Re: Rsync with OS X 10.3

2009-01-22 Thread Jason
wrote: > From: macuserfr > Subject: Re: Rsync with OS X 10.3 > To: dualusbib...@yahoo.ca > Cc: rsync@lists.samba.org > Received: Thursday, January 22, 2009, 4:36 AM > Hi Jason, > > You may try this patch ( > http://www.mail-archive.com/rsync@lists.samba.org/msg23276.html &

Re: Rsync with OS X 10.3

2009-01-22 Thread macuserfr
Hi Jason, You may try this patch ( http://www.mail-archive.com/rsync@lists.samba.org/msg23276.html ) instead of the one I gave you about colon to slash conversion. You may not see the difference but it's supposed to use less memory and should be as fast as the other patch. For the Backup

Re: Rsync with OS X 10.3

2009-01-21 Thread Jason
opy not a valid method. Cheers, Jason --- On Wed, 1/21/09, macuserfr wrote: > From: macuserfr > Subject: Re: Rsync with OS X 10.3 > To: dualusbib...@yahoo.ca > Cc: rsync@lists.samba.org > Received: Wednesday, January 21, 2009, 4:03 AM > Hi Jason, > > Here's rsync1

Re: Rsync with OS X 10.3

2009-01-21 Thread macuserfr
Hi folks, I've made a Unicode test here and it seem safe to patch my Panther patch in this way: + unsigned int index=0; = CFStringGetCharacters(cfStringName, range, unicharName); while(index= carbon_error=FSMakeFSRefUnicode(&parentRef, range.length, unicharName, kTextE

Re: Rsync with OS X 10.3

2009-01-21 Thread macuserfr
Hi Jason, Here's rsync10.3xattr_supportv0.6.diff. You can find fileflags.diff and crtimes.diff (that are not from me, but I strongly recommend you to install) here: http://samba.anu.edu.au/ftp/rsync/src/rsync-patches-3.0.5.tar.gz As you could see in the mail from the mail-list, this version