I have win 7 scheduled to backup every Sunday, it's only looking at one of my drives at the moment and is backing up to an external HDD. It's a 1TB drive so should take quite a while to fill but the amount of time the backup takes makes me think its taking a fresh copy every time.

It's now 21:34 and I think backup started at about 19:30. It did a full backup earlier in the week of approx 200GB. Is it copying the whole lot again? Or is it just taking its time checking for differences?

link|improve this question

feedback

2 Answers

up vote 16 down vote accepted

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.

link|improve this answer
ah! Very clever. So the time delay is due to re-examining all the blocks. Do you have a link to some futher reading on this? – G-. Oct 25 '09 at 22:07
ermm.. will have to search for that. Been a while since I last read about it. Will add a comment with the information – A Dwarf Oct 25 '09 at 22:18
2  
Incremental here: social.technet.microsoft.com/Forums/en/windowsbackup/thread/… Block based incremental here: social.technet.microsoft.com/Forums/en/w7itprogeneral/thread/… There's somewhere, on one of the developers blogs or something, a detailed explanation of the Backup features. That's where I remember reading about it the first time during the beta times. I just can't locate it right now. But those two links should be enough. – A Dwarf Oct 25 '09 at 22:29
Excellent, thanks – G-. Oct 26 '09 at 20:17
So... If you deleted something prior to the last backup (therfore blcks have changed) does that file get removed from the backup image as well? – user50272 Jan 8 '11 at 5:23
feedback

The tools built-in Windows 7 really can do the incremental backup. But there is some limitation. For example, you cannot compress your images and perform your backups individually. I used to have the tool built-in System do the incremental backup. But latter, my friend recommended me a free software which not only can do the incremental backup, delete the old images automatically but also can transfer the system to the dissimilar hardware. Now, i backup my hardware with ease. i suggest you can download it and have a try.

http://download.cnet.com/EASEUS-Todo-Backup-Free/3000-2242_4-10964460.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.