Displaying 1 result from an estimated 1 matches for "zfs_demo".
2007 Feb 10
16
How to backup a slice ? - newbie
.... though I tried, read and typed the last 4 hours; still no clue.
Please, can anyone give a clear idea on how this works:
Get the content of c0d1s1 to c0d0s7 ?
c0d1s1 is pool home and active; c0d0s7 is not active.
I have followed the suggestion on
http://www.opensolaris.org/os/community/zfs/demos/zfs_demo.pdf
% sudo zfs snapshot home at backup
% zfs list
NAME USED AVAIL REFER MOUNTPOINT
home 2.38G 135G 2.37G /export/home
home at backup 0 - 2.37G -
% zfs backup home at backup > /tmp/backhome
unrecognized command ''backup''
I also tried the '...