Hard drives are mechanical devices and being so means that they will enviably fail - it’s not a question of “if” but “when“. Since it’s the end of the week, I thought this was a great time to bring this up: When was the last time you backed up your computer?! I back mine up onto an external drive about every ten days - but I have made it easy for myself and I’ll show you how!

But It’s So Hard!

It can be a daunting task if your My Documents folder is a sloppy mess, but it doesn’t have to be! Windows ships with dedicated folders for Documents, Music and Pictures and there is nothing from stopping you from creating your own: Do you keep work info on your personal machine? Make a folder for it! What about eReceipts? Make one for that too! Being organized now means being able to find what you’re looking for later!

Where Should I Put All My Stuff?!

I mentioned earlier that I have an external drive - you should get one too! Backing up your data on the same drive that it’s already on doesn’t really make any sense: If the drive crashes or a virus wipes the drive, all of your stuff is hosed! Externals are pretty cheap, mine is a 250GB and is more then enough for my extensive music, movie and photo collection! A second internal drive would be fine too. I like the portability of an external though…

What Now?!

The smartest way to do this is to create an identical directory structure on your backup drive that exists on your primary drive. Personally, I keep a clean Ghost image ready in case of catastrophe. I haven’t loaded any programs on the image, but I have set my Network connections, user accounts and a few Registry Hacks - items that I know I will use again.

In case I do Ghost the computer, all I have to do is drag my backup over and rewrite the necessary folders: Documents and Settings, Program Files, WINDOWS and any other directories I want.

So How Do I Do It?

The following image shows the directory structure of my backup drive. As you can see, I have all of the necessary folders nice and organized using the same structure as the primary drive. When it’s time to recover data, I can simply over write the appropriate directory!

I mentioned that I have a backup of the Programs folder. You need to remember that you don’t need to back this up unless you have written a batch file and stored it here. Backing up this folder will not backup your programs!! For that, I have a folder on the external drive where I have archived all of the installation files for my programs.

Program Settings

While you can’t backup the actual program, you can save custom settings for most programs: Some store settings in a hidden folder named Application Data. This directory is in your user folder. To access it, hit the Windows Key+R, then type the following:

C:\Documents and Settings\%username%\Application Data

Some programs save settings in this location:

C:\Documents and Settings\%username%\Local Settings\Application Data

That’s All Folks!

You could write a batch file to automate the backup process, or navigate to the directory you want to back up, ie:

C:\Documents and Settings\%username%\Application Data\Microsoft

It CTRL+C to copy the folder. Next, change the path in the address bar to your backup directory:

Hit CRTL+P to paste.

That’s all!