]> wimlib.net Git - wimlib/blobdiff - doc/imagex-capture.1.in
Windows: Load ntdll functions dynamically
[wimlib] / doc / imagex-capture.1.in
index 6b047f4b26a6fd441f27505d13bd616b6add0ab1..940bae18997468e17185dd383ed26224784f47dd 100644 (file)
@@ -133,9 +133,7 @@ supported.
 On Windows, \fB@IMAGEX_PROGNAME@ capture\fR and \fB@IMAGEX_PROGNAME@ append\fR
 try to archive as much data and metadata as possible, including:
 .IP \[bu] 4
-All data streams of all files, unless running on a version of Windows prior to
-Vista, in which case named data streams (if supported by the source filesystem)
-will not be captured.
+All data streams of all files.
 .IP \[bu]
 Reparse points, including symbolic links, junction points, and other reparse
 points, if supported by the source filesystem.  (Note: see \fB--rpfix\fR and
@@ -443,7 +441,7 @@ $ wimcapture /some/directory bkup-base.wim
 (some days later, create second backup as delta from first)
 
 $ wimcapture /some/directory bkup-2013-08-20.dwm \\
-       --update-of=winbkup.wim:-1 --delta-from=winbkup.wim
+       --update-of bkup-base.wim:-1 --delta-from bkup-base.wim
 
 (restoring the second backup)