1AMDUMP(8) System Administration Commands AMDUMP(8)
2
3
4
6 amdump - back up all disks in an Amanda configuration
7
9 amdump config [host [disk...]...] [{-o configoption}...]
10
12 Amdump switches to the appropriate Amanda configuration directory, e.g.
13 /usr/local/etc/amanda/config, then attempts to back up every disk
14 specified by the amanda.conf file. Amdump is normally run by cron.
15
16 You can specify many host/disk expressions, only disks that match an
17 expression will be dumped. All disks are dumped if no expressions are
18 given.
19
20 If the file /usr/local/etc/amanda/config/hold exists, amdump will wait
21 until it is removed before starting the backups. This allows scheduled
22 backups to be delayed when circumstances warrant, for example, if the
23 tape device is being used for some other purpose. While waiting, amdump
24 checks for the hold file every minute.
25
26 See the amanda(8) man page for more details about Amanda.
27
29 host [disk]*
30 Specify the host and disk on which the command will work.
31
32 -o configoption
33 See the "CONFIGURATION OVERRIDE" section in amanda(8).
34
36 Here is a typical crontab entry. It runs amdump every weeknight at 1
37 a.m. as user bin:
38 0 1 * * 1-5 bin /usr/local/sbin/amdump daily
39
40 Please see the crontab(5) or crontab(1) manual page for the correct
41 crontab format for your system.
42
44 amdump: waiting for hold file to be removed
45 The "hold" file exists and amdump is waiting for it to be removed
46 before starting backups.
47
48 amdump: amdump or amflush is already running, or you must run amcleanup
49 Amdump detected another amdump or amflush running, or the remains
50 of a previous incomplete amdump or amflush run. This run is
51 terminated. If the problem is caused by the remains of a previous
52 run, you must execute amcleanup(8) and then rerun amdump.
53
55 The exit code of amdump is the ORed value of:
56 0 = success
57 1 = error
58 2 = a dle give strange message
59 4 = a dle failed
60 8 = DonĀ“t know the status of a dle (RESULT_MISSING in the report)
61 16 = tape error or no more tape
62
64 amanda(8), amcheck(8), amcleanup(8), amrestore(8), amflush(8), cron(8)
65
66 The Amanda Wiki: : http://wiki.zmanda.com/
67
69 James da Silva <jds@amanda.org>
70
71 Stefan G. Weichinger <sgw@amanda.org>
72
73
74
75Amanda 3.1.3 10/04/2010 AMDUMP(8)