May 29th, 2007
Categorizing your data for better backups
Dividing your data into categorizes and then prioritizing them is an important step in designing your backup process.
There would be various sets of data on your hard drive. Backing up the entire hard drive regularly would not be very practical. When you consider remote backup as well, it becomes important to keep the data size to the minimum.
Categorizing the data is so important that I have dedicated this separate post for data categorization.
So we categorize the data set and prioritize them. The most important set is backed up frequently. Also you need to ensure that the most important data set is included in the remote data backup as well.
Categorizing the data:
In broad terms, the data on your Hard disk could be divided in to these groups:
Business data
The most significant data for your business. This includes documents, mails, web site, tax records, investment and other financial records, business records, customer lists, etc.
Personal Data
Personal photos, videos, mails, personal diaries.
System setup
The working system setup, licensed software, license keys.
Setting up your computer to keep the data in an organized way.
If the data in the categories above are scattered all around your hard disk, backup will become a nightmare. Keeping the data of the same priority together helps in better organizing and having a better backup process.
Have your Hard Disk partitioned to have one drive for each of the categories above and one spare partition for local backups and other data.

So dedicate a partition for Business data (lets say, D: ) Personal data (say, E: ) and System data (say, C: )
You can have one more partition to keep other data that does not require backups (G: )
System backup:
In system backup, you take the backup of the running, ‘good’ condition state of your PC. Having the system backup saves you from reformatting and re-installing the O.S in the event of a system crash.
The first thing that you need to do is to ensure that you install all the important software on the system drive (C: drive for example) itself. Then remove all the clutter from the system drive (clear temp files folder, browser cache, ). Do not put any insignificant file in the system drive. It is common bad practice to drag and drop all un necessary files on the desk top. keep your desktop folder clean and avoid all unnecessary files from the desktop folder.
Before taking the backup of the system drive, disable hibernation if you had enabled it (Control panel->Power options->Hibernate tab ). This removes a huge hiberfil.sys file from the HDD. You can re-enable it after taking the backup.
For system backups, you have to take the ‘image’ of the drive itself. Taking image means a track by track, sector by sector data is copied to the backup rather than individual files.
You have to use a software that can take the image of the partition. (Like Norton Ghost, or Boot-It NG).
Take the image to a local drive. Then copy the image to CDs or DVDs. Label the CDs/DVDs with date of backup and keep it safe.
This set of backups will save you in the following situations:
- Virus attack
- The boot up fails
- Some Spy ware got into your system
- System slows down
Load the image back from the last system backup disks. Then run a good virus scanner to ensure that all traces of the virus are gone.
It is not very uncommon to be in a situation where the boot up just won’t complete. May be a system driver is misbehaving. Just reload your system drive with the last backup image.
Suddenly you start seeing some annoying popups. Or there is a new toolbar in your browser window. Just go back to the last system backup.
Could be because of some spyware or some service started misbehaving. Reloading your system from the last backup could solve it in most situations.
Business Data Backup
D: drive (data partition) is the most important because it is where you keep all the business data. You should be strict in that you do *not* allow any other files insignificant to the business is kept in this data drive. On the other hand, all data significant to the business and that requires frequent backups should be put in the data drive only.
One of the challenges would be in getting all the important data to the data drive. Most of the applications keep their data in the system drive itself. There are two alternatives:
- Configure the applications to put their data in the data drive rather than the system drive
- Create some scripts to copy the data in regular intervals to the data drive
You will have to find out the configuration information from their manuals.

The business data drive should be backed up frequently. Also do have a plan to remotely backup the business data as well.
You can use incremental backup to reduce the backup size.
Personal Data Backup
Of course, personal data is important too! Who will not be alarmed to see that the photos of the first birthday of their kid has just disappeared after a hard-disk crash!
Put all your photos, videos, diaries and all personal data in the personal data drive. Get the data backed up on to CDs or DVDs and keep the disks safe. Take the backups in regular intervals.
Half way through!
Once the categorization is done and moved data accordingly, you are half way through the backup process. Now all that you need to is to install scripts to backup data locally and remotely






