Is there a fast way to get acl's for the whole filesystem (or chunk thereof)

Andrew Schulman schulman.andrew@epamail.epa.gov
Fri Nov 6 01:48:00 GMT 2009


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

getfacl -R?


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



More information about the Cygwin mailing list