amadmin
Administrative interface for Amanda backup management
TLDR
SYNOPSIS
amadmin config command [args]
DESCRIPTION
amadmin is the administrative interface for Amanda (Advanced Maryland Automatic Network Disk Archiver), an open-source backup solution. It performs interactive maintenance on a backup configuration: forcing full dumps, inspecting the backup database, and querying where past dumps were stored.The first argument is always the configuration name, followed by a subcommand. amadmin operates on Amanda's own database and schedule; it does not run backups itself (use amdump) or label volumes (use amlabel).
PARAMETERS
config
Dump the full internal representation of the configuration in text formatinfo [host [disk]]
Show the current information Amanda has recorded for hosts and disksdisklist [host [disk]]
List the disklist entries Amanda will back upforce host [disk]
Force a full backup of the host or disk on the next rununforce host [disk]
Undo a previous force requestdelete host [disk]
Remove a host or disk from the Amanda database (does not change the disklist file)balance [--days num]
Show how full backups are balanced across the run cyclefind [host [disk]]
Show which volumes hold the dumps for the given hosts and disks
CONFIGURATION
/etc/amanda/<config>/amanda.conf
Main Amanda configuration file defining backup schedules, tape types, and holding disks./etc/amanda/<config>/disklist
Lists hosts and disks to be backed up for a given configuration.
CAVEATS
Requires Amanda to be properly installed and configured. Some operations require appropriate permissions. Changes affect the next scheduled backup run.
HISTORY
Amanda was developed at the University of Maryland starting in 1991. It became one of the most widely used open-source backup solutions for Unix systems, with amadmin providing its administrative interface.
