Skip to main content

How to Backup Your Data to a Virtual Hard Drive in Windows 7

Having a solid backup plan is a must if you have important data on your PC that you don’t want to lose. Today we take a look at a unique way of using a virtual hard drive in Windows 7 to back up some files.

Create a Virtual Hard Drive (VHD)
In this example we’re creating a 2GB VHD, but you can make it whatever size you think you’ll need for your data.

Right-click on Computer and select Manage and when the Computer Management screen opens under Storage highlight Disk Management then click on Action \ Create VHD.
sshot-2010-06-18-[23-10-40]
Select a location on your machine where you want the VHD to live and its size. You can created it on your local drive, or in this example we placed it on an attached external drive. Decide if you want it to be Dynamically expanding or a Fixed size. Then You will see the virtual drive listed as Unknown unallocated space. Right-click the left box and Initialize Disk.

Right-click the Unallocated area and select New Simple Volume.

The New Simple Volume Wizard opens up and you can select to format the volume and give it a label and follow through the wizard.

When you’re done, you will see the new VHD listed under Hard Disk Drives in Computer. Now you can use it as you would any drive, and we are going to backup to it.
 
You can simply drag files to it, or set it for backup with Windows Backup and Restore or the backup app of your preference. . Type backup and restore into the Search box in the Start Menu and hit Enter.

Click on Set up backup

Select the VHD we just created…it might say there isn’t enough space, but we will be picking specific files to be backed up that will fit in the 2GB VHD.

Here is where you’ll want to select Let me choose…

Now you can go through and select the files and folders you want to backup. In this example we’re only backing up a few documents, well under the 2GB size of the VHD. Uncheck Include a system image of drives before continuing on, as you should’ve already created one.

You can schedule the backup to run on a regular schedule if you want.

After you have everything selected, review your backup settings and click Save settings and run backup.


After the backup is finished you can go into your VHD and check out the files you’ve backed up.

Then you can just drag the files out of the VHD or double-click on the Windows Backup and Restore icon to restore them.

The ability to use VHDs is just another tool in for your backup strategy. The other cool thing is you can copy the VHD file to other locations. For instance a network share, external HD, thumb drive, use in a VM…etc. You definitely shouldn’t use this as your only  backup strategy by any means, there are a lot of better backup methods out there, but it’s geeky, cool, and sometimes can be handy.
Speaking of VHDs, if you want to turn a physical drive into a VM,

Comments

Popular posts from this blog

Create a Restore Point for Windows 7 or Vista’s System Restore

If you are thinking of installing an application but aren’t quite sure what it’s going to do to your computer, I would absolutely recommend creating a restore point before you install that application, and here are the steps to do so. Note that most application installs automatically create a restore point, but you can do this if you are really worried. Open up the Start Menu and right-click on “Computer”, and then select “Properties”. This will take you into the System area of Control Panel. Click on the “System Protection” link on the left hand side. Now select the “System Protection” tab to get to the System Restore section. Click the “Create” button to create a new restore point. You’ll be prompted for a name, and you might want to give it a useful name that you’ll be able to easily identify later. Click the Create button, and then the system will create the restore point. When it’s all finished, you’ll get a message saying it’s completed successf...

How to Clean Up Your Messy Windows Context Menu

One of the most irritating things about Windows is the context menu clutter that you have to deal with once you install a bunch of applications. It seems like every application is fighting for a piece of your context menu, and it’s not like you even use half of them. Today we’ll explain where these menu items are hiding in your registry, how to disable them the geeky way, and an easier cleanup method for non-geeks as well. Either way, your context menu won’t look like this one anymore… Cleaning the Context Menu by Hacking the Registry If you want to clean things up the truly geeky way, you can open up regedit.exe through the start menu search or run box, and then browse down to one of the following keys… sadly the context menu items are not stored in a single location. Most of the menu items that used for all files and folders can be found by looking at one of these keys: HKEY_CLASSES_ROOT\*\shell HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers HKEY_CLASSES_...

How To Recover Passwords Using Ophcrack LiveCD

Ophcrack LiveCD 3.4.0 is a completely self contained, bootable version of Ophcrack 3.4.0 - the easiest and most effective tool that I've ever found to "crack" your forgotten Windows password. For a quick overview of Ophcrack, see my complete review of Ophcrack 3.4.0 . Ophcrack is a free software program that recovers passwords so the first step you'll need to take is to visit Ophcrack's website . When the Ophcrack website loads as shown above, click the Download ophcrack LiveCD button. Note: Since you obviously can't get into your computer right now because you don't know the password, these first four steps will need to be completed on another computer that you have access to. This other computer will need to have access to the Internet and the capability to burn a disc (like a CD, DVD, etc.). Another Note: The instructions I've put together here walk you through the entire process of using Ophcrack LiveCD to recover your password. If you...