Search code examples
c#.netbackuprestorevolume-shadow-service

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 do I access the VSS API from C#?


Solution

  • Check out AlphaVSS. I believe it's exactly what the doctor ordered.