From 982e3587113084842ba8ef255818e3c3cad81672 Mon Sep 17 00:00:00 2001 From: "flatcap.org!flatcap" Date: Sun, 7 Sep 2003 18:20:00 +0000 Subject: [PATCH] draft man page for clone (Logical change 1.179) --- ntfsprogs/ntfsclone.8.in | 80 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) diff --git a/ntfsprogs/ntfsclone.8.in b/ntfsprogs/ntfsclone.8.in index e69de29b..befdf869 100644 --- a/ntfsprogs/ntfsclone.8.in +++ b/ntfsprogs/ntfsclone.8.in @@ -0,0 +1,80 @@ +.\" Copyright (c) 2003 Richard Russon. All Rights Reserved. +.\" This file may be copied under the terms of the GNU Public License. +.\" +.TH NTFSCLONE 8 "September 2003" "Linux\-NTFS version @VERSION@" +.SH NAME +ntfsclone \- Copy an NTFS volume. +.SH SYNOPSIS +.B ntfsclone +[ +.I options +] +.B device +.SH DESCRIPTION +.B ntfsclone +will efficiently clone an NTFS volume to a sparse file, device or stdandard +output. +.SH OPTIONS +Below is a summary of all the options that +.B ntfsclone +accepts. All options have two equivalent names. The short name is preceded by +.BR \- +and the long name is preceded by +.BR \-\- . +Any single letter options, that don't take an argument, can be combined into a +single command, e.g. +.BR \-fv +is equivalent to +.BR "\-f \-v" . +Long named options can be abbreviated to any unique prefix of their name. +.TP +.BI "\-o " FILE +.br +.ns +.TP +.BI "\-\-output " FILE +Clone NTFS to the non-existent FILE +.TP +.BI "\-O " FILE +.br +.ns +.TP +.BI "\-\-overwrite " FILE +Clone NTFS to FILE, overwriting if exists +.TP +.B \-m +.br +.ns +.TP +.B \-\-metadata +Clone *only* metadata (for NTFS experts) +.TP +.B \-f +.br +.ns +.TP +.B \-\-force +This will override some sensible defaults, such as not working with a mounted +volume. Use this option with caution. +.TP +.B \-\-help +Show a list of options with a brief description of each one. +.SH EXAMPLES +.SH BUGS +This program has no known bugs. If you find one, please send an email to +.nh + +.hy +.SH AUTHOR +.B ntfsclone +was written by Szabolcs Szakacsits . +.SH AVAILABILITY +.B ntfsclone +is part of the linux\-ntfs package and is available from +.br +.nh +http://linux\-ntfs.sourceforge.net/downloads.html +.hy +.SH SEE ALSO +.BR ntfsprogs (8) +