Database Reference
In-Depth Information
The level-1 backup is the incremental backup that backs up changed blocks. There are
two different kinds of level-1 backups:
Differential incremental backup
Cumulative incremental backup
The differential incremental backup will back up all changed blocks since the last
level-1 backup. These images are typically smaller. The cumulative incremental backup is
one where the data backed up is the data that changed since the last level-0 full backup.
Thus it is a cumulative backup of all changed blocks since the last level-0 backup. This
makes for faster recoveries since you don't have to apply several incremental backups dur-
ing the database restore. Figure 3.5 provides a visual example of the differences between
these types of backups.
FiGURe 3.5 Differential vs. cumulative incremental backups
Sun
Mon Tues Wed Thur Fri Sat
011111101111110
MonTues
Wed
Thur
Fri
Sat
Sun
Sun
Differential Backup
Sun
Mon Tues Wed Thur Fri Sat
011111101111110
MonTues
Wed
Thur
Fri
Sat
Sun
Sun
Cumulative Backup
 
Search WWH ::




Custom Search