问题
I'd like to make a C# application that uses Volume Shadow Copy Service for backup/restore.
How do I access the VSS API from C#?
回答1:
Check out AlphaVSS. I believe it's exactly what the doctor ordered.
来源:https://stackoverflow.com/questions/6673826/how-to-use-volume-shadow-copy-using-c-sharp-in-vs2008