I\'ve been writing a backup program using VSS and started out with VSHADOW.EXE from the Windows SDK 6.1 Samples. It generally works, but I was astonished to see that certain files are still locked ins
I\'d like to make a C# application that uses Volume Shadow Copy Service for backup/restore. How d开发者_JAVA技巧o I access the VSS API from C#?Check out AlphaVSS. I believe it\'s exactly what the do
I am using VSS API and using this abstract base class CVSSWriter.I want to call its functions but I can\'t make its object. How should I inherit it because its aclass defined in VSWriter.h
The code compiles fine and I have included the vssapi.lib in the additional dependencies for the linker.
Can Exchange Server 2003 and 20开发者_StackOverflow中文版07 be backup up using VSS API\'s that are provided for exchange 2010?
I\'d like to query backup sources from certain VSS writer in my C# project. Is this possible? And how to do this if yes? I\'ve searched google but did not find useful answers.
I need to erase some files/folders from disk completely, includin开发者_高级运维g shadow copies. Is it possible?I\'m not aware of the ability to selectively remove a file from a shadow copy. The only
I need some help with getting VSS to work in C++. My basic aim is to scan a folder for changed files (by modified date) and then back them up to another device using VSS. The documentation is unclear
How should an application that uses the Volume Shadow Copy service be built for release? I\'ve been building and testing in Windows 7 and everything looks good so I built the app to test in Windows XP
I am looking for a program that uses shadow copy to copy the contents of a Windows XP system volume that is running.