File: README

package info (click to toggle)
libvshadow 20240504-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,904 kB
  • sloc: ansic: 168,675; sh: 6,302; makefile: 1,148; python: 742; cpp: 88; sed: 16
file content (23 lines) | stat: -rw-r--r-- 801 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
libvshadow is a library to access the Volume Shadow Snapshot (VSS) format.
The VSS format is used by Windows, as of Vista, to maintain copies of data on a storage media volume.

Project information:

* Status: alpha
* Licence: LGPLv3+

Also see:

* OSDFC 2012: Paper - Windowless Shadow Snapshots: https://github.com/libyal/documentation/blob/master/Paper%20-%20Windowless%20Shadow%20Snapshots.pdf
* OSDFC 2012: Slides - Windowless Shadow Snapshots: https://github.com/libyal/documentation/blob/master/Slides%20-%20Windowless%20Shadow%20Snapshots.pdf

Work in progress:

* Dokan library support
* Multi-threading support

For more information see:

* Project documentation: https://github.com/libyal/libvshadow/wiki/Home
* How to build from source: https://github.com/libyal/libvshadow/wiki/Building