Hi guys,
I have been working on "amanda-backup_server-3.3.2-1.rhel6.x86_64".
So far I am able to set it up successfully. I am able to take the backup of a client system.
But when i run the command to recover, I get error:
[[email protected] ~]# amrecover DailySet1
AMRECOVER Version 3.3.2. Contacting server on amanda.example.com ...
NAK: amindexd: invalid service, add 'amindexd' as argument to amandad
I have not found any working solution out there.
I hope posting directly in amanda forums will give me some relief.
I am posting my "amandaclient" file for your reference.
[[email protected] ~]# cat /etc/xinetd.d/amandaclient
# default: on
#
# description: The Amanda backup client should be enabled for systems
# which will be backed up by an Amanda backup server.
service amanda
{
disable = no
flags = IPv4
socket_type = stream
protocol = tcp
wait = no
user = amandabackup
group = disk
groups = yes
server = /usr/libexec/amanda/amandad
server_args = -auth=bsdtcp amdump amindexd amidxtaped
}
From my side, I think it is fine.
Can anyone tell me what to do next to get it running !!!
Thanks.