Imported Upstream version 2.4.4p3
[debian/amanda] / man / amrmtape.8.in
1 .\"
2 .de EX
3 .if t .ft C
4 .nf
5 ..
6 .de EE
7 .fi
8 .if t .ft
9 ..
10 .TH AMRMTAPE 8
11 .SH NAME
12 amrmtape \- remove a tape from the Amanda database
13 .SH SYNOPSIS
14 .B amrmtape
15 [
16 .B -n
17 ] [
18 .B -v
19 ] [
20 .B -q
21 ] [
22 .B -d
23 ]
24 .I config
25 .I label
26 .SH DESCRIPTION
27 .B Amrmtape
28 invalidates the contents of an existing backup tape
29 in the configuration database.
30 This is meant as a recovery mechanism when a
31 good backup is damaged either by faulty hardware or user error,
32 e.g. the tape is eaten by the drive or is overwritten.
33 .LP
34 See the
35 .IR amanda (8)
36 man page for more details about Amanda.
37 .SH OPTIONS
38 .TP
39 .B -n
40 Generate new
41 .I tapelist
42 and database files with
43 .I label
44 removed, but leave them in
45 .I /tmp
46 and do not update the original copies.
47 .TP
48 .B -v
49 List backups of hosts and disks that are being discarded.  Enabled by default.
50 .TP
51 .B -q
52 Opposite of
53 .BR -v .
54 .TP
55 .B -d
56 Run in debugging mode so all executed commands are shown.
57 .SH EXAMPLE
58 Remove tape labeled
59 .I DAILY034
60 from the
61 .I DailySet1
62 configuration.
63 .LP
64 .RS
65 .EX
66 # amrmtape DailySet1 DAILY034
67 .EE
68 .RE
69 .SH AUTHOR
70 Adrian T. Filipi-Martin <atf3r@cs.virginia.edu>
71 .SH "SEE ALSO"
72 amadmin(8),
73 amanda(8)