VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/clone.dita@ 98657

Last change on this file since 98657 was 98549, checked in by vboxsync, 2 years ago

Docs: bugref:10302. Uploading .dita user manual files we received from the doc team on 25th Jan.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 5.4 KB
Line 
1<?xml version='1.0' encoding='UTF-8'?>
2<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
3<topic xml:lang="en-us" id="clone">
4 <title>Cloning Virtual Machines</title>
5
6 <body>
7 <p>
8 You can create a full copy or a linked copy of an existing VM.
9 This copy is called a <i>clone</i>. You might use a
10 cloned VM to experiment with a VM configuration, to test different
11 guest OS levels, or to back up a VM.
12 </p>
13 <p>
14 The <b outputclass="bold">Clone Virtual Machine</b> wizard
15 guides you through the cloning process.
16 </p>
17 <p>
18 You can start the Clone Virtual Machine wizard in one of the
19 following ways:
20 </p>
21 <ul>
22 <li>
23 <p>
24 Click the VM name in the machine list and then select
25 <b outputclass="bold">Clone</b> from the
26 <b outputclass="bold">Machine</b> menu.
27 </p>
28 </li>
29 <li>
30 <p>
31 Click <b outputclass="bold">Clone</b> in the
32 <b outputclass="bold">Snapshots</b> window for the
33 selected VM.
34 </p>
35 </li>
36 </ul>
37 <note>
38 <p>
39 The <b outputclass="bold">Clone</b> menu item is disabled
40 while a virtual machine is running.
41 </p>
42 </note>
43 <p>
44 The <b outputclass="bold">New Machine Name and Path</b>
45 page is displayed.
46 </p>
47 <fig id="fig-clone-wizard-name-path">
48 <title>Clone Virtual Machine Wizard: New Machine Name and Path</title>
49 <image href="images/clone-vm-1.png" placement="break"/>
50 </fig>
51 <p>
52 The following clone options are available:
53 </p>
54 <ul>
55 <li>
56 <p><b outputclass="bold">Name:</b> A name for the cloned
57 machine.
58 </p>
59 </li>
60 <li>
61 <p><b outputclass="bold">Path:</b> Choose a location for
62 the cloned virtual machine, otherwise Oracle VM VirtualBox uses the
63 default machines folder.
64 </p>
65 </li>
66 <li>
67 <p><b outputclass="bold">MAC Address Policy:</b> Specifies
68 whether to retain network card MAC addresses when cloning the
69 VM.
70 </p>
71 <p>
72 For example, the <b outputclass="bold">Generate New MAC
73 Addresses For All Network Adapters</b> value assigns a
74 new MAC address to each network card during cloning. This is
75 the default setting. This is the best option when both the
76 source VM and the cloned VM must operate on the same network.
77 Other values enable you to retain the existing MAC addresses
78 in the cloned VM.
79 </p>
80 </li>
81 <li>
82 <p><b outputclass="bold">Keep Disk Names:</b> Retains the
83 disk image names when cloning the VM.
84 </p>
85 </li>
86 <li>
87 <p><b outputclass="bold">Keep Hardware UUIDs:</b> Retains
88 the hardware universally unique identifiers (UUIDs) when
89 cloning the VM.
90 </p>
91 </li>
92 </ul>
93 <p>
94 Click <b outputclass="bold">Next</b>. The
95 <b outputclass="bold">Clone Type</b> page is displayed.
96 </p>
97 <fig id="fig-clone-wizard-clone-type">
98 <title>Clone Virtual Machine Wizard: Clone Type</title>
99 <image href="images/clone-vm-2.png" placement="break"/>
100 </fig>
101 <p>
102 The <b outputclass="bold">Clone Type</b> option specifies
103 whether to create a clone that is linked to the source VM or to
104 create a fully independent clone:
105 </p>
106 <ul>
107 <li>
108 <p><b outputclass="bold">Full Clone:</b> Copies all
109 dependent disk images to the new VM folder. A full clone can
110 operate fully without the source VM.
111 </p>
112 </li>
113 <li>
114 <p><b outputclass="bold">Linked Clone:</b> Creates new
115 differencing disk images based on the source VM disk images.
116 If you select the current state of the source VM as the clone
117 point, Oracle VM VirtualBox creates a new snapshot.
118 </p>
119 </li>
120 </ul>
121 <p>
122 (Optional) Click <b outputclass="bold">Next</b>. The
123 <b outputclass="bold">Snapshots</b> page is displayed.
124 </p>
125 <note>
126 <p>
127 The Snapshots page is only displayed for machines that have
128 snapshots and the selected clone type is
129 <b outputclass="bold">Full Clone</b>.
130 </p>
131 </note>
132 <fig id="fig-clone-wizard-snapshots">
133 <title>Clone Virtual Machine Wizard: Snapshots</title>
134 <image href="images/clone-vm-3.png" placement="break"/>
135 </fig>
136 <p>
137 You use this page to select which parts of the snapshot tree to
138 include in the clone. The available options are as follows:
139 </p>
140 <ul>
141 <li>
142 <p><b outputclass="bold">Current Machine State:</b> Clones
143 the current state of the VM. Snapshots are not included.
144 </p>
145 </li>
146 <li>
147 <p><b outputclass="bold">Everything:</b> Clones the
148 current machine state and all its snapshots.
149 </p>
150 </li>
151 </ul>
152 <p>
153 Click <b outputclass="bold">Finish</b> to start the clone
154 operation.
155 </p>
156 <p>
157 The duration of the clone operation depends on the size and number
158 of attached disk images. In addition, the clone operation saves
159 all the differencing disk images of a snapshot.
160 </p>
161 <p>
162 You can also use the <userinput>VBoxManage clonevm</userinput> command
163 to clone a VM. See <xref href="man_VBoxManage-clonevm.dita#vboxmanage-clonevm"/>.
164 </p>
165 </body>
166
167</topic>
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette