Hi,

I want to move all the ZFS fs from one pool to another, but I don't want to "gain" an extra level in the folder structure on the target pool. On the source zpool I used zfs snapshot -r t...@movetank on the root fs and I got a new snapshot in all sub fs, as expected.

Now, I want to use zfs send -R t...@movetank | zfs recv targetTank/... which would place all zfs fs one level down below targetTank. Overwriting targetTank is not an option, since the zfs fs musn't exist prior to zfs recv.

Now, I could run a little script that runs through the zpool and transfers each zfs fs over individually, but I hoped that there would be another way.

Cheers,
budy

_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to