Imported Upstream version 2.4.5
[debian/amanda] / man / amdd.8
index 9a88e3141792c9089d3fd9a6c9a14e11d68f1766..39e8f183115281f9e32678d56ed9de537f733497 100644 (file)
-.\"
-.de CO
-\fB\\$1\fP \fI\\$2\fP
+.\"Generated by db2man.xsl. Don't modify this, modify the source.
+.de Sh \" Subsection
+.br
+.if t .Sp
+.ne 5
+.PP
+\fB\\$1\fR
+.PP
 ..
-.TH AMDD 8
-.SH NAME
-amdd \- Amanda version of dd
-.SH SYNOPSIS
-.B amdd
-[
-.B -d
-]
-[
-.B if=\fIinput
-]
-[
-.B of=\fIoutput
-]
-[
-.B bs=\fIblocksize
-]
-[
-.B skip=\fIcount
-]
-[
-.B count=\fIcount
-]
-.SH DESCRIPTION
-.B Amdd
-provides just enough of the standard
-.UX
-.B dd
-command for the needs of Amanda.
-This is handy when doing a full restore and the standard
-.B dd
-program has not yet been found.
-.LP
-.B Amdd
-also provides access to the Amanda output drivers that support
-various tape simulations.
-This may be used for debugging or to convert from one format
-to another.
-.LP
-See the
-.IR amanda (8)
-man page for more details about Amanda.
-See the
-.B OUTPUT DRIVERS
-section of
-.I amanda(8)
-for more information on the Amanda output drivers.
-.SH OPTIONS
-.de BS
-\fB\\$1\fP\ \fR\\$2\fP
+.de Sp \" Vertical space (when we can't use .PP)
+.if t .sp .5v
+.if n .sp
+..
+.de Ip \" List item
+.br
+.ie \\n(.$>=3 .ne \\$3
+.el .ne 3
+.IP "\\$1" \\$2
 ..
+.TH "AMDD" 8 "" "" ""
+.SH NAME
+amdd \- AMANDA version of dd
+.SH "SYNOPSIS"
+.ad l
+.hy 0
+.HP 5
+\fBamdd\fR [\-d] [\fIif=input\fR] [\fIof=output\fR] [\fIbs=blocksize\fR] [\fIskip=count\fR] [\fIcount=count\fR]
+.ad
+.hy
+
+.SH "DESCRIPTION"
+
+.PP
+\fBAmdd\fR provides just enough of the standard UNIX \fBdd\fR command for the needs of \fBAMANDA\fR\&. This is handy when doing a full restore and the standard \fBdd\fR program has not yet been found\&.
+
+.PP
+\fBAmdd\fR also provides access to the \fBAMANDA\fR output drivers that support various tape simulations\&. This may be used for debugging or to convert from one format to another\&.
+
+.PP
+See the \fBamanda\fR(8) man page for more details about \fBAMANDA\fR\&. See the \fBOUTPUT DRIVERS\fR section of \fBamanda(8)\fR for more information on the \fBAMANDA\fR output drivers\&.
+
+.SH "OPTIONS"
+
 .TP
-.B \-d
-Turn on debugging output.
+\fB\-d\fR
+Turn on debugging output\&.
+
 .TP
-.BI \-l length
-Set the output length.
-If the output driver limits the output size, this controls
-when end of tape will be simulated.
-.IP
-.I Length
-may have a multiplier suffix:
-.RS
-.IP
-.BS k 1024\ (Kilobytes)
-.IP
-.BS b 512\ (Blocks)
-.IP
-.BS M 1024*1024\ (Megabytes)
-.RE
-.IP
-The default is no multipler (bytes).
+\fB\-l\fR\fIlength\fR
+Set the output length\&. If the output driver limits the output size, this controls when end of tape will be simulated\&.
+
+\fBLength\fR may have a multiplier suffix:
+
+
+.nf
+
+k \-> 1024 (Kilobytes)
+b \-> 512 (Blocks)
+M \-> 1024*1024 (Megabytes)
+
+.fi
+The default is no multiplier (bytes)\&.
+
 .TP
-.B if=\fIinput
-Input to
-.BR dd .
-Default is stdin.
+\fBif=\fR\fBinput\fR
+Input to \fBdd\fR\&. Default is stdin\&.
+
 .TP
-.B of=\fIoutput
-Where to send the output of
-.BR dd .
-Default is stdout.
+\fBof=\fR\fBoutput\fR
+Where to send the output of \fBdd\fR\&. Default is stdout\&.
+
 .TP
-.B bs=\fIblocksize
-Size of each record.
-Input records smaller than this will
-.I not
-be padded.
-Output records will be the same size as the corresponding input record.
-Default is 512 bytes.
-.IP
-.I Blocksize
-may have a multiplier suffix:
-.RS
-.IP
-.BS k 1024\ (Kilobytes)
-.IP
-.BS b 512\ (Blocks)
-.IP
-.BS M 1024*1024\ (Megabytes)
-.RE
-.IP
-The default is no multipler (bytes).
+\fBbs=\fR\fBblocksize\fR
+Size of each record\&. Input records smaller than this will \fBnot\fR be padded\&. Output records will be the same size as the corresponding input record\&. Default is 512 bytes\&.
+
+\fBBlocksize\fR may have a multiplier suffix:
+
+
+.nf
+
+k \-> 1024 (Kilobytes)
+b \-> 512 (Blocks)
+M \-> 1024*1024 (Megabytes)
+
+.fi
+The default is no multiplier (bytes)\&.
+
 .TP
-.B count=\fIcount
-Number of records to copy.
-Default is all records until end of file.
+\fBcount=\fR\fBcount\fR
+Number of records to copy\&. Default is all records until end of file\&.
+
 .TP
-.B skip=\fIcount
-Number of records to skip before copying input to output.
-Default is zero.
-.SH AUTHOR
-Marc Mengel <mengel@fnal.gov>
-.br
-John R. Jackson <jrj@purdue.edu>
+\fBskip=\fR\fBcount\fR
+Number of records to skip before copying input to output\&. Default is zero\&.
+
+.SH "AUTHOR"
+
+.PP
+Marc Mengel <mengel@fnal\&.gov>, John R\&. Jackson <jrj@purdue\&.edu> : Original text
+
+.PP
+Stefan G\&. Weichinger, <sgw@amanda\&.org>, maintainer of the \fBAMANDA\fR\-documentation: XML\-conversion
+
 .SH "SEE ALSO"
-amanda(8)
+
+.PP
+\fBamanda\fR(8)
+