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