VirtualBox Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Internal=
=Internal=


* [[VirtualBox#Subjects]]
* [[VirtualBox#Subjects|VirtualBox]]


=Subjects=
=Networking=


* [[VirtualBox Networking Concepts|Networking Concepts]]
{{Internal|VirtualBox Networking Concepts|VirtualBox Networking Concepts}}


=Current State=
=Current State=
The "current state" represents the "now" point in the life time of the virtual machine. The current state can be preserved by taking a [[#Snapshot|snapshot]].


=Clone=
=Clone=
==Full Clone==
A clone that copies all depending disk images into the new VM folder. A full clone can fully operate without the source VM.
==Linked Clone==
A linked clone refers to parent disk images.
==Cloning "Everything"==
If "Everything" is chosen when cloning, the current state of the VM '''and''' all snapshots are cloned.


=Snapshot=
=Snapshot=
A snapshot contains the [[#Current_State|current state]] of the virtual machine, which consists of:
* the complete copy of the VM settings, including the hardware configuration.
* the complete state of all virtual disks attached to the VM. Going back to a past snapshot means that all changes that have been made since the snapshot has been taken will be discarded.
* if the snapshot was taken when the machine is running, the memory state is preserved as well.
The procedure to restore a VM from a snapshot is available here: {{Internal|VirtualBox_Operations#Restoring_a_VM_from_a_Snapshot|Restoring a VM from a Snapshot}}

Latest revision as of 00:32, 26 May 2017

Internal

Networking

VirtualBox Networking Concepts

Current State

The "current state" represents the "now" point in the life time of the virtual machine. The current state can be preserved by taking a snapshot.

Clone

Full Clone

A clone that copies all depending disk images into the new VM folder. A full clone can fully operate without the source VM.

Linked Clone

A linked clone refers to parent disk images.

Cloning "Everything"

If "Everything" is chosen when cloning, the current state of the VM and all snapshots are cloned.

Snapshot

A snapshot contains the current state of the virtual machine, which consists of:

  • the complete copy of the VM settings, including the hardware configuration.
  • the complete state of all virtual disks attached to the VM. Going back to a past snapshot means that all changes that have been made since the snapshot has been taken will be discarded.
  • if the snapshot was taken when the machine is running, the memory state is preserved as well.

The procedure to restore a VM from a snapshot is available here:

Restoring a VM from a Snapshot