A blog by Jose Barreto, a member of the File Server team at Microsoft.
All messages posted to this blog are provided "AS IS" with no warranties, and confer no rights.
Information on unreleased products are subject to change without notice.
Dates related to unreleased products are estimates and are subject to change without notice.
The content of this site are personal opinions and might not represent the Microsoft Corporation view.
The information contained in this blog represents my view on the issues discussed as of the date of publication.
You should not consider older, out-of-date posts to reflect my current thoughts and opinions.
© Copyright 2004-2012 by Jose Barreto. All rights reserved.
Follow @josebarreto on Twitter for updates on new blog posts.
There were many changes in Volume Shadowcopy Services (VSS) in Windows Server 2008. Probably the most visible of them is DiskShadow.exe, the new command line tool for VSS. This new built-in requester can create and manage hardware and software shadow copies, interactively or in a script.
If you read my post about the basics of VSS, you know that a requester is the tool that commands the actual creation of shadow copies. Typically, this is a backup application like Data Protection Manager or a third-party backup software that runs on Windows Server.
DiskShadow is a somewhat unusual requester because it not designed to be a backup application per se (although you could if you like scripting). You can use it to check information about your all the different types of hardware and software snapshots you can have on a system. You can also perform more unusual operations like importing shadow copy or reverting volumes.
Here are a few (but not all) of the commands you have in DiskShadow:
IT Administrators are an obvious target for this tool, but DiskShadow can also be handy for Developers creating their own VSS writer or VSS provider. This will help with the need to test that software without the added trouble of having a backup application commanding the snaps or having to call into the VSS API to do it.
More details about DiskShadow can be found at:http://technet.microsoft.com/en-us/library/cc772172.aspx
More details about VSS in general can be found at:http://msdn2.microsoft.com/en-us/library/aa384649.aspx
Jose Barreto's Blog DiskShadow, the new in-box VSS requester in Windows Server 2008 Virtual Machine