1AMVAULT(8)              System Administration Commands              AMVAULT(8)
2
3
4

NAME

6       amvault - Copy Amanda dumps from one volume to another
7

SYNOPSIS

9       amvault [-o configoption]... config src-run-timestamp dst-changer
10               label-template
11

WARNING

13       This application is not yet in its final form, and is subject to major
14       revision in subsequent versions of Amanda. Backward compatibility is
15       not guaranteed.
16
17       The significant limitations of this version of amvault are: tapetypes
18       for secondary and tertiary volumes much match (including length and
19       device_properties); tertiary volumes must be blank (manual erasure is
20       required to re-use tertiary media; restore/recover operations will
21       request tertiary media by label when dumpfiles are not found on
22       secondary media, but there is no provision to automatically fetch such
23       media from a different changer; and all dumpfiles on a secondary volume
24       are moved to tertiary media - there is no provision to filter dumps.
25
26       Feedback on and patches to this application are invited and encouraged!
27

DESCRIPTION

29       Amvault Copies data from the run with timestamp src-run-timestamp onto
30       volumes using the changer dst-changer, labeling new volumes with
31       label-template. If src-run-timestamp is "latest", then the most recent
32       amdump or amflush run will be used.
33
34       In a vaulting operation, the source media is referred to as "secondary
35       media", while the destination is referred to as "tertiary media".
36
37       Each source volume will be copied to a new destination volume; no
38       re-assembly or splitting will be performed. Destination volumes must be
39       at least as large as the source volumes.
40
41       The changer parameter should specify the name of a changer defined in
42       amanda.conf(5). For example:
43
44       define changer vaulting_tape {
45           tapedev "/dev/rmt/1n"
46           tpchanger "chg-zd-mtx"
47           changerdev "/dev/sg0"
48           changerfile "vaulting-changer.conf"
49       }
50
51       The label template functions identically to the label-new-tapes
52       parameter in amanda.conf(5).
53

SEE ALSO

55       amanda(8)
56

AUTHOR

58       Dustin J. Mitchell <dustin@zmanda.com>
59           Zmanda, Inc. (http://www.zmanda.com)
60
61
62
63Amanda 2.6.1p2                    11/05/2009                        AMVAULT(8)
Impressum