Constantin Gonzalez wrote:
What is the most elegant way of migrating all filesystems to the new pool,
including snapshots?

Can I do a master snapshot of the whole pool, including sub-filesystems and
their snapshots, then send/receive them to the new pool?

Or do I have to write a script that will individually snapshot all filesystems
within my old pool, then run a send (-i) orgy?

Unfortunately, you will need to make/find a script to do the various 'zfs send -i' to send each snapshot of each filesystem.

I am working on 'zfs send -r', which will make this a snap:

# zfs snapshot -r [EMAIL PROTECTED]
# zfs send -r [EMAIL PROTECTED] | zfs recv ...

You'll also be able to do 'zfs send -r -i @yesterday [EMAIL PROTECTED]'.

See RFE 6421958.

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

Reply via email to