3

On Windows 7 I am creating a system image of the system drive (C: in my case) onto an external USB harddisk. The process is taking long (has been running for an hour now).

My question: I am taking care not to make any changes to the C: drive while the system image is being created (i.e. I am not creating any files on the desktop, etc.). But surely, there will be changes to the system drive, because I am accessing the web and therefore, the browser is updating its cache, etc. How does Windows maintain consistency during the image create operation? Am I being overly cautious by not creating any files? Or should I not even run a browser while the image create is going on?

Sabuncu
  • 486
  • 4
  • 10
  • 21

1 Answers1

6

To get an idea of how it's handling open files and files created during the image backup, read up on Windows' Shadow Copy mechanisms, and how they work.

From Microsoft:

The Volume Shadow Copy Service (VSS) is a set of COM interfaces that implements a framework to allow volume backups to be performed while applications on a system continue to write to the volumes.

From Wikipedia:

Shadow Copy (also known as Volume Snapshot Service, Volume Shadow Copy Service or VSS), is a technology included in Microsoft Windows that allows taking manual or automatic backup copies or snapshots of data, even if it has a lock, on a specific volume at a specific point in time over regular intervals.