Imported Upstream version 2.5.1
[debian/amanda] / docs / amdump.8.txt
1
2                                amdump
3 Prev  Chapter 36. The Amanda Manual Pages.  Next
4
5 -------------------------------------------------------------------------------
6
7 Name
8
9 amdump \14 back up all disks in an Amanda configuration
10
11 Synopsis
12
13 amdump config [ host | [disk]*]* [ -o | configoption ]*
14
15 DESCRIPTION
16
17 Amdump switches to the appropriate Amanda configuration directory, e.g. /usr/
18 local/etc/amanda/config, then attempts to back up every disk specified by the
19 amanda.conf file. Amdump is normally run by cron.
20 You can specify many host/disk expressions, only disks that match an expression
21 will be dumped. All disks are dumped if no expressions are given.
22 If the file /usr/local/etc/amanda/config/hold exists, amdump will wait until it
23 is removed before starting the backups. This allows scheduled backups to be
24 delayed when circumstances warrant, for example, if the tape device is being
25 used for some other purpose. While waiting, amdump checks for the hold file
26 every minute.
27 See the amanda(8) man page for more details about Amanda.
28
29 OPTIONS
30
31
32
33   host [disk]*
34       Specify the host and disk on which the command will work.
35
36   -o configoption
37       See the "CONFIGURATION OVERWRITE" section in amanda(8).
38
39
40 EXAMPLE
41
42 Here is a typical crontab entry. It runs amdump every weeknight at 1 a.m. as
43 user bin:
44
45   0 1 * * 1-5 bin /usr/local/sbin/amdump daily
46
47 Please see the crontab(5) or crontab(1) manual page for the correct crontab
48 format for your system.
49
50 MESSAGES
51
52
53
54   amdump: waiting for hold file to be removed
55       The "hold" file exists and amdump is waiting for it to be removed before
56       starting backups.
57
58   amdump: amdump or amflush is already running, or you must run amcleanup
59       Amdump detected another amdump or amflush running, or the remains of a
60       previous incomplete amdump or amflush run. This run is terminated. If the
61       problem is caused by the remains of a previous run, you must execute
62       amcleanup(8) and then rerun amdump.
63
64
65 AUTHOR
66
67 James da Silva, <jds@amanda.org> : Original text
68 Stefan G. Weichinger, <sgw@amanda.org>, maintainer of the Amanda-documentation:
69 XML-conversion
70
71 SEE ALSO
72
73 amanda(8), amcheck(8), amcleanup(8), amrestore(8), amflush(8), cron(8)
74 -------------------------------------------------------------------------------
75
76 Prev   Up          Next
77 amdd  Home  amfetchdump
78