Re: Windows ACL support

2009-06-25 Thread Doug Lochart
Not trying to sound harsh or anything but this issue has been discussed at length in the list over the past 3 years. PLEASE search through the archives. When searching try searching on the word ROBOCOPY as that is an often suggested means of handling windows ACL's. 2009/6/25 dir_teh > hi Srini

Windows ACL support

2009-06-25 Thread dir_teh
hi Srinivasa Battula I about rsync with Windows ACL - can Iget this?-- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.htm

nfs4 acl support to be implemented

2007-12-14 Thread Peter Somogyi
Hi List, I'm interested in implementing nfs4 acl support for rsync. Are there any pointers to start? Is anybody else working on this? -- Peter Somogyi Gamax Kft Bartok Bela ut 15/D H-1114, Budapest, Hungary e-mail: [EMAIL PROTECTED] phone: +36 1 382 5469 -- To unsubscribe or change op

Windows ACL support

2006-10-17 Thread Chris Diphoorn
Srinivasa, I am looking for your updated version of rsync which supports acls - where could I download it?     Chris DiphoornNetwork Administrator (MCSE) Intouch - a Division of P.Q. Lifestyles Ltd Level 11, 301 Coronation Drive, Milton , QLD 4064 Tel: 61-7-3858 6400    Fax: 61-7-3858 6411E

Re: I need rsync + acl support for windows?

2006-10-17 Thread Matt McCutchen
ich may or may not match the Windows name depending on how you did /etc/passwd and /etc/group); see rsync's --numeric-ids option. Having considered this, if you want to use rsync's ACL support, you first need a Cygwin installation and a special ACL-enabled copy of rsync. So get the rsync s

Re: Solaris ACL support

2006-09-20 Thread Andrew Gideon
On Thu, 10 Aug 2006 08:53:21 -0400, Matt McCutchen wrote: > If you want ACLs, apply the patch and pass > --enable-acl-support when you configure. That gives you observance of > default ACLs when -p is disabled and an option -A, --acls to preserve > ACLs. The man page is patched to

Re: Solaris ACL support

2006-08-10 Thread Matt McCutchen
On 8/10/06, Yonah Russ <[EMAIL PROTECTED]> wrote: Can someone tell me exactly what is the status of Solaris ACL support? Has it been added to rsync? Is it only a patch? Is there any documentation? ACL support in general is only an official patch, namely acls.diff. However, it is a prett

Solaris ACL support

2006-08-09 Thread Yonah Russ
Hi,Can someone tell me exactly what is the status of Solaris ACL support? Has it been added to rsync? Is it only a patch? Is there any documentation?Thanks,Yonah -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs

Windows ACL support

2006-06-26 Thread Srinivasa Battula
Hi Guys,    I have found that rsync does not have full support for windows ACL while replicating files between two windows machines. Rsync uses cygwin dll to retrieve ACLs, which does not provide the complete support. To achieve the same, I have modified both cygwin and rsync source so tha

RE: How to compile Rsync with acl support on Cygwin

2006-03-17 Thread Peter Olivia
I downloaded just the acls.diff and it compiles and builds fine. I was able to do the double --acls entry successfully. All special bits and acls rsync in both directions. ACL only changes get recognized and rsynced too. (BTW, the xattr patch may need to be updated as it patches with fuzz due t

Re: How to compile Rsync with acl support on Cygwin

2006-03-17 Thread Wayne Davison
On Fri, Mar 17, 2006 at 01:33:09AM -0500, Peter Olivia wrote: > set_acl: sys_acl_set_file(test/.file1.fd94pI, SMB_ACL_TYPE_ACCESS): Invalid > argument The newer ACL patch you're using uses a modified protocol that allows rsync to be more memory efficient and to send less data over the socket. Thi

RE: How to compile Rsync with acl support on Cygwin

2006-03-16 Thread Peter Olivia
Wayne wrote: > The latest version of the acls.diff patch in CVS has the chmod() after > the ACL-setting call, and I've just enhanced the code to work with a > system where the special mode bits get cleared (though I didn't have an >easy way to test this yet). I also fixed a few compiler warnings

Re: How to compile Rsync with acl support on Cygwin

2006-03-16 Thread Wayne Davison
On Thu, Mar 16, 2006 at 11:21:49AM -0500, Peter Olivia wrote: > I have since tested it using the 2.6.6 and 2.6.7 code successfully. I > was able to rsync acls intact to and from my Linux server. Cool. I've checked in your suggested change to the CVS version of the ACL patch, so now Cygwin will c

How to compile Rsync with acl support on Cygwin

2006-03-16 Thread Peter Olivia
.  ./configure would error out after displaying:   Checking whether to support ACLS... checking for acl_get_file in -lacl...  no checking for ACL support... no   This issue was referenced in this post, but I never saw a follow up or resolution: http://www.cygwin.com/ml/cygwin/2004-01/msg01329

Re: ACL support in rsync 2.6.6

2006-01-22 Thread Matt McCutchen
On Sun, 2006-01-22 at 19:39 +, Paul Reilly wrote: > But it still appears that 2.6.6 doesn't have any acl support > included. Is that true? Yes, but the patch comes with it. Apply, and follow the instructions in, patches/acls.diff. Configure rsync with ACL support, which requires

ACL support in rsync 2.6.6

2006-01-22 Thread Paul Reilly
Hi, Can someone tell me the status of ext3 acl support in rsync? I saw this post from may 2004 which seems to indicate there is a patch. http://lists.samba.org/archive/rsync/2004-May/009466.html But it still appears that 2.6.6 doesn't have any acl support included. Is that true? Does a

Re: acl support, etc.

2005-10-01 Thread Lee Cullens
AIL PROTECTED] wrote: I try to use rsync with acl support. Files with acls were transfered but the acls of direcotries don`t! Is it not possible to transfer acls of diretories? Directory ACLs seem to transfer fine with rsync 2.6.6. Try a newer version of rsync. Yay! I'm not the on

Re: acl support, etc.

2005-10-01 Thread Matt McCutchen
ROTECTED] wrote: > I try to use rsync with acl support. Files with acls were transfered but the > acls of direcotries don`t! Is it not possible to transfer acls of diretories? Directory ACLs seem to transfer fine with rsync 2.6.6. Try a newer version of rsync. Yay! I'm not the on

acl support

2005-09-29 Thread stefanke
Hi all, I try to use rsync with the option --acl but it doesn`t work. send_acl : sys_acl_get_file(haservices, SMB_ACL_TYPE_ACCESS): Operation not supported Does my rsync-package don`t support acls or what is going wrong here? How can I ensure that my rsync version is compiled with acl support

Re: rsync acl support

2004-05-10 Thread Wayne Davison
On Mon, May 10, 2004 at 04:03:42PM +0200, Christophe Saout wrote: > http://www.saout.de/misc/rsync-2.6.2-acl.diff.bz2 Thanks, I'll be adding this to the patches dir. ..wayne.. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb

rsync acl support

2004-05-10 Thread Christophe Saout
Hi, since I'm using Posix ACLs under Linux (via xattr) for some time now I was looking for rsync ACL support (using it to do 1:1 backups via LVM snapshots to another machine). A quick Google search revealed that Buck Huppmann had developed such a patch against rsync-2.5.5. I've ported

ACL support

2004-02-17 Thread Anandh M.
Hi, I am newbee to this group. I am in need of ACL support. When I browsed through the list mails I could find the link for a ACL patch. But it is available only for rsync 2.5.6. I also came across the security advise posted in the website on versions prior 2.5.7. So it would be better if I

Re: ACL Support? Where can I get it?

2003-06-03 Thread Martin Pool
On 18 Apr 2003, Justin Kreger <[EMAIL PROTECTED]> wrote: > From what I've read on the list, there does not appear to be POSIX ACL > support for rsync at this time, is this true? There does however appear > to be a patch floating around out there, where can I find

patch: rsync-2.5.5: UNIX ACL support

2002-11-18 Thread Buck Huppmann
r hosting) to apply to a 2.5.5 tree, % cd wherever/rsync-2.5.5 % gunzip < whereverelse/rsync-2.5.5-acl.diff.gz | patch -p0 \ && ./configure --with-acl-support=yes ... \ && make clean all to use, throw in a `-A' option. if it doesn't work, make sure both your loc