1AMRMTAPE(8) System Administration Commands AMRMTAPE(8)
2
3
4
6 amrmtape - remove a tape from the Amanda database
7
9 amrmtape [--changer changer-name] [--cleanup] [--dryrun] [-n] [--erase]
10 [--keep-label] [--quiet] [-q] [--verbose] [-v] config label
11
13 Amrmtape invalidates the contents of an existing backup tape in the
14 configuration database. This is meant as a recovery mechanism when a
15 good backup is damaged either by faulty hardware or user error, e.g.
16 the tape is eaten by the drive or is overwritten.
17
18 See the amanda(8) man page for more details about Amanda.
19
21 --changer changer-name
22 Specify which changer to use when erasing label
23
24 --cleanup
25 Remove logs and indexes associated with label. Otherwise, they´ll
26 remain until the next run of amdump.
27
28 --dryrun, -n
29 Generate new tapelist(5) and database files with label removed, but
30 leave them in /tmp and do not update the original copies.
31
32 --erase
33 Attempt to erase the data contained on the volume with the given
34 label. This requires that Amanda be able to find that volume using
35 the tape changer. Erasure is not supported by all Amanda devices,
36 and the erasure is not "secure" in the sense that the data can most
37 likely be recovered by someone with the right tools.
38
39 --keep-label
40 Do not remove label from the tapelist.
41
42 --verbose, -v
43 List backups of hosts and disks that are being discarded. Enabled
44 by default.
45
46 --quiet, -q
47 Opposite of -v.
48
50 Remove tape labeled DAILY034 from the DailySet1 configuration.
51 # amrmtape DailySet1 DAILY034
52
54 amanda(8), amadmin(8)
55
56 The Amanda Wiki: : http://wiki.zmanda.com/
57
59 Adrian T. Filipi-Martin <atf3r@cs.virginia.edu>
60
61 Stefan G. Weichinger <sgw@amanda.org>
62
63
64
65Amanda 3.1.3 10/04/2010 AMRMTAPE(8)