I'm looking for a way to backup my entire system, the rpool zfs pool to an 
external HDD so that it can be recovered in full if the internal HDD fails. 
Previously with Solaris 10 using UFS I would use ufsdump and ufsrestore, which 
worked so well, I was very confident with it. Now ZFS doesn't have an exact 
replacement of this so I need to find a best practice to replace it.

I'm guessing that I can format the external HDD as a pool called 'backup' and 
"zfs send -R ... | zfs receive ..." to it. What I'm not sure about is how to 
restore. Back in the days of UFS, I would boot of the Solaris 10 CD in single 
user mode command prompt, partition HDD with correct slices, format it, mount 
it and ufsrestore the entire filesystem. With zfs, I don't know what I'm doing. 
Can I just make a pool called rpool and zfs send/receive it back?
-- 
This message posted from opensolaris.org
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to