>
> I used the following
> cd /
> find . \( \( -fstype nfs -o -fstype autofs \) -prune \) -o -print| egrep 
> -v "^./proc|^./system|^./devices|^./dev|^./export/home|^./home|^./tmp" 
> |cpio -oc > /export/home/oryx.cpio
>
> But that is only if you have zfs root and separate /var.
>

Another solution, which is a lot simpler would be to use the -y parameter to 
flar:

flar create -c -L pax -n name -y /var /path/to/flar

Note, that i also used compression (-c)
-- 
This message posted from opensolaris.org
_______________________________________________
zones-discuss mailing list
zones-discuss@opensolaris.org

Reply via email to