1AMRMTAPE(8) AMRMTAPE(8)
2
3
4
6 amrmtape - remove a tape from the Amanda database
7
9 amrmtape [-n] [-v] [-q] [-d] config label
10
12 Amrmtape invalidates the contents of an existing backup tape in the
13 configuration database. This is meant as a recovery mechanism when a
14 good backup is damaged either by faulty hardware or user error, e.g.
15 the tape is eaten by the drive or is overwritten.
16
17 See the amanda(8) man page for more details about Amanda.
18
20 -n
21 Generate new tapelist and database files with label removed, but
22 leave them in /tmp and do not update the original copies.
23
24 -v
25 List backups of hosts and disks that are being discarded. Enabled
26 by default.
27
28 -q
29 Opposite of -v.
30
31 -d
32 Run in debugging mode so all executed commands are shown.
33
35 Remove tape labeled DAILY034 from the DailySet1 configuration.
36
37 # amrmtape DailySet1 DAILY034
38
40 Adrian T. Filipi-Martin <atf3r@cs.virginia.edu>: Original text
41
42 Stefan G. Weichinger, <sgw@amanda.org>, maintainer of the
43 Amanda-documentation: XML-conversion
44
46 amadmin(8), amanda(8)
47
48
49
50 02/07/2007 AMRMTAPE(8)