How to use volume shadow copy using C# in vs2008

2019-04-09 07:07发布

问题:

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.