https://github.com/mxk/go-vss
Go interface to the Windows Volume Shadow Copy Service
https://github.com/mxk/go-vss
backup volume-shadow-copy vss windows windows-api
Last synced: 2 months ago
JSON representation
Go interface to the Windows Volume Shadow Copy Service
- Host: GitHub
- URL: https://github.com/mxk/go-vss
- Owner: mxk
- License: mpl-2.0
- Created: 2023-12-22T19:22:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-04T14:21:49.000Z (over 1 year ago)
- Last Synced: 2025-04-13T03:49:40.060Z (2 months ago)
- Topics: backup, volume-shadow-copy, vss, windows, windows-api
- Language: Go
- Homepage:
- Size: 58.6 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
vss
===[](https://pkg.go.dev/github.com/mxk/go-vss)
[](https://goreportcard.com/report/github.com/mxk/go-vss)Package vss exposes Windows Volume Shadow Copy API.
```
go get github.com/mxk/go-vss
```The current v1 API is stable and production-ready. It is based on the WMI [Win32_ShadowCopy] class.
[Win32_ShadowCopy]: https://learn.microsoft.com/en-us/previous-versions/windows/desktop/legacy/aa394428(v=vs.85)