Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Nov 2003 21:43:38 +0300
From:      "Alex Deiter" <tiamat@komi.mts.ru>
To:        <current@freebsd.org>
Subject:   ACL and dump/restore
Message-ID:  <001301c3af96$3617caf0$6701320a@komi.mts.ru>

next in thread | raw e-mail | index | archive | help
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!



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001301c3af96$3617caf0$6701320a>