0% found this document useful (1 vote)
184 views

Data Backup Types Explained - Full, Incremental, Differential and Incremental-Forever Backup

backup types in windows

Uploaded by

Santosh Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (1 vote)
184 views

Data Backup Types Explained - Full, Incremental, Differential and Incremental-Forever Backup

backup types in windows

Uploaded by

Santosh Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

03/02/2015

Databackuptypesexplained:Full,incremental,differentialandincrementalforeverbackup
Our Privacy Policy has changed.
By continuing to use this site, you are agreeing to the new Privacy Policy.

SearchDataBackup

Data backup types explained: Full, incremental, differential and incremental-forever backup

by:
Brien Posey

s o n
Learn which data backup type is best -- full, incremental or differential backups, or newer types of backups like synthetic and incremental-forever backups.

1
2
f

What you will learn in this tip: Learn about full backups, incremental and differential backups, and newer types of backups like
synthetic and incremental-forever backups. You will also learn how to choose the best data backup type for your organization's data.
Sign in for existing members

Continue Reading This Article

Enjoy this article as well as all of our content, including E-Guides, news, tips and more.
email address

Continue Reading

By submitting you agree to receive email communications from TechTarget and its partners. Privacy Policy Terms of Use.

http://searchdatabackup.techtarget.com/tip/DatabackuptypesexplainedFullincrementaldifferentialandincrementalforeverbackup

1/5

03/02/2015

Databackuptypesexplained:Full,incremental,differentialandincrementalforeverbackup

For quite some time, there have been three basic types of backups: full, incremental and differential. More recently though, data backup software
vendors have introduced some newer types of backups that you might not be familiar with. Before I do though, I am going to give you a quick crash
course in full, incremental and differential backups.
Full backups
A full backup is exactly what the name implies. It is a full copy of your entire data set. Although full backups arguably provide the best protection,
most organizations only use them on a periodic basis because they are time consuming, and often require a large number of tapes or disk.
Incremental backup
Because full backups are so time consuming, incremental backups were introduced as a way of decreasing the amount of time that it takes to do a
backup. Incremental backups only backup the data that has changed since the previous backup.

Pro+
Features

E-Zine

E-Handbook

E-Zine

Backing up virtual machines is easier than ever

Zero backup plus traditional backup equals improved data protection

A lesson in flash caching

Resources ondata backup


types

For example, suppose that you created a full backup on Monday, and used incremental backups for the rest of the
week. Tuesday's backup would only contain the data that has changed since Monday. Wednesday's backup would

http://searchdatabackup.techtarget.com/tip/DatabackuptypesexplainedFullincrementaldifferentialandincrementalforeverbackup

2/5

03/02/2015
Take a quiz on backup and
recovery types

Databackuptypesexplained:Full,incremental,differentialandincrementalforeverbackup
only contain the data that has changed since Tuesday.

The primary disadvantage to incremental backups is that they can be time-consuming to restore. Going back to my
Learn about the benefits
previous example, suppose that you wanted to restore the backup from Wednesday. To do so, you would have to first
and drawbacks of
incremental and differential restore Monday's full backup. After that, you would have to restore Tuesday's tape, followed by Wednesday's. If any of
the tapes happen to be missing or damaged, then you will not be able to perform the full restoration.
backup
Read moreabout
Differential backups
incremental and differential
backups
A differential backup is similar to an incremental backup in that it starts with a full backup, and subsequent backups
only contain data that has changed. The difference is that while an incremental backup only includes the data that has
changed since the previous backup, a differential backup contains all of the data that has changed since the last full backup.
Suppose for example that you wanted to create a full backup on Monday and differential backups for the rest of the week. Tuesday's backup would
contain all of the data that has changed since Monday. It would therefore be identical to an incremental backup at this point. On Wednesday,
however, the differential backup would backup any data that had changed since Monday.
The advantage that differential backups have over incremental is shorter restore times. Restoring a differential backup never requires more than
two tape sets. Incremental backups on the other hand, may require a great number of tape sets. Of course the tradeoff is that as time progresses, a
differential backup tape can grow to contain much more data than an incremental backup tape.
Synthetic full backup
A synthetic full backup is a variation of an incremental backup. Like any other incremental backup, the actual backup process involves taking a full
backup, followed by a series of incremental backups. But synthetic backups take things one step further.
What makes a synthetic backup different from an incremental backup is that the backup server actually produces full backups. It does this by
combining the existing full backup with the data from the incremental backups. The end result is a full backup that is indistinguishable from a full
backup that has been created in the traditional way.
As you can imagine, the primary advantage to synthetic full backups is greatly reduced restore times. Restoring a synthetic full backup doesn't
require the backup operator to restore multiple tape sets as an incremental backup does. Synthetic full backups provide all of the advantages of a
true full backup, but offer the decreased backup times and decrease bandwidth usage of an incremental backup.
Incremental-forever backup
Incremental-forever backups are often used by disk-to-disk-to-tape backup systems. The basic idea is that like an incremental backup, and
incremental-forever backup begins by taking a full backup of the data set. After that point, only incremental backups are taken.
What makes an incremental-forever backup different from a normal incremental backup is the availability of data. As you will recall, restoring an
incremental backup requires the tape containing the full backup, and every subsequent backup up to the backup that you want to restore. While this
is also true for an incremental-forever backup, the backup server typically stores all of the backup sets on either a large disk array or in a tape
library. It automates the restoration process so that you don't have to figure out which tape sets need to be restored. In essence, the process of
restoring the incremental data becomes completely transparent and mimics the process of restoring a full backup.
What backup type is best for you?
As with any backup, it is important to consider which backup type is best suited to your own organization's needs. Ask yourself the following
questions:
1. What does your service-level agreement dictate in regard to recovery time?
2. What are the policies regarding storing backup tapes offsite? If backups are shipped offsite, incremental backups are a bad idea because you
have to get all the tapes back before you can begin a restoration.
3. What types of backups does your backup application support?
As you can see, synthetic full backups and incremental-forever backups go a long way toward modernizing the backup process, but it's important to
make sure you choose the best backup type for your organization's data.

About the author: Brien M. Posey, MCSE, has previously received Microsoft's MVP award for Exchange Server, Windows Server and Internet
Information Server (IIS). Brien has served as CIO for a nationwide chain of hospitals and was once responsible for the Department of Information
Management at Fort Knox. You can visit Brien's personal website at www.brienposey.com.

This was first published in July 2010

http://searchdatabackup.techtarget.com/tip/DatabackuptypesexplainedFullincrementaldifferentialandincrementalforeverbackup

3/5

03/02/2015

Databackuptypesexplained:Full,incremental,differentialandincrementalforeverbackup

m Dig deeper on Backup and recovery software


AL L

N E WS

G E T S TA R TE D

E V A L U AT E

M AN A G E

P R O BL E M SO L V E

2
2
2
2

Back[up] to the future: Veritas brand returns as Veritas Technologies


New Unitrends CEO Kevin Weiss: Our mantra is 'everything cloud'
What happened to CDP technology?
How to address SQL Server data backup challenges

Load More

z 0comments

Oldest5

Share your comment

Register or Login
E-Mail
[email protected]

Username / Password
Username

Password

Comment
By submitting you agree to receive email from TechTarget and its partners. If you reside outside of the United States, you consent to having your personal data transferred to and processed in the
United States. Privacy

-ADS BY GOOGLE

Looking for personal loan


bankbazaar.com/Personal-Loan/Offers

Personal Loan Rates from 12.99%! Loans upto 30 lakhs from 15+ Banks

http://searchdatabackup.techtarget.com/tip/DatabackuptypesexplainedFullincrementaldifferentialandincrementalforeverbackup

4/5

03/02/2015

Databackuptypesexplained:Full,incremental,differentialandincrementalforeverbackup

SOLID STATE STORAGE

VIRTUAL STORAGE

CLOUD STORAGE

DISASTER RECOVERY

STORAGE

IT CHANNEL

SearchSolidStateStorage
NetApp E Series 'performance' flash array platform gets an upgrade

The NetApp E Series now includes EF560 all-flash with 1.6 TB to speed database workloads, while the E5600 hybrid system scales to...

Essential guide to hybrid flash arrays

Hybrid flash arrays are growing in popularity, surpassing all-flash. This essential guide dives into hybrid array use cases, tips...

About Us

Contact Us

Advertisers
Reprints

Privacy Policy

Business Partners

Archive

Site Map

Videos

Media Kit
Events

Photo Stories

Corporate Site

Guides

Experts

E-Products
All Rights Reserved,
copyright 2008 - 2015, TechTarget

http://searchdatabackup.techtarget.com/tip/DatabackuptypesexplainedFullincrementaldifferentialandincrementalforeverbackup

5/5

You might also like