AMLABEL(8) | System Administration Commands | AMLABEL(8) |
NAME¶
amlabel - label an Amanda tape
SYNOPSIS¶
amlabel [-f] config label [slot slot] [-o configoption]...
DESCRIPTION¶
All Amanda tapes must be pre-labeled before they are used. Amanda verifies the label in amdump and amflush before writing to make sure the proper tape is loaded.
Amlabel writes an Amanda label on the tape in the device specified by the amanda.conf file in /usr/local/etc/amanda/config. Label may be any string that does not contain whitespace and that matches the amanda.conf labelstr regular expression option. It is up to the system administrator to define a naming convention.
Amlabel appends the new tape to the tapelist(5) file so it will be used by Amanda before it reuses any other tapes. When you amlabel multiple tapes, they will be used in the order you amlabel them.
Amlabel will not write the label if the tape contains an active Amanda tape or if the label specified is on an active tape. The -f (force) flag bypasses these verifications.
An optional slot may be specified after the tape label. If a tape changer is in use, amlabel will label the tape in the specified slot instead of the currently loaded tape.
See the amanda(8) man page for more details about Amanda.
OPTIONS¶
-o configoption
EXAMPLE¶
Write an Amanda label with the string "DMP000" on the tape loaded in the device named in the tapedev option in /usr/local/etc/amanda/daily/amanda.conf:
% amlabel daily DMP000
Label the tape in slot 3 of the currently configured tape changer with the string "DMP003":
% amlabel daily DMP003 slot 3
MESSAGES¶
label label doesn´t match labelstr str
label label already on a tape
no tpchanger specified in path , so slot command invalid
reading label label, tape is in another amanda configuration
reading label label, tape is active
no label found, are you sure tape is non-rewinding?
SEE ALSO¶
amanda(8), amdump(8), amflush(8), : http://wiki.zmanda.com
AUTHORS¶
James da Silva <jds@amanda.org>
Stefan G. Weichinger <sgw@amanda.org>
11/05/2009 | Amanda 2.6.1p2 |