AMRMTAPE(8) | System Administration Commands | AMRMTAPE(8) |
NAME¶
amrmtape - remove a tape from the Amanda database
SYNOPSIS¶
amrmtape [--changer changer-name] [--cleanup] [--dryrun] [-n] [--erase] [--external-copy] [--keep-label] [--list-retention] [--list-no-retention] [--remove-no-retention] [--quiet] [-q] [--verbose] [-v] config [label]*
DESCRIPTION¶
Amrmtape invalidates the contents of an existing backup tape in the configuration database. This is meant as a recovery mechanism when a good backup is damaged either by faulty hardware or user error, e.g. the tape is eaten by the drive or is overwritten.
See the amanda(8) man page for more details about Amanda.
OPTIONS¶
--changer changer-name
--cleanup
--dryrun, -n
--erase
--external-copy
You should also mark the label as noreuse.
--keep-label
--list-retention
--list-no-retention
--remove-no-retention
--verbose, -v
--quiet, -q
EXAMPLE¶
Remove tape labeled DAILY034 and DAILY035 from the DailySet1 configuration.
# amrmtape DailySet1 DAILY034 DAILY035
SEE ALSO¶
The Amanda Wiki: : http://wiki.zmanda.com/
AUTHORS¶
Adrian T. Filipi-Martin <atf3r@cs.virginia.edu>
Stefan G. Weichinger <sgw@amanda.org>
12/01/2017 | Amanda 3.5.1 |