On Wed 29/07/09 10:49 , "Joseph L. Casale" jcas...@activenetwerx.com sent:
> >Yes, use -R on the sending side and -d on the receiving side. > I tried that first, going from Solaris 10 to osol 0906: > > # zfs send -vR mypo...@snap|ssh j...@catania "pfexec /usr/sbin/zfs recv -dF > mypool/somename" > didn't create any of the zfs filesystems under mypool2? What happens if you try it on the local host where you can just pipe from the send to the receive (no need for ssh)? zfs send -R mypo...@snap | zfs recv -d -n -v newpool/somename Another thing to try is use "-n -v" on the receive end to see what would be created id -n were omitted. I find -v more useful on the receiving side than on the send. -- Ian _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss