译自http://www.computerweekly.com/news/1347703/Incremental-vs-differential-backup-A-comparison
Differential backup -- 差异备份
Incremental backups copy all of the files that have changed since the last backup was made. They do this whether the last backup was a full one or an incremental copy. So if a full backup was done on Day 1, Day 2's incremental will back up all of the files that have changed since Day 1. Likewise, Day 3's incremental backup will only copy those files that have changed since Day 2's incremental took place.
增量备份拷贝上一次备份结束(完全备份、增量备份、差异备份)后发生改变的文件,而和上一次是否为完全备份或增量备份无关。所以如果第一天做了完全备份,第二天的增量备份将会备份那些第一天后发生改变的文件,第三天的增量备份将拷贝第二天备份后发生改变的文件。
The main advantage to incremental backups is that fewer files are copied in the period between full backups, which means you will get a shorter backup window. The main disadvantage is that when you want to carry out a complete restore, the most recent full backup and all of the subsequent incremental copies must be restored. This can make the restore process a lengthier one than when using a full backup plus the most recent differential copies only.
增量备份的优点是在完全备份中间拷贝更少的文件,这意味着你将得到较短的备份窗口。其主要缺点是如果你要执行完全还原,最近的完全备份及所有的增量备份必须被还原,这样比差异备份还原过程更长一些。