Quick Links

Snapshots are a massive time saver when you are testing settings and configuration for your Geek School testing. Read on to see how you can take advantage of them while following along with our articles.

The basic idea of a snapshot is that you setup your virtual machine exactly how you want it, take a snapshot, and then you can make any changes you want. You could even install something awful, because it doesn't matter - all you have to do is roll back the snapshot, and your virtual machine will be exactly how it was before.

It's the perfect way to do a bunch of testing and figure things out, without breaking your setup. Plus, it's a virtual machine, so you could always reload it anyway. If you haven't already read our article about setting up a test lab, you should do that first.

Taking a Snapshot

Taking a snapshot in VirtualBox is actually very easy, and when done can save massive amounts of time. To get started open up your Virtual Machine and click on the Machine menu item, then select Take Snapshot...

image

Since we will be snapshotting a clean install you will need to give your snapshot an intuitive name and description to remember this.

image

The virtual machine will then dim out periodically while a point in time snapshot is taken.

image

Reverting To a Snapshot

The purpose of reverting to a snapshot is so that you can go back in time to a particular state, in our case a clean state just after we installed the OS. Since we can only do this when the virtual machine is not on, go ahead and shut it down.

image

Then select your virtual machine from the list and switch over to the snapshots view. Here you will see a list of the various snapshots you may have taken. To restore to a snapshot simply right click on it and choose Restore Snapshot From the Context Menu.

image

For most situations you are going to want to uncheck the option to create a snapshot of the virtual machine current state. The reason being is that you will normally want to restore when you have broken something, there's no point in taking a snapshot of a broken configuration.

image

You will then see that the "Current State" will become the same as the snapshot you selected to restore to.

image

Now when you power on the virtual machine you will see the virtual machine quickly reverting itself.

image

Always remember that without snapshots, recording the Geek School would be nearly impossible, so remember to use them and save yourself countless hours. That's all there is to it.