Hello, I am using rsync 3.1.0 on Solaris 11 and Ubuntu 14.04. I would like to be able to preserve ZFS (aka NFSv4) ACLs that are set on a ZFS filesystem on a Solaris system when rsyncing to a Linux (ext4) backup server. I know that ext4 does not support RichACLs, but I believe rsync has the ability to store this extra data and then restore it if synced back to a filesystem that knows how to use it? Testing thus far I have used these options, but ACLs do not appear to be preserved when I sync them back to the ZFS filesystem on Solaris: rsync -av --xattrs --acls --remote-option=--fake-super --fake-super root@solaris:/export/share /path/to/local/ext4/dir
Is this possible? Thanks, Andrew Martin -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html