In Vista / 7 I can create a shadow copy with vssadmin (VSSADMIN.EXE version 1.1)

vssadmin create shadow /For=c:

In XP, vssadmin version is 1.0, and doesn't support the create command, only list

Then, how can I create a volumen shadow copy for a complete backup?

link|improve this question

30% accept rate
feedback

1 Answer

Shadow copies are non-persistent in XP:

The Volume Snapshot Service was first added to Microsoft Windows in Windows XP; this version of VSS is used by NTBackup, however it can only create non-persistent snapshots (a temporary snapshot, usually used for creating a file-based backup or more generally, accessing copies of files that have been locked by applications for editing).

Source

link|improve this answer
but if NTBackup or DriveImageXML can create a shadow copy of the volume, isn't there an Win32 API available to do it? – PabloG Sep 15 '11 at 21:48
I suppose there is, but I think it's more that in XP VSS can only be used to make temporary file shadows so that they can be backed up if they're open, and/or to prevent backup failure from affecting the files being backed-up. – techie007 Sep 16 '11 at 0:03
feedback

Your Answer

 
or
required, but never shown

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