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

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:

Re: Rsync with OS X 10.3

2009-01-24 Thread Jason
(-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 macuse...@free.fr wrote: From: Mac User FR macuse...@free.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 Jason
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 macuse...@free.fr wrote: From: Mac User FR macuse...@free.fr Subject: Re: Rsync with OS X 10.3 To: dualusbib...@yahoo.ca Cc: rsync

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

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-22 Thread Jason
...@free.fr wrote: From: macuserfr macuse...@free.fr 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 ) instead

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

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(indexrange.length) { if(unicharName[index]==0x003B) /* == ':'

Re: Rsync with OS X 10.3

2009-01-21 Thread Jason
method. Cheers, Jason --- On Wed, 1/21/09, macuserfr macuse...@free.fr wrote: From: macuserfr macuse...@free.fr 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 rsync10.3xattr_supportv0.6