|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] create a guest with tar
Steve Kemp wrote:
On Thu, Dec 21, 2006 at 10:15:57AM -0800, Matt Richardson wrote:
I see that one of the
options in xen-tools is to create from a tarball, but I'm having
difficulty finding out what options should be used, directories to be
excluded (/dev, /proc, /sys, any others?), and other gotchas.
Take any working Xen guest (domU) and tar it exluding only /proc,
/sys, and /dev. The latter directory is created when you install
from the tarball - the former two are transient.)
This is exactly what the -l option of GNU tar was invented for, to
specifically prevent descending mount points but still get the
mountpoint itself.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|