Skip to content

XUranus/Win32VSSWrapper

Repository files navigation

Win32VSSWrapper

C++ API wrapper for Windows Volume Shadow Service

minijsonC++14WindowsMSVC 2015+

Require

  • C++17
  • MSVC2015+

Build

git clone https://github.com/XUranus/Win32VSSWrapper.git
cd Win32VSSWrapper
mkdir build
cd build
cmake .. -A x64 # for x64
cmake --build . --config Release

Demo Usage

require Administrator

vssclient list                                         ----  list all snapshots
vssclient delete <snapshotID>                          ----  delete the specified snapshot
vssclient delete all                                   ----  delete all snapshots
vssclient create <volumePath1> <volumePath2> ...       ----  create snapshot(set) for specified volumes
vssclient query <snapshotID>                           ----  query specified snapshot
vssclient mount <snapshotID> <path>                    ----  expose specified snapshot 
vssclient umount <snapshotID>                          ----  umount specified snapshot
vssclient delset <snapshotSetID                        ----  delete snapshot set specified
vssclient mkwritable <snapshotID>                      ----  make snapshot writable (must have hardware provider)

About

Windows OS Volume Shadow Service API Wrapper

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published