File: vshadowmount.1

package info (click to toggle)
libvshadow 20190127-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 10,876 kB
  • sloc: ansic: 153,255; sh: 5,968; makefile: 1,209; python: 484; sed: 16
file content (62 lines) | stat: -rw-r--r-- 1,529 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
.Dd August 31, 2014
.Dt vshadowmount
.Os libvshadow
.Sh NAME
.Nm vshadowmount
.Nd mounts a Windows NT Volume Shadow Snapshot (VSS) volume
.Sh SYNOPSIS
.Nm vshadowmount
.Op Fl o Ar offset
.Op Fl X Ar extended_options
.Op Fl hvV
.Va Ar source
.Sh DESCRIPTION
.Nm vshadowmount
is a utility to mount a Windows NT Volume Shadow Snapshot (VSS) volume
.Pp
.Nm vshadowmount
is part of the
.Nm libvshadow
package.
.Nm libvshadow
is a library to access the Windows NT Volume Shadow Snapshot (VSS) format
.Pp
.Ar source
is the source file.
.Pp
The options are as follows:
.Bl -tag -width Ds
.It Fl h
shows this help
.It Fl o Ar offset
specify the volume offset in bytes
.It Fl v
verbose output to stderr
.It Fl V
print version
.It Fl X Ar extended_options
extended options to pass to sub system
.El
.Sh ENVIRONMENT
None
.Sh FILES
None
.Sh EXAMPLES
.Bd -literal
# vshadowmount /dev/sda1
vshadowmount 20130113

.Ed
.Sh DIAGNOSTICS
Errors, verbose and debug output are printed to stderr when verbose output \-v is enabled.
Verbose and debug output are only printed when enabled at compilation.
.Sh BUGS
Please report bugs of any kind to <joachim.metz@gmail.com> or on the project website:
https://github.com/libyal/libvshadow/
.Sh AUTHOR
These man pages were written by Joachim Metz.
.Sh COPYRIGHT
Copyright (C) 2011-2019, Joachim Metz <joachim.metz@gmail.com>.
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
.Sh SEE ALSO
.Xr vshadowinfo 1