FULL backup to a file
zfs snapshot -r rp...@0908
zfs send -Rv rp...@0908 > /net/remote/rpool/snaps/rpool.0908

INCREMENTAL backup to a file
zfs snapshot -i rp...@0908 rp...@090822
zfs send -Rv rp...@090822 > /net/remote/rpool/snaps/rpool.090822

As I understand the latter gives a file with changes between 0908 and
090822. Is this correct?

How do I restore those files? I know how to recreate the root pool
and how to restore the first one (.../snaps/rpool.0908)
But what is the exact zfs syntax to restore the second file on top of
the first one, containing the differences between the two?

-- 
Dick Hoogendijk -- PGP/GnuPG key: 01D2433D
+ http://nagual.nl/ | SunOS 10u7 5/09 | OpenSolaris 2009.06 rel
+ All that's really worth doing is what we do for others (Lewis Carrol)
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to