A common question asked by businesses is how often to backup information and what type of information should be backed up. Regardless of the size of your business, it is important to back your data up regularly to prevent unneeded loss. Some data loss is a bigger deal than others, so let's go through the different types of things your company may need to backup. There are two main types of backup: full and partial.
Full Backup
A full backup should typically be made every one to two weeks or as your business sees fit. A full backup will include everything on your system from files and software to databases and operating systems. The full backup is the mother-load; it is the safety net to use should anything disastrous happen on a large scale. These backup tapes should be stored offsite at all times and should be part of a rotation. On a biweekly full-backup schedule, for example, you would have tape A stored offsite while tape B is used to backup the last two weeks data. After two weeks, you would backup everything on tape B and swap it out with tape A and so on. This ensures that at any given moment you have a complete backup of everything on your system safely stored offsite.
In addition to weekly or bi-weekly backup, full backups should be made monthly and stored offsite as well. Ideally, you should have a backup tape for each month of the year which is rotated out only once per year. For example, in January 2012 you would backup your entire system over the January 2011 tape and so on. It is like a macro-incremental backup.
Partial Backup
Don't underestimate the importance of regularly backing up changing data. Having your entire system backed up every week or two is great in case of a big problem, but it is still a massive headache if you don't have your company's work in progress backed up regularly. Partial backups should be run daily and stored in a safe location. Partial backups protect against smaller disasters which result in data loss but not a massive overhaul of your system. We all know how frustrating it is when you forget to save something you are working on and your computer crashes, losing everything. Imagine if that happened to everyone in your company all at once. Partial backup will save any changed information since the last designated backup. There are two types of partial backup.
- Incremental Backup. Incremental backup is a form of partial backup in which all data that has been changed or modified since the last incremental backup is saved. If you run an incremental backup at the end of each work day, you would end up with five backup tapes, each of which would have data that had changed from the previous day. This requires more tapes than other forms of backup, but gives you more security as well.
- Differential Backup. Differential backup is a lot like incremental backup in that you want to run it every day; however, rather than backing up all changes from the last partial backup (the previous day) it backs up all changes from the last full backup. The nice thing about this method is that you only have to have one or two tapes for differential backup rather than one for each day of the week as with incremental backup. You can save over the previous day's changes on the same tape and all changes since the last full backup will be saved. The downside is that you loose progressive portions of projects etc. and backup tapes will wear out faster.