About incremental backups
The following examples show how data is included in a series of full and incremental backups.
A differential incremental backup backs up the data that changed since the last full or differential incremental backup.
Note:
You must run a full backup before an incremental backup. If no full backup is run, the incremental performs the role of a full backup.
Figure: Full and differential incremental example shows how data is included in a series of full and differential incremental backups between January 1 and January 4.
The January 1 full backup includes all files and directories in the policy backup selections list. The subsequent differential incremental backups include only the data that changed since the last full or differential incremental backup. If the disk fails sometime on January 4 (after the backup), the full backup and all three of the incremental backups are required for the recovery.
A cumulative incremental backup backs up the data that changed since the last full backup. Figure: Full and cumulative incremental example shows how data is included in a series of full and cumulative incremental backups between January 1 and January 4. The January 1 full backup includes all files and directories in the policy backup selections list. Each of the cumulative incremental backups includes the data that changed since the last full backup. If the disk fails sometime on January 4 (after the backup), the full backup and the last cumulative incremental backup are required for the recovery.
Table: Retention requirements for incremental backups describes how to determine the retention of differential and cumulative incremental backups to prevent a gap in backup coverage.
Table: Retention requirements for incremental backups
Type | Retention requirement | Comments |
|---|---|---|
|
Differential |
Longer |
To restore all files requires the last full backup and all the differential incremental backups that occurred since the last full backup. Therefore, all the differentials must be kept until the next full backup occurs. |
|
Cumulative |
Shorter |
Each cumulative incremental backup contains all the changes that occurred since the last full backup. Therefore, a complete restore requires only the most recent cumulative incremental in addition to the full backup. |
Table: Relative backup and restore times for incremental backups compares the advantages and disadvantages of using differential or cumulative incremental backups based on possible backup and restore times.
Table: Relative backup and restore times for incremental backups
Type | Backup time | Restore time | Comments |
|---|---|---|---|
|
Differential |
Shorter |
Longer |
Less data in each backup, but all differential incremental backups are required since the last full backup for a restore. This results in a longer restore time. |
|
Cumulative |
Longer |
Shorter |
More data in each backup, but only the last cumulative incremental backup is required for a complete restore (in addition to the full). |
You can use a combination of cumulative and differential incremental backups together to get the advantages of both methods. For example, assume a set of schedules with the following backup frequencies and retention periods. (Notice that the differential incremental backups occur more often.)
Table: Example frequencies and retention periods
Backup type | Frequency | Retention period |
|---|---|---|
|
Full |
6 days |
2 weeks |
|
Cumulative incremental |
2 days |
4 days |
|
Differential incremental |
1 day |
2 days |
The schedules that are described in Table: Example frequencies and retention periods result in the following series of backups:
The example produces the following results:
Every other day a differential incremental backup occurs, which usually has a minimum backup time.
On alternate days, a cumulative incremental backup occurs, which requires more time than the differential backup, but not as much time as a full backup. The differential backup can now be expired.
To recover all files may require (at most), two incremental backups in addition to the most recent full backup. The combination of backups usually means less restore time than if all differential incremental backups were used. The full backups can be done less often if the amount of data being backed up by the incremental backups is small.