Changes by: szaka
Update of /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9254
Modified Files:
ntfsclone.8.in
Log Message:
Added ntfsclone's rescue capability
Index: ntfsclone.8.in
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs/ntfsclone.8.in,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- ntfsclone.8.in 12 Jun 2005 11:02:50 -0000 1.16
+++ ntfsclone.8.in 26 Jun 2005 20:11:03 -0000 1.17
@@ -7,7 +7,7 @@
.\"
.TH NTFSCLONE 8 "Jun 2005" "ntfsprogs version @VERSION@"
.SH NAME
-ntfsclone \- Efficiently clone, image or restore an NTFS filesystem
+ntfsclone \- Efficiently clone, image, restore or rescue an NTFS
.SH SYNOPSIS
.B ntfsclone
[\fIOPTIONS\fR]
@@ -26,8 +26,8 @@ ntfsclone \- Efficiently clone, image or
.I SOURCE
.SH DESCRIPTION
.B ntfsclone
-will efficiently clone (copy, save, backup, restore) an NTFS filesystem to a
-sparse file, image, device (partition) or standard output.
+will efficiently clone (copy, save, backup, restore) or rescue an NTFS
+filesystem to a sparse file, image, device (partition) or standard output.
It works at disk sector level and
copies only the used data. Unused disk space becomes zero (cloning to
sparse file), encoded with control codes (saving in special image format),
|