'\" t .\" Title: amvault .\" Author: Dustin J. Mitchell .\" Generator: DocBook XSL Stylesheets vsnapshot_8273 .\" Date: 06/01/2010 .\" Manual: System Administration Commands .\" Source: Amanda 3.1.0 .\" Language: English .\" .TH "AMVAULT" "8" "06/01/2010" "Amanda 3\&.1\&.0" "System Administration Commands" .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" amvault \- Copy Amanda dumps from one volume to another .SH "SYNOPSIS" .HP \w'\fBamvault\fR\ 'u \fBamvault\fR [{\fB\-o\fR\ \fIconfigoption\fR}...] [\-q|\-\-quiet] \fIconfig\fR \fIsrc\-run\-timestamp\fR \fIdst\-changer\fR \fIlabel\-template\fR .SH "WARNING" .PP This application is not yet in its final form, and is subject to major revision in subsequent versions of Amanda\&. Backward compatibility is not guaranteed\&. .PP The significant limitations of this version of amvault are: tapetypes for secondary and tertiary volumes much match (including length and device_properties); tertiary volumes must be blank (manual erasure is required to re\-use tertiary media; restore/recover operations will request tertiary media by label when dumpfiles are not found on secondary media, but there is no provision to automatically fetch such media from a different changer; and all dumpfiles on a secondary volume are moved to tertiary media \- there is no provision to filter dumps\&. .PP Feedback on and patches to this application are invited and encouraged! .SH "DESCRIPTION" .PP \fBAmvault\fR Copies data from the run with timestamp \fIsrc\-run\-timestamp\fR onto volumes using the changer \fIdst\-changer\fR, labeling new volumes with \fIlabel\-template\fR\&. If \fIsrc\-run\-timestamp\fR is "latest", then the most recent amdump or amflush run will be used\&. .PP In a vaulting operation, the source media is referred to as "secondary media", while the destination is referred to as "tertiary media"\&. .PP Each source volume will be copied to a new destination volume; no re\-assembly or splitting will be performed\&. Destination volumes must be at least as large as the source volumes\&. .PP The changer parameter should specify the name of a changer defined in \fBamanda.conf\fR(5)\&. For example: .sp .nf define changer vaulting_tape { tapedev "/dev/rmt/1n" tpchanger "chg\-zd\-mtx" changerdev "/dev/sg0" changerfile "vaulting\-changer\&.conf" } .fi .PP The \fI\-\-quiet\fR option reduces the verbosity of the utility; this can be useful for volumes containing many split parts\&. The \fI\-\-autolabel\fR option defines which tertiary volumes amlabel will overwrite\&. It can have any of the values defined for \fBautolabel\fR in \fBamanda.conf\fR(5), with the addition of "this_config", meaning volumes matching the labelstr for this configuration\&. The option defaults to "empty"\&. Multiple values can be separated with commas\&. The label template functions identically to the template for teh \fBautolabel\fR parameter\&. .SH "SEE ALSO" .PP \fBamanda\fR(8), \fBamanda-changers\fR(7) .PP The Amanda Wiki: : http://wiki.zmanda.com/ .SH "AUTHOR" .PP \fBDustin J\&. Mitchell\fR <\&dustin@zmanda\&.com\&> .RS 4 Zmanda, Inc\&. (http://www\&.zmanda\&.com) .RE