Amanda-Users

Re: Amanda Client

2004-09-28 15:20:55
Subject: Re: Amanda Client
From: Matthias Andree <ma AT dt.e-technik.uni-dortmund DOT de>
To: Jason Miller <jwm AT interlinc DOT net>
Date: Tue, 28 Sep 2004 21:13:46 +0200
Jason Miller <jwm AT interlinc DOT net> writes:

> Ok I just setup a new server to test the port for amanda-client and I am
> getting the same problem as my production box. I also installed the port for
> xinetd to see if I could get it to work using it. It is a no-go, has anyone
> setup the amanda-client from port on a FreeBSD 4.9 box? If so could you
> point me in the right direction where to start after following the online
> docs on amanda's site? A very stupid question is do I have to install the
> server to get just a client to work? It does not seem I would have to since
> I am just wanting a client on this box to backup to my server but thought I
> would just ask since everyone on this user board is more fluent with this
> product then I am.

service amanda
{
        socket_type     = dgram
        protocol        = udp
        wait            = yes
        user            = operator
        server          = /usr/local/libexec/amanda/amandad
}

should work. Be sure to allow amanda in /etc/hosts.allow for the server host,
xinetd will usually check that file and /etc/hosts.deny.

Remember to send xinetd a "reload" signal, SIGUSR2 on older versions,
SIGHUP on recent versions such as xinetd 2.3.12.

I am still using Amanda from inetd, convenience.

-- 
Matthias Andree

NOTE YOU WILL NOT RECEIVE MY MAIL IF YOU'RE USING SPF!
Encrypted mail welcome: my GnuPG key ID is 0x052E7D95 (PGP/MIME preferred)

<Prev in Thread] Current Thread [Next in Thread>