Displaying 1 result from an estimated 1 matches for "targettank".
2010 Dec 17
6
copy complete zpool via zfs send/recv
...her, 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 tank at 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 tank at 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 w...