On 11/05/2009 05:00 PM, aputerguy wrote:

For backup, I am trying to dump a list of the acl's for the files being
backed up since my backup program doesn't handle the acls.

When I use something like:
    find /c -exec getfacl {} \;>  mysavefile

It is slow, in part at least because it has to fork a call to getfacl on
each file found.
Is there a faster way to do this (hopefully without having to go write
C-code)?

find /c -exec getfacl {} \+>  mysavefile

?

--
Larry Hall                              http://www.rfk.com
RFK Partners, Inc.                      (508) 893-9779 - RFK Office
216 Dalton Rd.                          (508) 893-9889 - FAX
Holliston, MA 01746

_____________________________________________________________________

A: Yes.
> Q: Are you sure?
>> A: Because it reverses the logical flow of conversation.
>>> Q: Why is top posting annoying in email?

--
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

Reply via email to