X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=doc%2Fman1%2Fwimlib-imagex-capture.1;h=31dc74c9c7673a68744ef762d123dec4190723fb;hp=43b0e114bccca3ae325ed0a449097f6d76e53627;hb=51829aecdac415b417ab5b8ac897014bb780de10;hpb=b3d0fd77eb71d6e20eddfac6586c16418f46e1be diff --git a/doc/man1/wimlib-imagex-capture.1 b/doc/man1/wimlib-imagex-capture.1 index 43b0e114..31dc74c9 100644 --- a/doc/man1/wimlib-imagex-capture.1 +++ b/doc/man1/wimlib-imagex-capture.1 @@ -109,6 +109,8 @@ DOS/Windows file attribute flags. .IP \[bu] All names of all files, including names in the Win32 namespace, DOS namespace, Win32+DOS namespace, and POSIX namespace. This includes hard links. +.IP \[bu] +Object IDs. .PP However, the main limitations of this NTFS volume capture mode are: .IP \[bu] 4 @@ -158,8 +160,10 @@ DOS names (8.3) names of files; however, the failure to read them is not considered an error condition. .IP \[bu] Hard links, if supported by the source filesystem. +.IP \[bu] +Object IDs, if supported by the source filesystem. .PP -There is no support for storing NTFS extended attributes and object IDs. +There is no support for storing NTFS extended attributes. .PP The capture process is reversible, since when \fBwimlib-imagex apply\fR (on Windows) extracts the captured WIM image, it will extract all of the above @@ -578,11 +582,11 @@ however, this may still be overridden through the \fB--config\fR parameter. See the documentation for this option in \fBwimlib-imagex-optimize\fR (1). .TP \fB--snapshot\fR -EXPERIMENTAL: create a temporary filesystem snapshot of the source directory and -capture the files from it. Currently, this option is only supported on Windows, -where it uses the Volume Shadow Copy Service (VSS). Using this option, you can -create a consistent backup of the system volume of a running Windows system -without running into problems with locked files. For the VSS snapshot to be +Create a temporary filesystem snapshot of the source directory and capture the +files from it. Currently, this option is only supported on Windows, where it +uses the Volume Shadow Copy Service (VSS). Using this option, you can create a +consistent backup of the system volume of a running Windows system without +running into problems with locked files. For the VSS snapshot to be successfully created, \fBwimlib-imagex\fR must be run as an Administrator, and it cannot be run in WoW64 mode (i.e. if Windows is 64-bit, then \fBwimlib-imagex\fR must be 64-bit as well).