Why dump/restore do not work with ACL on UFS2 filesystem ?

# getfacl /home/test
#file:/home/test
#owner:0
#group:0
user::rw-
user:nobody:rwx
group::r--
group:nobody:rwx
mask::rwx
other::r--

# dump -f- /home | restore -rf-
...
# getfacl test
#file:test
#owner:0
#group:0
user::rw-
group::rwx
other::r--

Thanks!

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to