X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Message-ID: <4AB0F823.6010100@gmail.com> Date: Wed, 16 Sep 2009 15:37:23 +0100 From: Dave Korn User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Bug or feature missing in rsync. References: <4AA61819 DOT 4030501 AT tlinx DOT org> <4AB0A9CD DOT 3090201 AT lapo DOT it> <4AB0AEBC DOT 6090709 AT lapo DOT it> <4AB0D66D DOT 4000204 AT gmail DOT com> <4AB0E914 DOT 2060704 AT lapo DOT it> <4AB0EF6C DOT 70605 AT lapo DOT it> In-Reply-To: <4AB0EF6C.70605@lapo.it> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Lapo Luchini wrote: > Lapo Luchini wrote: >> Dave Korn wrote: >>> It appears that cygwin has the xattr functions implemented and exported >> Of course I'd like to; I didn't hope it could be as easy as that. =) > > Yes, it seems it was as easy as that. Hmm, it may or may not be... > % rsync-3.0.6-1/inst/usr/bin/rsync.exe --version > rsync version 3.0.6 protocol version 30 > Copyright (C) 1996-2009 by Andrew Tridgell, Wayne Davison, and others. > Web site: http://rsync.samba.org/ > Capabilities: > 64-bit files, 64-bit inums, 32-bit timestamps, 64-bit long ints, > socketpairs, hardlinks, symlinks, IPv6, batchfiles, inplace, > append, ACLs, xattrs, iconv, symtimes > > "make check" tests seems to have good results too, except the xattr one > is a SKIP. > Mhhh, that depends on a missing commandline "setfattr" utility. I downloaded ftp://oss.sgi.com/projects/xfs/cmd_tars/attr_2.4.43-1.tar.gz and found it builds OOTB, but my first attempt to use setfattr got me an error: > $ ./setfattr/.libs/setfattr.exe -n bar -v baz foo > setfattr: foo: Operation not supported Nor was getfattr capable of showing me the attributes I set in the windows explorer file properties "summary" tab. I'm taking a look through the strace to see what's failing and why. The code might need a little porting. cheers, DaveK -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple