IGOS Nusantara VirtualBox Backup: Perbedaan revisi

Dari IGNwiki
Langsung ke: navigasi, cari

Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /var/www/html/igos-nusantara-web/wiki/includes/diff/DairikiDiff.php on line 438
(←Membuat halaman berisi 'Lakukan: $ cd ~/.VirtualBox $ VBoxManage clonevdi WinXP.vdi WinXP-new.vdi')
 
 
(Satu revisi antara oleh pengguna yang sama tidak ditampilkan)
Baris 1: Baris 1:
 +
VirtualBox doesn't really allow you to clone a machine. However, it does have a feature to clone a disk, which is pretty much the same thing. You can then easily use the disk to build the same machine.
 +
 +
1) You need to merge the snapshots into the parent vdi file. To do this, turn off the machine. Open the Snapshot page of VirtualBox. If you want to include the current state, make a sapshot for it. Then, for each snapshot, select "Discard" snapshot. This will merge the changes into the parent disk.
 +
 +
2) Use VBoxManage clonevdi feature on the disk you want to duplicate
 +
 
Lakukan:
 
Lakukan:
  $ cd ~/.VirtualBox
+
  $  
  $ VBoxManage clonevdi WinXP.vdi WinXP-new.vdi
+
cd ~/.VirtualBox/Machines/
 +
  VBoxManage clonevdi WinXP.vdi WinXP-new.vdi
 +
 
 +
3) In VirtualBox, create a new Virtual machine and point to the cloned hard disk.
 +
 
 +
Sumber:
 +
* http://geekozoid.blogspot.com/2009/05/how-to-duplicate-clone-virtual-machine.html

Revisi terkini pada 1 September 2014 06.30

VirtualBox doesn't really allow you to clone a machine. However, it does have a feature to clone a disk, which is pretty much the same thing. You can then easily use the disk to build the same machine.

1) You need to merge the snapshots into the parent vdi file. To do this, turn off the machine. Open the Snapshot page of VirtualBox. If you want to include the current state, make a sapshot for it. Then, for each snapshot, select "Discard" snapshot. This will merge the changes into the parent disk.

2) Use VBoxManage clonevdi feature on the disk you want to duplicate

Lakukan:

$ 
cd ~/.VirtualBox/Machines/
VBoxManage clonevdi WinXP.vdi WinXP-new.vdi

3) In VirtualBox, create a new Virtual machine and point to the cloned hard disk.

Sumber: