Man page - amaddclient(8)
Packages contas this manual
- amservice(8)
- amcheckdump(8)
- amrestore(8)
- amcleanupdisk(8)
- tapelist(5)
- amoldrecover(8)
- amcheck(8)
- amoverview(8)
- amanda-auth-ssl(7)
- amadmin(8)
- script-email(8)
- amcrypt-ossl(8)
- amtapetype(8)
- amanda-devices(7)
- amanda-scripts(7)
- disklist(5)
- amcrypt(8)
- amsamba(8)
- amzfs-snapshot(8)
- amstar(8)
- amflush(8)
- amanda.conf(5)
- amfetchdump(8)
- amanda-auth(7)
- amstatus(8)
- amanda-compatibility(7)
- amcleanup(8)
- amreport(8)
- amvault(8)
- amcrypt-ossl-asym(8)
- amanda-archive-format(5)
- amanda-applications(7)
- amanda-rest-server(8)
- amcheckdb(8)
- amserverconfig(8)
- amcryptsimple(8)
- amsuntar(8)
- amanda-security.conf(5)
- amanda(8)
- amanda-interactivity(7)
- amaespipe(8)
- ambackup(8)
- amarchiver(8)
- amanda-changers(7)
- amzfs-sendrecv(8)
- amanda-taperscan(7)
- amplot(8)
- amanda-match(7)
- amrmtape(8)
- amgtar(8)
- amanda-client.conf(5)
- amtoc(8)
- amaddclient(8)
- amanda-command-file(5)
- amgetconf(8)
- ambsdtar(8)
- amdump_client(8)
- amlabel(8)
- amdevcheck(8)
- amrecover(8)
- amtape(8)
- amgpgcrypt(8)
- amraw(8)
- amssl(8)
- amreindex(8)
- amdump(8)
- activate-devpay(1)
- ampgsql(8)
apt-get install amanda-common
Manual
| AMADDCLIENT(8) | System Administration Commands | AMADDCLIENT(8) |
NAME
amaddclient - program to add client to an existing Amanda configuration
SYNOPSIS
amaddclient --config config ||
--client client name ||
--diskdev directory to backup [--m]
[--dumptype string] [--includefile string]
[--includelist string] [--excludefile string]
[--excludelist string] [--user string]
[--auth string] [--gnutar_list_dir string]
[--amandates string] [--no-client-update] [--batch]
[--help]
DESCRIPTION
After Amanda rpms are successfully installed and amserverconfig is run, amaddclient will add client to the Amanda configuration. amaddclient create or update Amanda disklist(5) file and create or update /var/lib/amanda/.amandahosts file on the server.
If --no-client-update is not specified, amaddclient will attempt to update or create /var/lib/amanda/.amandahost, amanda-client.conf and gnutar-lists on the client. (See ssh-keygen(1) and ssh-add(1) for detail.)
amaddclient must be run by user backup.
--config, --client and --diskdev must be specified.
OPTIONS
Options may be abbreviated, as long as the abbreviation is not ambiguous. Option argument can either separated by '=' or a space. Example: --conf=v253, --client client8.zmanda.com
--config config
--client client
--diskdev diskdev
--m
Note: if disklist(5) file has been modified manually, this option might not work.
--dumptype dumptype
--user string
--auth string
--gnutar_list_dir string
--amandates string
--batch
--no-client-update
--help
If any of the following four options are used, amaddclient will extend the dumptype definition to an in-line definition in the disklist(5) file.
--includefile string
--includelist string
--excludefile string
--excludelist string
FILES
/var/lib/amanda/template.d
/var/lib/amanda
/var/lib/amanda/.amandahosts
/var/lib/amanda/gnutar-lists
/etc/amanda/$config
/etc/amanda/template.d
/etc/amandates
/tmp/amanda
RETURN VALUE
On success, zero is returned. On error, 1 is returned.
SEE ALSO
amanda(8), amanda.conf(5), amserverconfig(8), ssh-keygen(1), ssh-add(1), scp(1)
The Amanda Wiki: : http://wiki.zmanda.com/
AUTHOR
Kevin Till <kevin.till@zmanda.com>
| 01/25/2025 | Amanda 3.5.4 |