LinuxCommandLibrary

amadmin

Administrative interface for Amanda backup management

TLDR

Check configuration validity

$ amadmin [config_name] config
copy
List backup status
$ amadmin [config_name] status
copy
Force a new full backup
$ amadmin [config_name] force [hostname]
copy
Delete a specific backup
$ amadmin [config_name] delete host [hostname]
copy
List disks in configuration
$ amadmin [config_name] disklist
copy

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 backup management tasks including checking configurations, forcing backups, and managing tape/disk labels.
The tool provides control over backup schedules, storage allocation, and retention policies defined in Amanda configurations.

PARAMETERS

config

Show and validate configuration
status
Display current backup status
disklist
List configured disks
force host
Force a full backup on next run
unforce host
Remove force flag
delete host host
Delete host from tape database
delete tape label
Delete tape/volume from database
balance
Show backup level balance

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.

SEE ALSO

amcheck(8), amdump(8), amrecover(8)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community