On 09/ 5/10 07:18 PM, Gary Gendel wrote:
I would like to migrate my home directories to a new mirror. Currently, I have
them in rpool:
rpool/export
rpool/export/home
I've created a mirror pool, users.
I figure the steps are:
1) snapshot rpool/export/home
zfs snapshot rpool/export/h...@snapshot
2) send the snapshot to users.
zfs send rpool/export/h...@snapshot | zfs recv -F users
Or similar depending on your needs.
3) unmount rpool/export/home
zfs set mountpoint=legacy rpool/export/home
4) mount pool users to /export/home
zfs set mountpoint=/export/home users
So, what are the appropriate commands for these steps?
You might look at the zfs(1m) man page for more info
-Norm
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss