Bug 19333 - patch to make amanda24 more userfriendly with central backups
Summary: patch to make amanda24 more userfriendly with central backups
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: jeh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-06-16 17:50 UTC by Stefan Moeding
Modified: 2001-02-01 01:18 UTC (History)
0 users

See Also:


Attachments
Makefile-patch (1.83 KB, text/plain)
2000-06-16 17:50 UTC, Stefan Moeding
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Moeding 2000-06-16 17:50:01 UTC
If you use the amanda24 port with a central backup server you have to
call amrecover with the name of your server and tape device as
arguments.  This patch would allow a compilation with site specific
defaults from /etc/make.conf.

Restores with amrecover would be more userfriendly because all
defaults would be reasonable for the local site..

Fix: This patch modifies the makefile to supply the call to configure with
the additional switches --with-tape-server, --with-tape-device,
--with-index-server and --with-config.  Currently those default to the
local machine or defaults provided by amanda..


Put something like the following into /etc/make.conf, compile and
install the port to use those as defaults used by amanda when called
without arguments:

#
# Amanda defaults
#
AMANDA_TAPE_DEVICE=     /dev/nrsa0
AMANDA_TAPE_SERVER=     server.mydomain.org
AMANDA_INDX_SERVER=     server.mydomain.org
AMANDA_DEF_CONFIG=      user



Stefan


How-To-Repeat: 
	N/A
Comment 1 cwt freebsd_committer freebsd_triage 2000-06-16 19:58:54 UTC
Responsible Changed
From-To: freebsd-ports->cwt

I'm currently going through the backlog of amanda PRs with an update coming prior to 4.1R
Comment 2 Will Andrews freebsd_committer freebsd_triage 2001-01-27 05:50:48 UTC
Responsible Changed
From-To: cwt->freebsd-ports

Return responsibility to general ports team.
Comment 3 jeh freebsd_committer freebsd_triage 2001-01-30 02:38:20 UTC
Responsible Changed
From-To: freebsd-ports->jeh

I will handle this
Comment 4 jeh freebsd_committer freebsd_triage 2001-01-30 02:38:20 UTC
Responsible Changed
From-To: freebsd-ports->jeh

I'll handle this.
Comment 5 jeh freebsd_committer freebsd_triage 2001-01-30 02:38:20 UTC
Responsible Changed
From-To: freebsd-ports->jeh

I'll handle this.
Comment 6 jeh freebsd_committer freebsd_triage 2001-01-30 02:38:20 UTC
Responsible Changed
From-To: freebsd-ports->jeh

I'll handle this.
Comment 7 jeh freebsd_committer freebsd_triage 2001-01-30 02:38:20 UTC
Responsible Changed
From-To: freebsd-ports->jeh

I'll handle this.
Comment 8 jeh freebsd_committer freebsd_triage 2001-02-01 01:18:18 UTC
State Changed
From-To: open->closed

The spirit has been committed.  Thanks.