ACL-Patch will not work

Matthias Spork hallo at matthiasspork.de
Thu Aug 19 14:40:55 GMT 2004


Hello,

I would like to use rsync with ACLs. After patching the sourcecode i can 
set the option -A, but it will not work.

Waht did I wrong? Here my testing:

server:~/test # getfacl 1/bla.txt
# file: 1/bla.txt
# owner: foo
# group: bar
user::rw-
group::r--
group:usergroup:rwx
mask::rwx
other::r--

server:~/ # rsync -rogtpA  1/ 2/

server:~/test # getfacl 2/bla.txt
# file: 2/bla.txt
# owner: foo
# group: bar
user::rw-
group::rwx
other::r--

Thanks in advance.
matze



More information about the rsync mailing list