Tomas Ögren wrote:
On 27 February, 2009 - Ian Collins sent me these 0,4K bytes:
Blake wrote:
Rafael,
If you are talking just about moving a bunch of data, take a look
at rsync. I think it will work nicely for moving files from one
volume to another, preserving attributes. It comes bundled with
2008.11 and up.
But not ACLs.
Rsync supports POSIX Draft ACLs (UFS/NFSv3), but not ZFS ACLs.. However,
you can do a sneaky thing.. Mount your ZFS filesystem over NFSv4 from
yourself and rsync -A from /ufsthingie/ to /nfs4mountedzfs/ .. that
will copy all ACLs..
Nice trick.
I've found cpio to be the most reliable tool. I've also used it to copy
newer ZFS filesystems to older ones (for replication to servers running
older Solaris updates).
--
Ian.
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss