How can I activate ACL and extended attributes support ?
ACL and extended attributes support are not enabled by default. You have to modify your configuration to activate it. Open the “fwk.properties” file which is located in Areca’s configuration subdirectory and set the “filesystem.accessor.impl” to “com.myJava.file.metadata.posix.jni.JNIMetaDataAccessor” (the default value is “com.myJava.file.metadata.posix.basic.DefaultMetaDataAccessor”) On startup, Areca displays some information about the “filesystem accessor” which is used (you should see something like “Loading configured file metadata accessor : [com.myJava.file.metadata.posix.jni.