volume-shadow-service
Microsoft VSHADOW.EXE shadow copies contain locked files?
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[详细]
2023-04-04 20:34 分类:问答How to use volume shadow copy using C# in vs2008
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[详细]
2023-03-19 16:31 分类:问答How can i call functions of an abstract base class in C++?
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[详细]
2023-03-19 01:23 分类:问答Getting a runtime error "procedure entry not found in vssapi.dll" when trying to run Volume Shadow Copy
The code compiles fine and I have included the vssapi.lib in the additional dependencies for the linker.[详细]
2023-03-14 20:18 分类:问答Backup of Exchange Server 2003,2007 using VSS API's
Can Exchange Server 2003 and 20开发者_StackOverflow中文版07 be backup up using VSS API\'s that are provided for exchange 2010?[详细]
2023-03-13 20:21 分类:问答Can C# call Volume Shadow Copy Service APIs (writer related), can how if yes?
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.[详细]
2023-03-12 20:59 分类:问答Delete specific files/folders from volume shadow copy backups
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[详细]
2023-03-02 15:22 分类:问答Windows VSS (Volume Shadow Copy) in C++
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[详细]
2023-02-25 11:28 分类:问答Building a Volume Shadow Service app for release
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[详细]
2023-02-25 01:45 分类:问答Shadow copy to clone system volume on 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.[详细]
2023-02-07 19:12 分类:问答