- Timestamp:
- Jul 11, 2011 2:13:57 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72770
- Location:
- trunk/doc/manual/en_US
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_Introduction.xml
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/VBox-4.0/doc/manual/en_US/user_Introduction.xml 71214
r37864 r37872 1447 1447 <para>The "Remove" menu item is disabled while a machine is 1448 1448 running.</para> 1449 </sect1> 1450 1451 <sect1 id="clone"> 1452 <title>Cloning virtual machines</title> 1453 1454 <para>To experiment with a VM configuration, test different guest OS levels 1455 or to simply backup a VM, VirtualBox can create a full copy of an existing 1456 VM.<footnote>Cloning support was introduced with VirtualBox 1457 4.1.</footnote></para> 1458 1459 <para>A wizard will guide you through the clone process. This wizard can be 1460 invoked from the context menu of the Manager's VM list (select "Clone") or 1461 the "Snapshots" view of the selected VM. If you start from the former you 1462 have the choice to create a exact copy of the current state without any 1463 snapshots or with all snapshots included. If you invoke the clone VM wizard 1464 from the later place and have selected a specific snapshot you can 1465 additional decide if you want to clone that snapshot including all child's, 1466 but without any independent snapshots in the tree.</para> 1467 1468 <para>The clone operation itself can be a lengthy operation depending on 1469 the size and count of the attached disk images. Also keep in mind that 1470 every snapshot has differencing disk images attached, which need to be cloned 1471 as well.</para> 1472 1473 <para>The "Clone" menu item is disabled while a machine is running.</para> 1474 1475 <para>For how to clone a VM at the command line, please see <xref 1476 linkend="vboxmanage-clonevm" />.</para> 1449 1477 </sect1> 1450 1478 -
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/doc/manual/en_US/user_VBoxManage.xml
r37866 r37872 336 336 </sect1> 337 337 338 <sect1 >338 <sect1 id="vboxmanage-registervm"> 339 339 <title>VBoxManage registervm / unregistervm</title> 340 340 … … 1087 1087 </itemizedlist></para> 1088 1088 </sect2> 1089 </sect1> 1090 1091 <sect1 id="vboxmanage-clonevm"> 1092 <title>VBoxManage clonevm</title> 1093 1094 <para>This command creates a full copy of an existing virtual 1095 machine.</para> 1096 1097 <para>The <computeroutput>clonevm</computeroutput> subcommand takes at 1098 least the name of the virtual machine which should be cloned. The following 1099 additional settings can be used to further configure the clone VM 1100 operation:</para> 1101 1102 <itemizedlist> 1103 <listitem> 1104 <para><computeroutput>--snapshot <uuid>|<name></computeroutput>: 1105 Select a specific snapshot where the clone operation should refer 1106 to. Default is referring to the current state.</para> 1107 </listitem> 1108 <listitem> 1109 <para><computeroutput>--mode machine|machineandchilds|all</computeroutput>: 1110 Selects the cloning mode of the operation. If 1111 <computeroutput>machine</computeroutput> is selected (the default), 1112 the current state of the VM without any snapshots is cloned. In the 1113 <computeroutput>machineandchilds</computeroutput> mode the snapshot 1114 provided by <computeroutput>--snapshot</computeroutput> and all 1115 child snapshots are cloned. If <computeroutput>all</computeroutput> 1116 is the selected mode all snapshots and the current state are cloned. 1117 </para> 1118 </listitem> 1119 <listitem> 1120 <para><computeroutput>--options keepallmacs|keepnatmacs</computeroutput>: 1121 With this option you define how the MAC addresses of every virtual 1122 network card should be handled. They can either be reinitialized 1123 (the default), leaved unchanged 1124 (<computeroutput>keepallmacs</computeroutput>) or leaved unchanged 1125 when the network type is NAT (<computeroutput>keepnatmacs</computeroutput>). 1126 </para> 1127 </listitem> 1128 <listitem> 1129 <para><computeroutput>--name <name></computeroutput>: Select a 1130 new name for the new virtual machine. Default is "Original Name 1131 Clone".</para> 1132 </listitem> 1133 <listitem> 1134 <para><computeroutput>--basefolder <basefolder></computeroutput>: 1135 Select the folder where the new virtual machine configuration should 1136 be saved in.</para> 1137 </listitem> 1138 <listitem> 1139 <para><computeroutput>--uuid <uuid></computeroutput>: 1140 Select the UUID the new VM should have. This id has to be unique in 1141 the VirtualBox instance this clone should be registered. Default is 1142 creating a new UUID.</para> 1143 </listitem> 1144 <listitem> 1145 <para><computeroutput>--register</computeroutput>: 1146 Automatically register the new clone in this VirtualBox 1147 installation. If you manually want register the new VM later, see 1148 <xref linkend="vboxmanage-registervm" /> for instructions how to do 1149 so.</para> 1150 </listitem> 1151 </itemizedlist> 1089 1152 </sect1> 1090 1153
Note:
See TracChangeset
for help on using the changeset viewer.