в jail ACL установлены
Код: Выделить всё
[web]# getfacl project
# file: project
# owner: username
# group: groupname
user::rwx
user:www:rwx
group::rwx
group:www:rwx
mask::rwx
other::---
rsync запускается с ключами
Код: Выделить всё
rsync -aAv --ignore-errors --delete --delete-excluded --exclude-from="$EXCLUDES"Код: Выделить всё
rsync: set_acl: sys_acl_set_file(clients/project, ACL_TYPE_ACCESS): Operation not supported (45)
rsync: set_acl: sys_acl_set_file(clients/project, ACL_TYPE_DEFAULT): Operation not supported (45)
rsync: set_acl: sys_acl_set_file(clients/project/host.conf, ACL_TYPE_ACCESS): Operation not supported (45)
rsync: set_acl: sys_acl_set_file(clients/project/nginx.conf, ACL_TYPE_ACCESS): Operation not supported (45)
rsync: set_acl: sys_acl_set_file(clients/project/cgi-bin, ACL_TYPE_ACCESS): Operation not supported (45)
rsync: set_acl: sys_acl_set_file(clients/project/cgi-bin, ACL_TYPE_DEFAULT): Operation not supported (45)
Код: Выделить всё
-A, --acls
This option causes rsync to update the destination ACLs to be
the same as the source ACLs. The option also implies --perms.
The source and destination systems must have compatible ACL
entries for this option to work properly. See the --fake-super
option for a way to backup and restore ACLs that are not compat-
ible.
