X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=man%2Famdd.8;fp=man%2Famdd.8;h=0000000000000000000000000000000000000000;hb=2627875b7d18858bc1f9f7652811e4d8c15a23eb;hp=55382d412531660d8cb2f7f1c0cd4b9e607b8020;hpb=fb2bd066c2f8b34addafe48d62550e3033a59431;p=debian%2Famanda diff --git a/man/amdd.8 b/man/amdd.8 deleted file mode 100644 index 55382d4..0000000 --- a/man/amdd.8 +++ /dev/null @@ -1,121 +0,0 @@ -.\" Title: amdd -.\" Author: -.\" Generator: DocBook XSL Stylesheets v1.73.2 -.\" Date: 08/22/2008 -.\" Manual: -.\" Source: -.\" -.TH "AMDD" "8" "08/22/2008" "" "" -.\" disable hyphenation -.nh -.\" disable justification (adjust text to left margin only) -.ad l -.SH "NAME" -amdd - Amanda version of dd -.SH "SYNOPSIS" -.HP 5 -\fBamdd\fR [\-d] [\fIif=input\fR] [\fIof=output\fR] [\fIbs=blocksize\fR] [\fIskip=count\fR] [\fIcount=count\fR] -.SH "DESCRIPTION" -.PP -\fBAmdd\fR -provides just enough of the standard UNIX -\fBdd\fR -command for the needs of -\fIAmanda\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 -\fIAmanda\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 -\fIAmanda\fR\. See the -\fBOUTPUT DRIVERS\fR -section of -\fIamanda(8)\fR -for more information on the -\fIAmanda\fR -output drivers\. -.SH "OPTIONS" -.PP -\fB\-d\fR -.RS 4 -Turn on debugging output\. -.RE -.PP -\fB\-l\fR\fIlength\fR -.RS 4 -Set the output length\. If the output driver limits the output size, this controls when end of tape will be simulated\. -.sp -\fILength\fR -may have a multiplier suffix: -.sp -.RS 4 -.nf -k \-> 1024 (Kilobytes) -b \-> 512 (Blocks) -M \-> 1024*1024 (Megabytes) -.fi -.RE -The default is no multiplier (bytes)\. -.RE -.PP -\fBif=\fR\fIinput\fR -.RS 4 -Input to -\fBdd\fR\. Default is stdin\. -.RE -.PP -\fBof=\fR\fIoutput\fR -.RS 4 -Where to send the output of -\fBdd\fR\. Default is stdout\. -.RE -.PP -\fBbs=\fR\fIblocksize\fR -.RS 4 -Size of each record\. Input records smaller than this will -\fInot\fR -be padded\. Output records will be the same size as the corresponding input record\. Default is 512 bytes\. -.sp -\fIBlocksize\fR -may have a multiplier suffix: -.sp -.RS 4 -.nf -k \-> 1024 (Kilobytes) -b \-> 512 (Blocks) -M \-> 1024*1024 (Megabytes) -.fi -.RE -The default is no multiplier (bytes)\. -.RE -.PP -\fBcount=\fR\fIcount\fR -.RS 4 -Number of records to copy\. Default is all records until end of file\. -.RE -.PP -\fBskip=\fR\fIcount\fR -.RS 4 -Number of records to skip before copying input to output\. Default is zero\. -.RE -.SH "AUTHOR" -.PP -Marc Mengel -, John R\. Jackson - -: Original text -.PP -Stefan G\. Weichinger, -, maintainer of the -\fIAmanda\fR\-documentation: XML\-conversion -.SH "SEE ALSO" -.PP - -\fBamanda\fR(8), -: http://wiki.zmanda.com