'\" t .\" Title: amrmtape .\" Author: Adrian T. Filipi-Martin .\" Generator: DocBook XSL Stylesheets v1.76.1 .\" Date: 07/11/2014 .\" Manual: System Administration Commands .\" Source: Amanda 3.3.6 .\" Language: English .\" .TH "AMRMTAPE" "8" "07/11/2014" "Amanda 3\&.3\&.6" "System Administration Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" amrmtape \- remove a tape from the Amanda database .SH "SYNOPSIS" .HP \w'\fBamrmtape\fR\ 'u \fBamrmtape\fR [\-\-changer\ \fIchanger\-name\fR] [\-\-cleanup] [\-\-dryrun] [\-n] [\-\-erase] [\-\-keep\-label] [\-\-quiet] [\-q] [\-\-verbose] [\-v] \fIconfig\fR \fIlabel\fR .SH "DESCRIPTION" .PP \fBAmrmtape\fR 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\&. .PP See the \fBamanda\fR(8) man page for more details about Amanda\&. .SH "OPTIONS" .PP \fB\-\-changer \fR\fB\fIchanger\-name\fR\fR\fB \fR .RS 4 Specify which changer to use when erasing \fIlabel\fR .RE .PP \fB\-\-cleanup\fR .RS 4 Remove logs and indexes associated with \fIlabel\fR\&. Otherwise, they\*(Aqll remain until the next run of amdump\&. .RE .PP \fB\-\-dryrun\fR, \fB\-n\fR .RS 4 Generate new \fBtapelist\fR(5) and database files with \fIlabel\fR removed, but leave them in /tmp and do not update the original copies\&. .RE .PP \fB\-\-erase\fR .RS 4 Attempt to erase the data contained on the volume with the given label\&. This requires that Amanda be able to find that volume using the tape changer\&. Erasure is not supported by all Amanda devices, and the erasure is not "secure" in the sense that the data can most likely be recovered by someone with the right tools\&. .RE .PP \fB\-\-keep\-label\fR .RS 4 Do not remove \fIlabel\fR from the tapelist\&. .RE .PP \fB\-\-verbose\fR, \fB\-v\fR .RS 4 List backups of hosts and disks that are being discarded\&. Enabled by default\&. .RE .PP \fB\-\-quiet\fR, \fB\-q\fR .RS 4 Opposite of \fB\-v\fR\&. .RE .SH "EXAMPLE" .PP Remove tape labeled \fIDAILY034\fR from the \fIDailySet1\fR configuration\&. .nf # amrmtape DailySet1 DAILY034 .fi .SH "SEE ALSO" .PP \fBamanda\fR(8), \fBamadmin\fR(8) .PP The Amanda Wiki: : http://wiki.zmanda.com/ .SH "AUTHORS" .PP \fBAdrian T\&. Filipi\-Martin\fR <\&atf3r@cs\&.virginia\&.edu\&> .PP \fBStefan G\&. Weichinger\fR <\&sgw@amanda\&.org\&>