We have a blog post about to be published tonight. Here's a preview below.
Do any of these reasons apply to you?
We’ve seen a number of customers ask why their incremental backups are
almost as large as their full backup. This can be surprising on a lightly
used system where you don’t change or add a lot of files between backups.
Seeing files backed up that you know you didn’t change can be perplexing,
but there is a good explanation: the files were indeed changed, either by a
program or a perhaps inadvertently by a person. For example, any of the
following actions can cause files to be changed and therefore backed up:
*Antivirus programs writing to alternate streams on the files or programs
that update media file metadata (ID3 tags, for example). Even right-clicking
a file and viewing its properties can add an alternate data stream to the
file, thus changing it.
*Changing permissions on the parent folder or setting compression.
*Moving the files to a different folder.
Backup in Vista does not make any decisions about which types of changes to
back up versus those to ignore--any file that is changed will be backed up.
To determine if a file has changed, Backup looks at creation date,
modification date, and last written to date (visible only programmatically).
Backup does not understand any file formats and does not look in any headers
to decide when to back up a file, nor does Backup use the archive bit.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Want to learn more about Windows file and storage technologies? Visit our
team blog at
http://blogs.technet.com/filecab/default.aspx.
"Don Dinnerville" <DonDinnerville@discussions.microsoft.com> wrote in
message news:7712125A-959A-4685-814C-D37B4039184C@microsoft.com...
>I have the Vista backup scheduled for a nightly backup, and after just a
>few
> days, it runs out of room on a 120 GB hard drive. It's backing up
> approximately 40 GB of stuff from my primary hard drive. Something seems
> to
> be wrong with the backup since it appears to be doing an entirely new
> backup
> every night, and not just backing up files that have changed.