SSCP Backup Methods - Additive Backup

Additive Backup Method

Prev Question Next Question

Question

Which backup method is additive because the time and tape space required for each night's backup grows during the week as it copies the day's changed files and the previous days' changed files up to the last full backup?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

A.

The Differential Backup Method is additive because the time and tape space required for each night's backup grows during the week as it copies the day's changed files and the previous days' changed files up to the last full backup.

Archive Bits - Unless you've done a lot of backups in your time you've probably never heard of an Archive Bit.

An archive bit is, essentially, a tag that is attached to every file.

In actuality, it is a binary digit that is set on or off in the file, but that's crummy technical jargon that doesn't really tell us anything.

For the sake of our discussion, just think of it as the flag on a mail box.

If the flag is up, it means the file has been changed.

If it's down, then the file is unchanged.

Archive bits let the backup software know what needs to be backed up.

The differential and incremental backup types rely on the archive bit to direct them.

Backup Types - Full or Normal - The "Full" or "normal" backup type is the most standard.

This is the backup type that you would use if you wanted to backup every file in a given folder or drive.

It backs up everything you direct it to regardless of what the archive bit says.

It also resets all archive bits (puts the flags down)

Most backup software, including the built-in Windows backup software, lets you select down to the individual file that you want backed up.

You can also choose to backup things like the "system state"

Incremental - When you schedule an incremental backup, you are in essence instructing the software to only backup files that have been changed, or files that have their flag up.

After the incremental backup of that file has occured, that flag will go back down.

If you perform a normal backup on Monday, then an incremental backup on Wednesday, the only files that will be backed up are those that have changed since Monday.

If on Thursday someone deletes a file by accident, in order to get it back you will have to restore the full backup from Monday, followed by the Incremental backup from Wednesday.

Differential - Differential backups are similar to incremental backups in that they only backup files with their archive bit, or flag, up.

However, when a differential backup occurs it does not reset those archive bits which means, if the following day, another differential backup occurs, it will back up that file again regardless of whether that file has been changed or not.

Source: KRUTZ, Ronald L.

& VINES, Russel.

D., The CISSP Prep Guide: Mastering the Ten Domains of Computer Security, 2001, John Wiley & Sons, Page 69

And: HARRIS, Shon, All-In-One CISSP Certification Exam Guide, McGraw-Hill/Osborne, 2002, chapter 9: Disaster Recovery and Business continuity (pages 617- 619)

And:http://www.brighthub.com/computing/windows-platform/articles/24531.aspx.

The backup method described in the question is the "incremental backup method".

The incremental backup method is a type of backup that copies only the data that has changed since the last backup. It starts with a full backup and then copies only the data that has been modified since the last backup. This means that the time and tape space required for each night's backup grows during the week as it copies the day's changed files and the previous days' changed files up to the last full backup.

For example, suppose a full backup is performed on Sunday night. On Monday night, the incremental backup will copy only the files that have changed since Sunday night. On Tuesday night, it will copy only the files that have changed since Monday night, and so on. This means that the amount of data being backed up each night will increase as the week progresses.

The incremental backup method has the advantage of requiring less storage space and less time than a full backup because it only copies the changed data. However, the disadvantage is that it can be time-consuming to restore files because it requires restoring the full backup and each incremental backup since that time.

In contrast, a differential backup method copies all the data that has changed since the last full backup, while a full backup method copies all data regardless of whether it has changed or not. A tape backup method is not a backup method per se but refers to the use of magnetic tapes to store backup data.