logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

amstatus - display the state of an Amanda run

Author

StefanG.Weichinger <sgw@amanda.org>

Amanda 3.5.4                                       01/25/2025                                        AMSTATUS(8)

Description

Amstatus gives the current state of the Amanda run specified by the config configuration. If there is no
       active Amanda running, it summarizes the result of the last run. It may also be used to summarize the
       results of a previous run.

       See the amanda(8) man page for more details about Amanda.

Example

       Run the following command in a shell when a backup is running:

           watch amstatus CONF --summary --notaped

Exit Code

       The exit code of amstatus is the ORed value of:
        0  = success
        1  = error
        4  = a dle failed
        8  = Don't know the status of a dle (RESULT_MISSING in the report)
        16 = tape error or no more tape

Name

       amstatus - display the state of an Amanda run

Options

       All options may be abbreviated to the shortest non-ambiguous sub-string. If no options are given,
       everything is displayed.

       [--config]config
           Specify the Amanda configuration you want to display the state for.

       --fileamdumpfile
           Specify an alternate file instead of the amdump or amflush file.

       --detail
           Display a detail of each dles.

       --summary
           Display a summary of the state of the run.

       --taped
           Display each tape used in the summary of the state of the run.

       --stats|statistics
           Display statistics about active-time of taper and dumpers.

       --locale-independent-date-format
           Output the date in a locale independent format. The format is the same executing: date +'%Y-%m-%d
           %H:%M:%S %Z'

See Also

amanda(8), amcheck(8), amdump(8), amrestore(8), amadmin(8)

       The Amanda Wiki: : http://wiki.zmanda.com/

Synopsis

amstatus [--file amdumpfile] [--[no]detail] [--[no]summary] [--[no]taped] [--[no]stats]
                [--[no]locale-independent-date-format] [--config] config

See Also