<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.openvz.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Joshmarshall</id>
	<title>OpenVZ Virtuozzo Containers Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.openvz.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Joshmarshall"/>
	<link rel="alternate" type="text/html" href="https://wiki.openvz.org/Special:Contributions/Joshmarshall"/>
	<updated>2026-06-13T19:09:54Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.1</generator>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Cloning_VE&amp;diff=3026</id>
		<title>Cloning VE</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Cloning_VE&amp;diff=3026"/>
		<updated>2007-04-18T03:38:39Z</updated>

		<summary type="html">&lt;p&gt;Joshmarshall: Change copy to use tar - keeps permissions intact, add change ip address&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you need to create an exact copy of an existing VE, these are the steps to make.&lt;br /&gt;
&lt;br /&gt;
 # OLDVE=222 NEWVE=333 # Just an example&lt;br /&gt;
 # vzctl stop $OLDVE&lt;br /&gt;
 # mkdir /vz/root/$NEWVE&lt;br /&gt;
 # cp /etc/vz/conf/$OLDVE.conf /etc/vz/conf/$NEWVE.conf&lt;br /&gt;
 # mkdir /vz/private/$NEWVE&lt;br /&gt;
 # pushd /vz/private/$OLDVE; tar c --numeric-owner * | tar x --numeric-owner -C /vz/private/$NEWVE; popd&lt;br /&gt;
 # vi /etc/vz/conf/$NEWVE.conf # Change the IP_ADDRESS&lt;br /&gt;
 # vzctl start $NEWVE; vzctl start $OLDVE&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* http://forum.openvz.org/index.php?t=tree&amp;amp;th=878&amp;amp;mid=4749&amp;amp;&lt;br /&gt;
The relevant services, particularly when the mySQLd encounters timeout errors, follow the following thread:&lt;br /&gt;
* http://forum.openvz.org/index.php?t=tree&amp;amp;goto=8481&amp;amp;#msg_8481&lt;br /&gt;
&lt;br /&gt;
[[Category:HOWTO]]&lt;/div&gt;</summary>
		<author><name>Joshmarshall</name></author>
		
	</entry>
</feed>