1vss_strip(8) vss_strip vss_strip(8)
2
3
4
6 vss_strip - program for extracting file data from a file containing VSS
7 headers
8
9
11 vss_strip [options]
12
13
14 A program for extracting file data from a file containing VSS headers.
15 This program comes with the burp backup and restore package.
16
17
19 -i path
20 Input file. If -i is not given, input will be read on stdin.
21
22 -o path
23 Output file. If -o is not given, output will be read on stdout.
24
25 -p Print VSS header info.
26
27 -h|-? Print help text and exit.
28
29
31 vss_strip -i infile -o outfile
32 Takes uncompressed infile, and extracts the file data to out‐
33 file.
34
35 zcat infile.gz | vss_strip
36 Takes the output of zcat as input, and outputs to stdout.
37
38
40 If you find bugs, please report them to the email list. See the website
41 <http://burp.grke.net/> for details.
42
43
45 The main author of Burp is Graham Keeling.
46
47
49 See the LICENCE file included with the source distribution.
50
51
52
53 November 2, 2012 vss_strip(8)