Blame man/amadmin.8

Packit 23ab03
'\" t
Packit 23ab03
.\"     Title: amadmin
Packit 23ab03
.\"    Author: James da Silva <jds@amanda.org>
Packit 23ab03
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
Packit 23ab03
.\"      Date: 12/01/2017
Packit 23ab03
.\"    Manual: System Administration Commands
Packit 23ab03
.\"    Source: Amanda 3.5.1
Packit 23ab03
.\"  Language: English
Packit 23ab03
.\"
Packit 23ab03
.TH "AMADMIN" "8" "12/01/2017" "Amanda 3\&.5\&.1" "System Administration Commands"
Packit 23ab03
.\" -----------------------------------------------------------------
Packit 23ab03
.\" * Define some portability stuff
Packit 23ab03
.\" -----------------------------------------------------------------
Packit 23ab03
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit 23ab03
.\" http://bugs.debian.org/507673
Packit 23ab03
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
Packit 23ab03
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit 23ab03
.ie \n(.g .ds Aq \(aq
Packit 23ab03
.el       .ds Aq '
Packit 23ab03
.\" -----------------------------------------------------------------
Packit 23ab03
.\" * set default formatting
Packit 23ab03
.\" -----------------------------------------------------------------
Packit 23ab03
.\" disable hyphenation
Packit 23ab03
.nh
Packit 23ab03
.\" disable justification (adjust text to left margin only)
Packit 23ab03
.ad l
Packit 23ab03
.\" -----------------------------------------------------------------
Packit 23ab03
.\" * MAIN CONTENT STARTS HERE *
Packit 23ab03
.\" -----------------------------------------------------------------
Packit 23ab03
.SH "NAME"
Packit 23ab03
amadmin \- administrative interface to control Amanda backups
Packit 23ab03
.SH "SYNOPSIS"
Packit 23ab03
.HP \w'\fBamadmin\fR\ 'u
Packit 23ab03
\fBamadmin\fR [\-\-version] [\-\-no\-default] [\-\-print\-source] [\-\-exact\-match] [\fB\-o\fR\ \fIconfigoption\fR...] \fIconfig\fR \fIcommand\fR [\fIcommand_options\fR...]
Packit 23ab03
.SH "DESCRIPTION"
Packit 23ab03
.PP
Packit 23ab03
\fBAmadmin\fR
Packit 23ab03
performs various administrative tasks on the
Packit 23ab03
\fIconfig\fR
Packit 23ab03
Amanda configuration\&.
Packit 23ab03
.PP
Packit 23ab03
See the
Packit 23ab03
\fBamanda\fR(8)
Packit 23ab03
man page for more details about Amanda\&.
Packit 23ab03
.SH "OPTIONS"
Packit 23ab03
.PP
Packit 23ab03
\fB\-\-version\fR
Packit 23ab03
.RS 4
Packit 23ab03
Print the version and exit\&.
Packit 23ab03
.RE
Packit 23ab03
.PP
Packit 23ab03
\fB\-\-no\-default\fR
Packit 23ab03
.RS 4
Packit 23ab03
Do not print default values for
Packit 23ab03
\fBconfig\fR
Packit 23ab03
and
Packit 23ab03
\fBdisklist\fR
Packit 23ab03
commands\&.
Packit 23ab03
.RE
Packit 23ab03
.PP
Packit 23ab03
\fB\-\-print\-source\fR
Packit 23ab03
.RS 4
Packit 23ab03
Print where a value is defined for
Packit 23ab03
\fBconfig\fR
Packit 23ab03
and
Packit 23ab03
\fBdisklist\fR
Packit 23ab03
commands\&.
Packit 23ab03
.RE
Packit 23ab03
.PP
Packit 23ab03
\fB\-\-exact\-match\fR
Packit 23ab03
.RS 4
Packit 23ab03
The host and disk are parsed as exact values
Packit 23ab03
.RE
Packit 23ab03
.SH "COMMANDS"
Packit 23ab03
.PP
Packit 23ab03
Commands that take a
Packit 23ab03
\fIhostname\fR
Packit 23ab03
[
Packit 23ab03
\fIdisks\fR
Packit 23ab03
] parameter pair operate on all disks in the
Packit 23ab03
\fBdisklist\fR(5)
Packit 23ab03
for that
Packit 23ab03
\fIhostname\fR
Packit 23ab03
if no disks are specified\&. Where
Packit 23ab03
\fIhostname\fR
Packit 23ab03
is also marked as being optional, the command operates on all hosts and disks in the
Packit 23ab03
\fBdisklist\fR(5)
Packit 23ab03
when no hostname is given\&. Both
Packit 23ab03
\fIhostname\fR
Packit 23ab03
and
Packit 23ab03
\fIdisks\fR
Packit 23ab03
are match expressions; see
Packit 23ab03
\fBamanda-match\fR(7)
Packit 23ab03
for a description\&.
Packit 23ab03
.PP
Packit 23ab03
\fBversion\fR
Packit 23ab03
.RS 4
Packit 23ab03
Show the current version and some compile time and runtime parameters\&. The
Packit 23ab03
\fIconfig\fR
Packit 23ab03
parameter must be present but is ignored\&.
Packit 23ab03
.RE
Packit 23ab03
.PP
Packit 23ab03
\fBestimate\fR [ \fIhostname\fR [ \fIdisks\fR ]* ]*
Packit 23ab03
.RS 4
Packit 23ab03
Print the server estimate for the dles, each output lines have the following format:
Packit 23ab03
.nf
Packit 23ab03
  hostname diskname level size
Packit 23ab03
.fi
Packit 23ab03
.PP
Packit 23ab03
hostname
Packit 23ab03
.RS 4
Packit 23ab03
The quoted hostname
Packit 23ab03
.RE
Packit 23ab03
.PP
Packit 23ab03
diskname
Packit 23ab03
.RS 4
Packit 23ab03
The quoted diskname
Packit 23ab03
.RE
Packit 23ab03
.PP
Packit 23ab03
level
Packit 23ab03
.RS 4
Packit 23ab03
The level of the estimate
Packit 23ab03
.RE
Packit 23ab03
.PP
Packit 23ab03
size
Packit 23ab03
.RS 4
Packit 23ab03
The estimate size in kbytes
Packit 23ab03
.RE
Packit 23ab03
.RE
Packit 23ab03
.PP
Packit 23ab03
\fBforce\-bump\fR [ \fIhostname\fR [ \fIdisks\fR ]* ]+
Packit 23ab03
.RS 4
Packit 23ab03
Force the
Packit 23ab03
\fIdisks\fR
Packit 23ab03
on
Packit 23ab03
\fIhostname\fR
Packit 23ab03
to bump to a new incremental level during the next Amanda run\&.
Packit 23ab03
.RE
Packit 23ab03
.PP
Packit 23ab03
\fBforce\-no\-bump\fR [ \fIhostname\fR [ \fIdisks\fR ]* ]+
Packit 23ab03
.RS 4
Packit 23ab03
Force the
Packit 23ab03
\fIdisks\fR
Packit 23ab03
on
Packit 23ab03
\fIhostname\fR
Packit 23ab03
to not bump to a new incremental level during the next Amanda run\&.
Packit 23ab03
.RE
Packit 23ab03
.PP
Packit 23ab03
\fBunforce\-bump\fR [ \fIhostname\fR [ \fIdisks\fR ]* ]+
Packit 23ab03
.RS 4
Packit 23ab03
Undo a previous
Packit 23ab03
\fBforce\-bump\fR
Packit 23ab03
or
Packit 23ab03
\fBforce\-no\-bump\fR
Packit 23ab03
command\&.
Packit 23ab03
.RE
Packit 23ab03
.PP
Packit 23ab03
\fBforce\fR [ \fIhostname\fR [ \fIdisks\fR ]* ]+
Packit 23ab03
.RS 4
Packit 23ab03
Force the
Packit 23ab03
\fIdisks\fR
Packit 23ab03
on
Packit 23ab03
\fIhostname\fR
Packit 23ab03
to do a full (level 0) backup during the next Amanda run\&.
Packit 23ab03
.RE
Packit 23ab03
.PP
Packit 23ab03
\fBforce\-level\-1\fR [ \fIhostname\fR [ \fIdisks\fR ]* ]+
Packit 23ab03
.RS 4
Packit 23ab03
Force the
Packit 23ab03
\fIdisks\fR
Packit 23ab03
on
Packit 23ab03
\fIhostname\fR
Packit 23ab03
to do a level 1 backup during the next Amanda run\&.
Packit 23ab03
.RE
Packit 23ab03
.PP
Packit 23ab03
\fBunforce\fR [ \fIhostname\fR [ \fIdisks\fR ]* ]+
Packit 23ab03
.RS 4
Packit 23ab03
Undo a previous
Packit 23ab03
\fBforce\fR
Packit 23ab03
or
Packit 23ab03
\fBforce\-level\-1\fR
Packit 23ab03
command\&.
Packit 23ab03
.RE
Packit 23ab03
.PP
Packit 23ab03
\fBretention\fR \fI[ tapelabel\fR \&.\&.\&. ]
Packit 23ab03
.RS 4
Packit 23ab03
Print the retention for each tapes\&.
Packit 23ab03
.RE
Packit 23ab03
.PP
Packit 23ab03
\fBreuse\fR \fItapelabel\fR [ \&.\&.\&. ]
Packit 23ab03
.RS 4
Packit 23ab03
The tapes listed will be available for reuse at their point in the tape cycle\&.
Packit 23ab03
.RE
Packit 23ab03
.PP
Packit 23ab03
\fBno\-reuse\fR \fItapelabel\fR [ \&.\&.\&. ]
Packit 23ab03
.RS 4
Packit 23ab03
The tapes listed will not be reused when their turn comes up again in the tape cycle\&. Note that if this causes the number of reusable tapes to drop below the
Packit 23ab03
\fBamanda\&.conf\fR\fItapecycle\fR
Packit 23ab03
value, Amanda will request new tapes until the count is satisfied again\&.
Packit 23ab03
.sp
Packit 23ab03
Tape marked
Packit 23ab03
\fIno\-reuse\fR
Packit 23ab03
are available for recovery, marking them
Packit 23ab03
\fIno\-reuse\fR
Packit 23ab03
is a security to be sure amanda will not overwrite them\&.
Packit 23ab03
.RE
Packit 23ab03
.PP
Packit 23ab03
\fBdue\fR [ \fIhostname\fR [ \fIdisks\fR ]* ]*
Packit 23ab03
.RS 4
Packit 23ab03
Show when the next full dump is due\&.
Packit 23ab03
.RE
Packit 23ab03
.PP
Packit 23ab03
\fBfind\fR [ \fB\-\-sort\fR \fIhkdlspbfw\fR ] [ \fIhostname\fR [ \fIdisks\fR ]* ]*
Packit 23ab03
.RS 4
Packit 23ab03
Display all backups currently on tape or in the holding disk\&. The storage name, tape label or holding disk filename, file number, and status are displayed\&.
Packit 23ab03
.sp
Packit 23ab03
The
Packit 23ab03
\fB\-\-sort\fR
Packit 23ab03
option changes the sort order using the following flags:
Packit 23ab03
.sp
Packit 23ab03
.nf
Packit 23ab03
\fIh\fR: host name
Packit 23ab03
\fIk\fR: disk name
Packit 23ab03
\fId\fR: dump timestamp
Packit 23ab03
\fIl\fR: backup level
Packit 23ab03
\fIp\fR: dump part
Packit 23ab03
\fIb\fR: tape label
Packit 23ab03
\fIs\fR: storage name
Packit 23ab03
\fIf\fR: filenum on tape
Packit 23ab03
\fIw\fR: write timestamp
Packit 23ab03
.fi
Packit 23ab03
.sp
Packit 23ab03
An uppercase letter reverses the sort order for that key\&. The default sort order is
Packit 23ab03
\fBhkdlspbfw\fR\&.
Packit 23ab03
.RE
Packit 23ab03
.PP
Packit 23ab03
\fBholding delete\fR \fIhostname\fR [ \fIdisk\fR [ \fIdatestamp\fR [ \&.\&. ] ] ]
Packit 23ab03
.RS 4
Packit 23ab03
Delete holding files matching the given specification\&. At least a hostname must be provided\&.
Packit 23ab03
.RE
Packit 23ab03
.PP
Packit 23ab03
\fBholding list\fR [\-l] [\-d] [ \fIhostname\fR [ \fIdisk\fR [ \fIdatestamp\fR [ \&.\&. ] ] ] ]
Packit 23ab03
.RS 4
Packit 23ab03
List holding files matching the given dump specification, or all holding files if no specification is provided\&. See
Packit 23ab03
\fBamanda-match\fR(7)
Packit 23ab03
for more information on dump specifications\&. With \*(Aq\-l\*(Aq, additional information (size, level, and whether the dump is outdated) is provided\&. With \*(Aq\-d\*(Aq, only outdated dumps are shown\&.
Packit 23ab03
.sp
Packit 23ab03
An outdated holding file is one which is not required for a restore of the
Packit 23ab03
\fImost recent\fR
Packit 23ab03
dump\&. Note that outdated dumps may still be required for restores at earlier dates\&. For example, assume that a DLE had a level 0 on Monday, level 1\*(Aqs Tuesday through Thursday, and a level 2 on Friday\&. Then the files required for a restore of Fridays (the most recent) dump are those from Monday (level 0), Thursday (level 1), and Friday (level 2)\&. Tuesday and Wednesday\*(Aqs files are outdated\&.
Packit 23ab03
.RE
Packit 23ab03
.PP
Packit 23ab03
\fBdelete\fR [ \fIhostname\fR [ \fIdisks\fR ]* ]+
Packit 23ab03
.RS 4
Packit 23ab03
Delete the specified
Packit 23ab03
\fIdisks\fR
Packit 23ab03
on
Packit 23ab03
\fIhostname\fR
Packit 23ab03
from the Amanda database\&.
Packit 23ab03
.if n \{\
Packit 23ab03
.sp
Packit 23ab03
.\}
Packit 23ab03
.RS 4
Packit 23ab03
.it 1 an-trap
Packit 23ab03
.nr an-no-space-flag 1
Packit 23ab03
.nr an-break-flag 1
Packit 23ab03
.br
Packit 23ab03
.ps +1
Packit 23ab03
\fBNote\fR
Packit 23ab03
.ps -1
Packit 23ab03
.br
Packit 23ab03
If you do not also remove the disk from the
Packit 23ab03
\fBdisklist\fR(5)
Packit 23ab03
file, Amanda will treat it as a new disk during the next run\&.
Packit 23ab03
.sp .5v
Packit 23ab03
.RE
Packit 23ab03
.RE
Packit 23ab03
.PP
Packit 23ab03
\fBtape\fR [ \fB\-\-days\fR \fI<num>\fR ]
Packit 23ab03
.RS 4
Packit 23ab03
Display the tape(s) Amanda expects to write to during the next run\&. See also
Packit 23ab03
\fBamcheck\fR(8)\&.
Packit 23ab03
.RE
Packit 23ab03
.PP
Packit 23ab03
\fBbumpsize\fR
Packit 23ab03
.RS 4
Packit 23ab03
Display the current bump threshold parameters, calculated for all backup levels\&.
Packit 23ab03
.RE
Packit 23ab03
.PP
Packit 23ab03
\fBbalance\fR [ \fB\-\-days\fR \fI<num>\fR ]
Packit 23ab03
.RS 4
Packit 23ab03
Display the distribution of full backups throughout the dump schedule\&.
Packit 23ab03
.RE
Packit 23ab03
.PP
Packit 23ab03
\fBexport\fR [ \fIhostname\fR [ \fIdisks\fR ]* ]*
Packit 23ab03
.RS 4
Packit 23ab03
Convert records from the Amanda database to a text format that may be transmitted to another Amanda machine and
Packit 23ab03
\fBimport\fRed\&.
Packit 23ab03
.RE
Packit 23ab03
.PP
Packit 23ab03
\fBimport\fR
Packit 23ab03
.RS 4
Packit 23ab03
Convert
Packit 23ab03
\fBexport\fRed records read from standard input to a form Amanda uses and insert them into the database on this machine\&.
Packit 23ab03
.RE
Packit 23ab03
.PP
Packit 23ab03
\fBconfig\fR
Packit 23ab03
.RS 4
Packit 23ab03
Dump the full internal representation of this config, in text format\&.
Packit 23ab03
.RE
Packit 23ab03
.PP
Packit 23ab03
\fBdisklist\fR [ \fIhostname\fR [ \fIdisks\fR ]* ]*
Packit 23ab03
.RS 4
Packit 23ab03
Display the
Packit 23ab03
\fBdisklist\fR(5)
Packit 23ab03
information for each of the
Packit 23ab03
\fIdisks\fR
Packit 23ab03
on
Packit 23ab03
\fIhostname\fR
Packit 23ab03
(or all hosts)\&. Mostly used for debugging\&.
Packit 23ab03
.RE
Packit 23ab03
.PP
Packit 23ab03
\fBhosts\fR
Packit 23ab03
.RS 4
Packit 23ab03
Output a list of distinct hosts in the
Packit 23ab03
\fBdisklist\fR(5), one per line, for easy use in shell scripts\&.
Packit 23ab03
.RE
Packit 23ab03
.PP
Packit 23ab03
\fBdles\fR
Packit 23ab03
.RS 4
Packit 23ab03
Output a list of distinct DLEs in the
Packit 23ab03
\fBdisklist\fR(5), one per line with host and diskname separated by a space, for easy use in shell scripts\&.
Packit 23ab03
.RE
Packit 23ab03
.PP
Packit 23ab03
\fBinfo\fR [ \fIhostname\fR [ \fIdisks\fR ]* ]*
Packit 23ab03
.RS 4
Packit 23ab03
Display the database record for each of the
Packit 23ab03
\fIdisks\fR
Packit 23ab03
on
Packit 23ab03
\fIhostname\fR
Packit 23ab03
(or all hosts)\&. Mostly used for debugging\&.
Packit 23ab03
.RE
Packit 23ab03
.PP
Packit 23ab03
\fB\-o \fR\fB\fIconfigoption\fR\fR
Packit 23ab03
.RS 4
Packit 23ab03
See the "CONFIGURATION OVERRIDE" section in
Packit 23ab03
\fBamanda\fR(8)\&.
Packit 23ab03
.RE
Packit 23ab03
.SH "EXAMPLES"
Packit 23ab03
.PP
Packit 23ab03
Request three specific file systems on
Packit 23ab03
\fImachine\-a\fR
Packit 23ab03
get a full level 0 backup during the next Amanda run\&.
Packit 23ab03
.nf
Packit 23ab03
$ amadmin daily force machine\-a / /var /usr
Packit 23ab03
amadmin: machine\-a:/ is set to a forced level 0 tonight\&.
Packit 23ab03
amadmin: machine\-a:/var is set to a forced level 0 tonight\&.
Packit 23ab03
amadmin: machine\-a:/usr is set to a forced level 0 tonight\&.
Packit 23ab03
.fi
Packit 23ab03
.PP
Packit 23ab03
Request all file systems on
Packit 23ab03
\fImachine\-b\fR
Packit 23ab03
get a full level 0 backup during the next Amanda run\&.
Packit 23ab03
.nf
Packit 23ab03
$ amadmin daily force machine\-b
Packit 23ab03
amadmin: machine\-b:/ is set to a forced level 0 tonight\&.
Packit 23ab03
amadmin: machine\-b:/var is set to a forced level 0 tonight\&.
Packit 23ab03
amadmin: machine\-b:/usr is set to a forced level 0 tonight\&.
Packit 23ab03
amadmin: machine\-b:/home is set to a forced level 0 tonight\&.
Packit 23ab03
.fi
Packit 23ab03
.PP
Packit 23ab03
Undo the previous
Packit 23ab03
\fBforce\fR
Packit 23ab03
request for
Packit 23ab03
/home
Packit 23ab03
on
Packit 23ab03
\fImachine\-b\fR\&. The other file systems will still get a full level 0 backup\&.
Packit 23ab03
.nf
Packit 23ab03
$ amadmin daily unforce machine\-b /home
Packit 23ab03
amadmin: force command for machine\-b:/home cleared\&.
Packit 23ab03
.fi
Packit 23ab03
.PP
Packit 23ab03
Locate backup images of
Packit 23ab03
/var
Packit 23ab03
from
Packit 23ab03
\fImachine\-c\fR\&. The
Packit 23ab03
\fItape or file\fR
Packit 23ab03
column displays either a tape label or a filename depending on whether the image is on tape or is still in the holding disk\&. If the image is on tape, the
Packit 23ab03
\fIfile\fR
Packit 23ab03
column tells you which file on the tape has the image (file number zero is a tape label)\&. This column shows zero and is not meaningful if the image is still in the holding disk\&. The
Packit 23ab03
\fIstatus\fR
Packit 23ab03
column tells you whether the backup was successful or had some type of error\&.
Packit 23ab03
.nf
Packit 23ab03
$ amadmin daily find machine\-c /var
Packit 23ab03
date        host      disk lv tape or file                 file part  status
Packit 23ab03
2000\-11\-09  machine\-c /var  0 000110                       9   \-\-  OK
Packit 23ab03
2000\-11\-08  machine\-c /var  2 000109                       2   \-\-  OK
Packit 23ab03
2000\-11\-07  machine\-c /var  2 /amanda/20001107/machine\-c\&._var\&.2  0 OK
Packit 23ab03
2000\-11\-06  machine\-c /var  2 000107                       2   \-\-  OK
Packit 23ab03
2000\-11\-05  machine\-c /var  2 000106                       3   \-\-  OK
Packit 23ab03
2000\-11\-04  machine\-c /var  2 000105                       2   \-\-  OK
Packit 23ab03
2000\-11\-03  machine\-c /var  2 000104                       2   \-\-  OK
Packit 23ab03
2000\-11\-02  machine\-c /var  2 000103                       2   \-\-  OK
Packit 23ab03
2000\-11\-01  machine\-c /var  1 000102                       5   \-\-  OK
Packit 23ab03
2000\-10\-31  machine\-c /var  1 000101                       3   \-\-  OK
Packit 23ab03
.fi
Packit 23ab03
.PP
Packit 23ab03
Forget about the
Packit 23ab03
/workspace
Packit 23ab03
disk on
Packit 23ab03
\fImachine\-d\fR\&. If you do not also remove the disk from the
Packit 23ab03
\fBdisklist\fR(5)
Packit 23ab03
file, Amanda will treat it as a new disk during the next run\&.
Packit 23ab03
.nf
Packit 23ab03
$ amadmin daily delete machine\-d /workspace
Packit 23ab03
amadmin: machine\-d:/workspace deleted from database\&.
Packit 23ab03
amadmin: NOTE: you\*(Aqll have to remove these from the \fBdisklist\fR(5) yourself\&.
Packit 23ab03
.fi
Packit 23ab03
.PP
Packit 23ab03
Find the next tape Amanda will use (in this case,
Packit 23ab03
123456)\&.
Packit 23ab03
.nf
Packit 23ab03
$ amadmin daily tape
Packit 23ab03
The next Amanda run should go onto tape 123456 or a new tape\&.
Packit 23ab03
.fi
Packit 23ab03
.PP
Packit 23ab03
Show how well full backups are balanced across the dump cycle\&. The
Packit 23ab03
\fIdue\-date\fR
Packit 23ab03
column is the day the backups are due for a full backup\&.
Packit 23ab03
\fI#fs\fR
Packit 23ab03
shows the number of filesystems doing full backups that night, and
Packit 23ab03
\fIorig KB\fR
Packit 23ab03
and
Packit 23ab03
\fIout KB\fR
Packit 23ab03
show the estimated total size of the backups before and after any compression, respectively\&.
Packit 23ab03
.PP
Packit 23ab03
The
Packit 23ab03
\fIbalance\fR
Packit 23ab03
column shows how far off that night\*(Aqs backups are from the average size (shown at the bottom of the balance column)\&. Amanda tries to keep the backups within +/\- 5%, but since the amount of data on each filesystem is always changing, and Amanda will never delay backups just to rebalance the schedule, it is common for the schedule to fluctuate by larger percentages\&. In particular, in the case of a tape or backup failure, a bump will occur the following night, which will not be smoothed out until the next pass through the schedule\&.
Packit 23ab03
.PP
Packit 23ab03
The last line also shows an estimate of how many Amanda runs will be made between full backups for a file system\&. In the example, a file system will probably have a full backup done every eight times Amanda is run (e\&.g\&. every eight days)\&.
Packit 23ab03
.nf
Packit 23ab03
$ amadmin daily balance
Packit 23ab03
 due\-date  #fs   orig KB    out KB  balance
Packit 23ab03
\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-
Packit 23ab03
11/10 Mon   21    930389    768753    +5\&.1%
Packit 23ab03
11/11 Tue   29   1236272    733211    +0\&.2%
Packit 23ab03
11/12 Wed   31   1552381    735796    +0\&.6%
Packit 23ab03
11/13 Thu   23   1368447    684552    \-6\&.4%
Packit 23ab03
11/14 Fri   32   1065603    758155    +3\&.6%
Packit 23ab03
11/15 Sat   14   1300535    738430    +0\&.9%
Packit 23ab03
11/16 Sun   31   1362696    740365    +1\&.2%
Packit 23ab03
11/17 Mon   30   1427936    773397    +5\&.7%
Packit 23ab03
11/18 Tue   11   1059191    721786    \-1\&.3%
Packit 23ab03
11/19 Wed   19   1108737    661867    \-9\&.5%
Packit 23ab03
\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-
Packit 23ab03
TOTAL      241  12412187   7316312   731631  (estimated 8 runs per dumpcycle)
Packit 23ab03
.fi
Packit 23ab03
.SH "SEE ALSO"
Packit 23ab03
.PP
Packit 23ab03
\fBamanda\fR(8),
Packit 23ab03
\fBamanda\fR(8),
Packit 23ab03
\fBamcheck\fR(8),
Packit 23ab03
\fBamdump\fR(8),
Packit 23ab03
\fBamrestore\fR(8),
Packit 23ab03
\fBamfetchdump\fR(8),
Packit 23ab03
\fBamanda-match\fR(7)
Packit 23ab03
.PP
Packit 23ab03
The Amanda Wiki:
Packit 23ab03
: http://wiki.zmanda.com/
Packit 23ab03
.SH "AUTHORS"
Packit 23ab03
.PP
Packit 23ab03
\fBJames da Silva\fR <\&jds@amanda\&.org\&>
Packit 23ab03
.PP
Packit 23ab03
\fBStefan G\&. Weichinger\fR <\&sgw@amanda\&.org\&>