8135968ed099dd88bb72d6e40a6d9f61da738af2
[debian/amanda] / docs / amflush.8.txt
1
2                               amflush
3 Prev  Chapter 36. The Amanda Manual Pages.  Next
4
5 -------------------------------------------------------------------------------
6
7 Name
8
9 amflush \14 flush Amanda backup files from holding disk to tape
10
11 Synopsis
12
13 amflush [-b] [-f] [-s] [ -D | datestamp ]* config [ host | [disk]*]* [ -o |
14 configoption ]*
15
16 DESCRIPTION
17
18 Amflush writes Amanda backups from the holding disks to tape, and updates the
19 Amanda info database and tapelist accordingly. Backups may stay in a holding
20 disk when something is wrong with the tape at the time amdump is run. When this
21 happens, the problem must be corrected and amflush run by hand.
22
23 OPTIONS
24
25
26
27   -b
28       Run amflush in batch mode. All datestamps are selected unless specified.
29       The flush is started without confirmation.
30
31   -f
32       Run amflush in foreground. Amflush normally detaches itself from the tty
33       and runs as a background process. With the -f option, amflush stays in
34       the foreground. This is useful if amflush is run as part of another
35       script that, for example, advances the tape after the flush is completed.
36
37   -s
38       Write log to stdout/stderr instead of the amflush log file. Requires the
39       -f option.
40
41   -D datestamp
42       specify a datestamp expression you want to flush, see the "DATESTAMP
43       EXPRESSION" section of amanda(8) for a description. -D 20001225-7 will
44       flush all dumps from 25 december 2000 to 27 december 2000.
45
46   host [disk]*
47       Specify the host and disk on which the command will work.
48
49   -o configoption
50       See the "CONFIGURATION OVERWRITE" section in amanda(8).
51
52 You can specify many host/disk expressions, only disks that match an expression
53 will be flushed. All disks are flushed if no expressions are given. see the
54 "HOST & DISK EXPRESSION" section of amanda(8) for a description.
55 Amflush will look in the holding disks specified by the amanda.conf file in /
56 usr/local/etc/amanda/config for any non-empty Amanda work directories. It then
57 prompts you to select a directory or to process all of the directories. The
58 work directories in the holding disks are named by the date at the time amdump
59 was run, e.g. 19910215.
60 See the amanda(8) man page for more details about Amanda.
61
62 EXAMPLE
63
64 Amflush will search for holding areas associated with the daily configuration.
65 After you select which holding area to flush, amflush writes the data to tape,
66 updates the databases and sends a mail report similar to amdump(8).
67
68   % amflush daily
69   Scanning /amanda-hold...
70     20001113: found Amanda directory.
71     20001114: found Amanda directory.
72
73   Multiple Amanda directories, please pick one by letter:
74     A. 20001113
75     B. 20001114
76   Select directories to flush [A..B]: [ALL] all
77
78   Flushing dumps in 20001113, 20001114,
79   today: 20001117
80   to tape drive /dev/rmt/0mn.
81   Expecting tape DMP014 or a new tape.  (The last dumps were to tape DMP013)
82   Are you sure you want to do this? yes
83   Running in background, you can log off now.
84   You'll get mail when amflush is finished.
85
86
87 AUTHOR
88
89 James da Silva, <jds@amanda.org> : Original text
90 Stefan G. Weichinger, <sgw@amanda.org>, maintainer of the Amanda-documentation:
91 XML-conversion
92
93 SEE ALSO
94
95 amanda(8), amdump(8)
96 -------------------------------------------------------------------------------
97
98 Prev          Up        Next
99 amfetchdump  Home  amgetconf
100