Re: Making rsync compile under Mac OS X 10.3.9 with extended attributes

2008-02-14 Thread Vitorio Machado
OK, you won :P But how I said in the first time, isn't there a proper way to patch ACL detection? I mean that for OS X 10.3, configure wil say no, no, no for all ACLs precheck (the acl headers and functions) but it will branch on the cases. As I've seen on xattr it works differently. There

Re: Making rsync compile under Mac OS X 10.3.9 with extended attributes

2008-02-14 Thread Matt McCutchen
On Thu, 2008-02-14 at 23:38 +0100, Vitorio Machado wrote: > Hmmm, yes, I need to remove the dot: > darwin[[0-38-9]]*) should do it, no? That won't match darwin version 40. :) Matt -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http:/

Re: Making rsync compile under Mac OS X 10.3.9 with extended attributes

2008-02-14 Thread Vitorio Machado
Hmmm, yes, I need to remove the dot: darwin[[0-38-9]]*) should do it, no? Otherwise, I'm looking about how to compile Carbon code. It seems that it will be portable to 10.1 or 10.2 because instead of: -I /Developer/SDKs/MacOSX10.3.0.sdk/Developer/Headers/CFMCarbon/ It seems that we only nee

Re: File locking for simultaneous rsync sessions

2008-02-14 Thread Matt McCutchen
On Thu, 2008-02-14 at 13:51 -0500, Andrew Culver wrote: > I have two web servers both mounting the same file system (with GFS). I > have a third web server which is independent from the first two, using > only its own local file systems. I need to mirror a directory within the > shared file syst

Re: Making rsync compile under Mac OS X 10.3.9 with extended attributes

2008-02-14 Thread Matt McCutchen
On Wed, 2008-02-13 at 22:13 +0100, LaG' wrote: > 1) Patched ACL configure.in (don't know if I did it the right way) to > don't say it can use ACL on a Panther system. > Changed > ! darwin*) > to > ! darwin[[0-38-9]].*) Presumably versions 10 and greater of darwin will support ACLs, but t

File locking for simultaneous rsync sessions

2008-02-14 Thread Andrew Culver
Hello all, I have two web servers both mounting the same file system (with GFS). I have a third web server which is independent from the first two, using only its own local file systems. I need to mirror a directory within the shared file system on the first two web servers to the local file s

Re: Rsync windows vista permissions problems

2008-02-14 Thread Matt McCutchen
Eli, Please keep this on the list, i.e., CC rsync@lists.samba.org in your replies. On Thu, 2008-02-14 at 15:41 +, U. Haile wrote: > One problem: > - rsync does not backup open files. If outlook.pst is open, then the > backup fails. > Is there any way of backing up open files, or of issuing a

Re: Rsync problems with some files & timestamp

2008-02-14 Thread Zemitch
Matt, Thanks for your response. These settings are working quit well : rsync -av --exclude=$EXCLUDE --delete --ignore-errors --no-o --no-p --chmod=ugo=rwX $SRCPATH $DSTPATH >> mail.txt I will now try to find a solution about timestamps issue. As far as I know there is no NSS configuration sett

Re: Rsync 3.0.0pre9 released

2008-02-14 Thread Matt McCutchen
On Thu, 2008-02-14 at 09:33 +0100, Daniel Maher wrote: > On Wed, 13 Feb 2008 13:46:58 -0500 Matt McCutchen > <[EMAIL PROTECTED]> wrote: > > I have made RPMS of rsync 3.0.0pre9: > > > > http://mattmccutchen.net/rsync/#rsync-packages > > Just out of curiosity, which RPM-based environment are those

Re: Rsync problems with some files & timestamp

2008-02-14 Thread Matt McCutchen
On Thu, 2008-02-14 at 00:49 -0800, Zemitch wrote: > rsync 2.6.8 on OES 2 Linux > > On an OES 2 Linux server I mount a Netware volume (ncpmount) that is the > destination server. > > All volumes are NSS. > > Some files are renamed in the destination volume. > > For example : > > (/media/backup

Rsync problems with some files & timestamp

2008-02-14 Thread Zemitch
Hi, rsync 2.6.8 on OES 2 Linux On an OES 2 Linux server I mount a Netware volume (ncpmount) that is the destination server. All volumes are NSS. Some files are renamed in the destination volume. For example : (/media/backup is the NCP mount point ) rsync: rename "/media/backup/USR/SYSTEM32

Re: Rsync 3.0.0pre9 released

2008-02-14 Thread Daniel Maher
On Wed, 13 Feb 2008 13:46:58 -0500 Matt McCutchen <[EMAIL PROTECTED]> wrote: > On Sun, 2008-02-10 at 21:01 -0800, Wayne Davison wrote: > > I've just released rsync 3.0.0pre9. > > I have made RPMS of rsync 3.0.0pre9: > > http://mattmccutchen.net/rsync/#rsync-packages > > Matt Just out of curios