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: Should posters be required to join the list? (was: Bad habits)

2009-01-22 Thread macuserfr
Le 22 janv. 09 à 04:47, Matt McCutchen a écrit : On Thu, 2008-03-20 at 11:52 -0400, Matt McCutchen wrote: Why are non members even allowed to post to the list? Why shouldn't they be? In my view, subscription to the list just indicates a personal preference to receive all the mail because

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 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 3.0.4 patches for 10.3

2009-01-20 Thread macuserfr
Le 19 janv. 09 à 21:53, tim lindner a écrit : Thanks for this. Everything has been working fine. I did encounter one problem. It didn't like it when colons were in filenames. Rsync would spit out an error and move to the next file. I remember (sorry I don't have a reference) that HFS

Re: Yet another rsync incremental thread

2008-07-30 Thread macuserfr
OK, so here I'm giving you the final version of the script timestamp.sh working for me: - #!/bin/tcsh #Turn on debug info set DEBUG = 1 #Name of the backup mount (partition) set MOUNTNAME = data #Name of the backup directory set

Re: Yet another rsync incremental thread

2008-07-29 Thread macuserfr
Hello there! Le 28 juil. 08 à 16:24, Matt McCutchen a écrit : (This original message doesn't seem to have gone to the list.) Actually it is here http://www.mail-archive.com/rsync@lists.samba.org/msg22126.html , but I messed around mail replies. Dunno exactly what I did... Doesn't matter.

Re: Yet another rsync incremental thread

2008-07-29 Thread macuserfr
I've made a simpler test: freenas:~# cat /var/etc/rsyncd.conf syslog facility = local4 list = no port = 873 pid file = /var/run/rsyncd.pid uid = rsync [serveuranm] comment = Sauvegarde du serveur ANM path = /mnt/data/serveuranm/ list = true max connections = 0 read only = false uid = serveuranm

Re: Yet another rsync incremental thread

2008-07-28 Thread macuserfr
Le 28 juil. 08 à 09:39, macuserfr a écrit : Hi folks, that's me again... Well, following Matt's suggestion, I'm trying to setup my server to call a post transfer script. Guess what? It's not working and I don't know why. I've looked around other posts in this mail list and googling around

Yet another rsync incremental thread

2008-07-18 Thread macuserfr
Hello all, Since the rsync on Panther many things changed in my professional life. This project is abandoned although it should work. But this you already know. What's new? On my new job I have several servers to administrate. Servers that aren't backed up (sic). So, there's why I'm back