X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=man%2Fxml-source%2Famdd.8.xml;fp=man%2Fxml-source%2Famdd.8.xml;h=0000000000000000000000000000000000000000;hb=2627875b7d18858bc1f9f7652811e4d8c15a23eb;hp=02a206f25f80aa17a84dd3f17cf16531c5365b7b;hpb=fb2bd066c2f8b34addafe48d62550e3033a59431;p=debian%2Famanda diff --git a/man/xml-source/amdd.8.xml b/man/xml-source/amdd.8.xml deleted file mode 100644 index 02a206f..0000000 --- a/man/xml-source/amdd.8.xml +++ /dev/null @@ -1,156 +0,0 @@ - - - - %global_entities; -]> - - - - - - -amdd -8 - - -amdd -&A; version of dd - - - - - amdd - -d - if=input - of=output - bs=blocksize - skip=count - count=count - - - - -DESCRIPTION -Amdd -provides just enough of the standard UNIX -dd -command for the needs of &A;. -This is handy when doing a full restore and the standard -dd -program has not yet been found. - -Amdd -also provides access to the &A; output drivers that support various tape simulations. -This may be used for debugging or to convert from one format to another. - -See the -amanda8 -man page for more details about &A;. -See the -OUTPUT DRIVERS -section of -amanda(8) -for more information on the &A; output drivers. - - -OPTIONS - - - - -Turn on debugging output. - - - - length - -Set the output length. -If the output driver limits the output size, this controls -when end of tape will be simulated. -Length -may have a multiplier suffix: - - -k -> 1024 (Kilobytes) -b -> 512 (Blocks) -M -> 1024*1024 (Megabytes) - - -The default is no multiplier (bytes). - - - - - - - if=input - -Input to -dd. -Default is stdin. - - - - of=output - -Where to send the output of -dd. -Default is stdout. - - - - bs=blocksize - -Size of each record. -Input records smaller than this will -not -be padded. -Output records will be the same size as the corresponding input record. -Default is 512 bytes. -Blocksize -may have a multiplier suffix: - -k -> 1024 (Kilobytes) -b -> 512 (Blocks) -M -> 1024*1024 (Megabytes) - -The default is no multiplier (bytes). - - - - - - - count=count - -Number of records to copy. -Default is all records until end of file. - - - - skip=count - -Number of records to skip before copying input to output. -Default is zero. - - - - - -AUTHOR -Marc Mengel mengel@fnal.gov, John R. Jackson -jrj@purdue.edu : Original text -&maintainer.sgw;: XML-conversion - - -SEE ALSO - - amanda8, - - - - -