Cloner les owner/groups/permissions d’une arborescence
cd /path/to/source/ time getfacl -R ./ > /root/perms.acl cd /path/to/destination/ time setfacl –restore=/root/perms.acl –test
Si tout est ok setfacl –restore=/root/perms.acl