1AMTAPE(8)               System Administration Commands               AMTAPE(8)
2
3
4

NAME

6       amtape - Control Amanda changers
7

SYNOPSIS

9       amtape [-o configoption...] config subcommand [subcommand_options...]
10

DESCRIPTION

12       Amtape is the command-line interface to Amanda's tape changers (amanda-
13       changers(7)) and to the taperscan algorithm (amanda-taperscan(7)).
14
15       Tape changers maintain a notion of the current slot for each
16       configuration. This may or may not correspond to an actual physical
17       state of the device, but is used by some taperscan algorithms to
18       minimize searching through the slots.
19
20       Amtape uses the default changer. To use a different changer, use the
21       config override option, e.g., -otpchanger=otherchanger.
22

SUBCOMMANDS

24       label label
25           Search for and load the Amanda tape with label [label], also
26           setting the current slot.
27
28       slot slot
29           Load the volume in the given slot, also setting the current slot.
30           The slot names current, next, first, and last have special meaning.
31
32       current
33           Shorthand for slot current.
34
35       inventory
36           Show the contents of all slots, based on the changer's cached
37           metadata. This is a quick operation as it does not load or unload
38           any volumes, but is not supported by all changers.
39
40       show [slots]
41           Show the contents of all slots (or listed slots) by loading each
42           slot and reading its label. This can be very slow. The slots
43           arguments is of the form 1,3-5,7.
44
45       reset
46           Reset the changer to a known state. This subcommand is intended to
47           clear any unknown and potentially incorrect state the changer may
48           have stored.
49
50       eject [drive]
51           Eject the tape currently in the drive. This only applies to some
52           changers. Specify a drive (by drive number) if more than one drive
53           is available.
54
55       clean [drive]
56           If a cleaning tape is defined for the changer, used it to clean the
57           specified drive. The [drive] is optional if the changer only has
58           one drive.
59
60       taper
61           Run the taperscan algorithm (see amanda-taperscan(7)), displaying
62           information about the progress of the scan.
63
64       update [what]
65           Update changer state. Consult amanda-changers(7) for
66           changer-specific details on the format of what.
67
68       -o configoption
69           See the "CONFIGURATION OVERRIDE" section in amanda(8).
70

SEE ALSO

72       amanda(8), amanda-changers(7), amanda-taperscan(7), amanda-devices(7)
73
74       The Amanda Wiki: : http://wiki.zmanda.com/
75

AUTHORS

77       Dustin J. Mitchell <dustin@zmanda.com>
78           Zmanda, Inc. (http://www.zmanda.com)
79
80       James da Silva <jds@amanda.org>
81
82       Stefan G. Weichinger <sgw@amanda.org>
83
84
85
86Amanda 3.3.3                      01/10/2013                         AMTAPE(8)
Impressum