使用 .NET 中的卷影复制服务 (VSS) - 可用的最佳方法/项目?
我想向我正在开发的应用程序添加 VSS 支持,唯一可用的良好打包方法似乎是 AlphaVSS,尽管它已经近两年没有积极开发了。是否还有其他我找不到的项目,或者是否有更直接的方法来访问“API”(如果你可以这样称呼它)?
I'd like to add VSS support to an application I'm developing and the only good packaged method available seems to be AlphaVSS, though it hasn't been actively developed in almost two years. Are there other projects out there that I just can't find, or is there a more straightforward method to accessing the "API" (if you can call it that)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 WMI Win32_ShadowCopy 类吗?我没有 C# 示例,但无论如何,在 PowerShell 中使用 WMI 通常会更好:
via: http://www.energizedtech.com/2010/04/powershell-creation-of-a-shado.html
Could you use WMI Win32_ShadowCopy class. I don't have a C# sample, but working with WMI is usually nicer in PowerShell in any case:
via: http://www.energizedtech.com/2010/04/powershell-creation-of-a-shado.html