149d464f4f9a8a78a9b29f0202db59072b431147
[debian/amanda] / docs / amdd.8.txt
1
2                                  amdd
3 Prev  Chapter 35. The AMANDA Manual Pages.  Next
4
5 -------------------------------------------------------------------------------
6
7 Name
8
9 amdd \14 AMANDA version of dd
10
11 Synopsis
12
13 amdd [-d ] [if=input] [of=output] [bs=blocksize] [skip=count] [count=count]
14
15 DESCRIPTION
16
17 Amdd provides just enough of the standard UNIX dd command for the needs of
18 AMANDA. This is handy when doing a full restore and the standard dd program has
19 not yet been found.
20 Amdd also provides access to the AMANDA output drivers that support various
21 tape simulations. This may be used for debugging or to convert from one format
22 to another.
23 See the amanda(8) man page for more details about AMANDA. See the OUTPUT
24 DRIVERS section of amanda(8) for more information on the AMANDA output drivers.
25
26 OPTIONS
27
28
29
30   -d
31       Turn on debugging output.
32
33   -llength
34       Set the output length. If the output driver limits the output size, this
35       controls when end of tape will be simulated.
36       Length may have a multiplier suffix:
37
38       k -> 1024 (Kilobytes)
39       b -> 512 (Blocks)
40       M -> 1024*1024 (Megabytes)
41       The default is no multiplier (bytes).
42
43
44
45   if=input
46       Input to dd. Default is stdin.
47
48   of=output
49       Where to send the output of dd. Default is stdout.
50
51   bs=blocksize
52       Size of each record. Input records smaller than this will not be padded.
53       Output records will be the same size as the corresponding input record.
54       Default is 512 bytes.
55       Blocksize may have a multiplier suffix:
56
57       k -> 1024 (Kilobytes)
58       b -> 512 (Blocks)
59       M -> 1024*1024 (Megabytes)
60       The default is no multiplier (bytes).
61
62
63
64   count=count
65       Number of records to copy. Default is all records until end of file.
66
67   skip=count
68       Number of records to skip before copying input to output. Default is
69       zero.
70
71
72 AUTHOR
73
74 Marc Mengel <mengel@fnal.gov>, John R. Jackson <jrj@purdue.edu> : Original text
75 Stefan G. Weichinger, <sgw@amanda.org>, maintainer of the AMANDA-documentation:
76 XML-conversion
77
78 SEE ALSO
79
80 amanda(8)
81 -------------------------------------------------------------------------------
82
83 Prev        Up     Next
84 amcleanup  Home  amdump
85