<div dir="ltr"><div>It looks like the old NFS4 ACL patch for rsync is no longer needed. Starting with rsync-3.2.0 (and backported to rsync-3.1.2-9 in RHEL7), it will now copy NFS4 ACLs if we tell it to ignore the posix ACLs:</div><div><br></div><div><pre class="gmail-c-mrkdwn__pre" style="box-sizing:inherit;margin:4px 0px;padding:8px;font-size:12px;line-height:1.50001;font-variant-ligatures:none;white-space:pre-wrap;word-break:normal;font-family:Monaco,Menlo,Consolas,"Courier New",monospace;border-radius:4px;color:rgb(29,28,29);font-style:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;word-spacing:0px;text-decoration-style:initial;text-decoration-color:initial">     rsync -X --filter '-x system.posix_acl' file-with-acl copy-with-acl</pre></div></div>