From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MXDOz-00027R-Rb for garchives@archives.gentoo.org; Sat, 01 Aug 2009 12:09:30 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABF6AE046B; Sat, 1 Aug 2009 12:09:27 +0000 (UTC) Received: from mail-fx0-f211.google.com (mail-fx0-f211.google.com [209.85.220.211]) by pigeon.gentoo.org (Postfix) with ESMTP id 6FFA6E046B for ; Sat, 1 Aug 2009 12:09:27 +0000 (UTC) Received: by fxm7 with SMTP id 7so1753490fxm.34 for ; Sat, 01 Aug 2009 05:09:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=OamVKNZRsIZNSeGx8Cwqm1sv/HoDYp6wymcKg6vXEDA=; b=IRoJiE6tLKLmY6IRQ6P+g9lT8Qk2QFcZY7npxPXhv4O2mR+f0vY1xNTRjt0Ej5KVvK Gy1uKDohkw18CQhNJ60kqGw99RD1FKjOZBsAouanitFuugYbSRRC2qsBm/34/NwG/28f lBaU8dXWuZsmwoLNTvKZXSTlcNriEDAg1mjhU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=ZphS30sDovKjVXvjlyU58CEgyNVxhoiRzRwEAfLtA87YpOcbsch2fEIWRZ2C2gP9K3 h2kVYNVnJ/ohZWnXAZ21AkpvP6bsd7ZvLqpzoifGqHJpPEOvPUHGMLrJuRV9sH9PNI0c gurOIl7HlflmzrakEiuarEPy2L5qwjx8y+oyM= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.239.137.69 with SMTP id k5mr375531hbk.111.1249128566751; Sat, 01 Aug 2009 05:09:26 -0700 (PDT) In-Reply-To: <4A740CF8.7090900@xunil.at> References: <4A5EC97B.3030609@xunil.at> <4A61991B.9050907@xunil.at> <4A740CF8.7090900@xunil.at> Date: Sat, 1 Aug 2009 08:09:26 -0400 Message-ID: Subject: [RESOLVED] Re: [gentoo-user] how to amrecover in amanda-2.6.0 From: John Blinka To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 38f9f598-eef8-4da4-a557-66c8d4d1c3a9 X-Archives-Hash: 753eacf2ad6854677908475e603a362d I'm not exactly sure what I've done to fix things, but backups and amrecovers are now working properly. For the record, on the backup server, the /etc/xinetd.d/amanda file contains: service amanda { socket_type = dgram protocol = udp wait = yes user = amanda group = amanda groups = yes server = /usr/libexec/amanda/amandad server_args = amdump amindexd amidxtaped only_from = 192.168.1.0 disable = no log_type = SYSLOG daemon debug } and, again on the backup server, the /etc/amanda/amandahosts file contains: # Machine-name for those hosts which are permitted to back up (fully-qualified # is best). An entry in /etc/hosts adds fail-safe against DNS death :-) # | # | permitted user-name # | | server amanda amdump server root amindexd amidxtaped client root amindexd amidxtaped On the backup client, the /etc/xinetd.d/amanda file is identical to the server's. On the backup client, the /etc/amanda/amandahosts file contains: # vim: ts=4 sts=4 sw=4 noexpandtab: # Machine-name for those hosts which are permitted to back up (fully-qualified # is best). An entry in /etc/hosts adds fail-safe against DNS death :-) # | # | permitted user-name # | | client amanda amdump server amanda amdump client root amindexd amidxtaped I used the fqdn for the client and server names in the above files. John Blinka