hello,
can i create a image from ZFS with the DD command?
when i work with linux i use partimage to create an image from one partitino
and store it on another. so i can restore it if an error.
partimage do not work with zfs, so i must use the DD command.
i think so:
DD IF=/dev/sda1 OF=/backup/image
can i create an image this way, and restore it the other:
DD IF=/backup/image OF=/dev/sda1
when i have two partitions with zfs, can i boot from the live cd, mount one
partition to use it as backup target?
or is it possible to create a ext2 partition and use a linux rescue cd to
backup the zfs partition with dd ?
This message posted from opensolaris.org
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss