Received: with ECARTIS (v1.0.0; list linux-xfs); Sat, 29 Mar 2003 10:09:29 -0800 (PST) Received: from tolkor.sgi.com (tolkor.SGI.COM [198.149.18.6]) by oss.sgi.com (8.12.8/8.12.5) with SMTP id h2TI8kq9014094 for ; Sat, 29 Mar 2003 10:09:27 -0800 Received: from ledzep.americas.sgi.com (ledzep.americas.sgi.com [192.48.203.134]) by tolkor.sgi.com (8.12.2/8.12.2/linux-outbound_gateway-1.2) with ESMTP id h2TIKckq025215 for ; Sat, 29 Mar 2003 12:20:38 -0600 Received: from poppy-e236.americas.sgi.com (poppy-e236.americas.sgi.com [128.162.236.207]) by ledzep.americas.sgi.com (SGI-8.9.3/americas-smart-nospam1.1) with ESMTP id MAA00777; Sat, 29 Mar 2003 12:08:41 -0600 (CST) Received: from stout.americas.sgi.com (stout.americas.sgi.com [128.162.232.50]) by poppy-e236.americas.sgi.com (8.12.8/SGI-server-1.8) with ESMTP id h2TI8fCJ6544286; Sat, 29 Mar 2003 12:08:41 -0600 (CST) Date: Sat, 29 Mar 2003 12:08:16 -0600 (CST) From: Eric Sandeen X-X-Sender: sandeen@stout.americas.sgi.com To: Ben Bucksch cc: linux-xfs@oss.sgi.com Subject: Re: Copy with extended attributes In-Reply-To: <3E85DCD7.6040107@beonex.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) X-archive-position: 3433 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: sandeen@sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 1591 Lines: 37 There are versions of fileutils which include acl/attr support - see http://acl.bestbits.at/ Some distros include this, I know that RH 8.0's fileutils includes acl support. "star" is an archiving tool with acl support - rh 8.0 has this as well. Not sure about nautilus. -Eric On Sat, 29 Mar 2003, Ben Bucksch wrote: > I am using user-space extended attributes for my own bookkeeping of > files, so they contain important information. I'd now like to copy those > files, incl. ext attributes, but I don't see how that could be done > easily. I guess I could use xfsdump/restore, but that seems like total > overkill, because they are designed to backup a whole filesystem, not to > copy a single file or directory (recursively). I am merely looking for a > cp that also copies ext attributes, preferably the standard cp with a > special flag or alternatively a XFS-specific workalike (xfs_cp or > whatever). I didn't find anything in the FAQ, manpages or on the web. > Does something like that exist? Any solution apart from a long and > strange xfsdump/restore invokation? > > All I found were an appearantly custom implementation of cp > and that of Solaris > . > > BTW: Extended attributes could prove very useful (compare BeOS' usage of > them), but that would need integration into standard tools like ls, cp, > find, tar, up to Nautilus / Konqueror (I already filed an enhancement > request for Nautilus about a year ago). Is there any plan to achieve that? > >