The Computer Oracle

Does built in Windows 7 backup perform differential (incremental) backups?

--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Droplet of life

--

Chapters
00:00 Does Built In Windows 7 Backup Perform Differential (Incremental) Backups?
00:43 Accepted Answer Score 23
01:14 Thank you

--

Full question
https://superuser.com/questions/60554/do...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#windows7 #backup #windowsbackup #incrementalbackup

#avk47



ACCEPTED ANSWER

Score 23


Windows 7 Backup is a block based file backup.

This means each block in a file is examined and if a duplicate already exists on the last backup, and this is the important bit, even if from a different file, that block is not saved. Quite good :)

The first backup is always a full backup. The following backups will only save changed blocks. Disadvantage is you cannot manage your backups individually.