Amanda (neko mips4)
From Nekoware
| neko_amanda | |
| Packaged by: | Joerg Behrens |
|---|---|
| Internal Version: | 1 |
| Download: | neko_amanda-2.5.2pl1.tardist |
| Current release: | 2.5.2pl1 / August 16 2007 |
| Use: | Unknown |
| Licence: | Unknown |
| Website: | www.amanda.org/ |
AMANDA, the Advanced Maryland Automatic Network Disk Archiver, is a backup system that allows the administrator to set up a single master backup server to back up multiple hosts over network to tape drives/changers or disks or optical media. Amanda uses native dump and/or GNU tar facilities and can back up a large number of workstations running multiple versions of Unix. Amanda uses Samba or Cygwin to back up Microsoft Windows desktops and servers.
For more information visit the http://www.amanda.org/ website.
Contents |
[edit] Installing the package
Download and install the neko_amanda-2.5.2pl1 (version 1) tardist package from the Nekoware repository.
Installation of the precompiled binary package can be achieved using either Software Manager or inst: In the case of inst, all that's required is the command:
~ $ inst -f /path/to/neko_amanda-2.5.2pl1.tardist install all keep *.opt.src go quit
You will need "root" privileges to install the software.
A list of all files is installed by this package is available.
[edit] Package Dependencies
The following additional packages are required to run this software correctly:
[edit] Package Incompatibilities
The following packages are marked as incompatible.
- No incompatibilities.
[edit] Package Layout
Default indicates whether the subsystem will be installed if "install standard" (or similar) is used. Order is used if any given subsystem must be installed before others.
| Name | Size [Kbytes] | Default | Order | Description |
|---|---|---|---|---|
| neko_amanda.sw.eoe | 1,881 | Yes | 9999 | execution only env |
| neko_amanda.sw.lib | 1,779 | Yes | 9999 | shared libraries |
| neko_amanda.man.documentation | 631 | No | 9999 | html documentation |
| neko_amanda.man.man | 180 | Yes | 9999 | man pages |
| neko_amanda.opt.relnotes | 3 | No | 9999 | release notes |
| neko_amanda.opt.src | 1,459 | No | 9999 | original source code |
| neko_amanda.opt.dist | 32 | No | 9999 | distribution files |
[edit] Post installation Steps
Keep in mind that the software was compiled with --with-user=root and --with-group=sys. The old package from SGIs freeware use the same and its mentioned in the OS releated docs. The use of the --with-config=daily flag matches with the quickstart tutorial. A usefull wiki can be found under http://wiki.zmanda.com/index.php/Main_Page .
[edit] Compiling
As for the majority of Nekoware packages, the 7.4.x release of SGI's MIPSpro Compiler suite has been used to build this package.
[edit] Environment
export CC=c99 export CFLAGS='-O3 -mips4 -I/usr/nekoware/include -I/usr/nekoware/kde/include -OPT:Olimit=0:roundoff=3 -TARG:platform=IP27:proc=r10000' export CXXFLAGS=$CFLAGS export CPPFLAGS='-I/usr/nekoware/include' export CXX=CC export F77=f77 export LDFLAGS='-L/usr/nekoware/lib -L/usr/nekoware/kde/lib -Wl,-rpath -Wl,/usr/nekoware/lib' export PKG_CONFIG=/usr/nekoware/bin/pkg-config export PKG_CONFIG_PATH='/usr/nekoware/lib/pkgconfig' export PKG_CONFIG_LIBDIR='/usr/nekoware/lib' export LD_LIBRARY_PATH='/usr/nekoware/lib' export LD_LIBRARYN32_PATH='/usr/nekoware/lib' export LD_LIBRARY64_PATH='/usr/nekoware/lib64' export GNOME2_DIR='/usr/nekoware' export GNUMAKE='/usr/nekoware/bin/make' export PATH=/usr/nekoware/bin:$PATH export PYTHONHOME=/usr/nekoware export PYTHONPATH=/usr/nekoware/lib/python2.4 export PERL=/usr/nekoware/bin/perl export QTDIR=/usr/nekoware/qt4
[edit] Configure
./configure --with-buffered-dump --with-smbclient=/usr/nekoware/bin/smbclient --with-gnutar=/usr/nekoware/bin/gtar --with-user=root --with-group=sys --with-db=db --with-config=daily --prefix=/usr/nekoware-build --with-mmap --with-buffered-dump --with-ssh-security gmake && gmake install
[edit] Release Notes
Click on the "show" link to expand the contents of the package's 'relnotes' file.
| The original "relnotes" File. |
|---|
PACKAGE NAME: neko_amanda SOURCE/VERSION: amanda-2.5.2p1 DESCRIPTION: AMANDA, the Advanced Maryland Automatic Network Disk Archiver, is a backup system that allows the administrator to set up a single master backup server to back up multiple hosts over network to tape drives/changers or disks or optical media. Amanda uses native dump and/or GNU tar facilities and can back up a large number of workstations running multiple versions of Unix. Amanda uses Samba or Cygwin to back up Microsoft Windows desktops and servers. For more information visit the http://www.amanda.org/ website. ENVIRONMENT VARIABLES: export CC=c99 export CFLAGS='-O3 -mips4 -I/usr/nekoware/include -I/usr/nekoware/kde/include -OPT:Olimit=0:roundoff=3 -TARG:platform=IP27:proc=r10000' export CXXFLAGS=$CFLAGS export CPPFLAGS='-I/usr/nekoware/include' export CXX=CC export F77=f77 export LDFLAGS='-L/usr/nekoware/lib -L/usr/nekoware/kde/lib -Wl,-rpath -Wl,/usr/nekoware/lib' export PKG_CONFIG=/usr/nekoware/bin/pkg-config export PKG_CONFIG_PATH='/usr/nekoware/lib/pkgconfig' export PKG_CONFIG_LIBDIR='/usr/nekoware/lib' export LD_LIBRARY_PATH='/usr/nekoware/lib' export LD_LIBRARYN32_PATH='/usr/nekoware/lib' export LD_LIBRARY64_PATH='/usr/nekoware/lib64' export GNOME2_DIR='/usr/nekoware' export GNUMAKE='/usr/nekoware/bin/make' export PATH=/usr/nekoware/bin:$PATH export PYTHONHOME=/usr/nekoware export PYTHONPATH=/usr/nekoware/lib/python2.4 export PERL=/usr/nekoware/bin/perl export QTDIR=/usr/nekoware/qt4 CONFIGURE FLAGS: ./configure --with-buffered-dump --with-smbclient=/usr/nekoware/bin/smbclient --with-gnutar=/usr/nekoware/bin/gtar --with-user=root --with-group=sys --with-db=db --with-config=daily --prefix=/usr/nekoware-build --with-mmap --with-buffered-dump --with-ssh-security gmake && gmake install KNOWN DEPENDANCIES: neko_perl.sw.perl 3 maxint neko_db4.sw.lib 4 maxint neko_libiconv.sw.lib 3 maxint neko_gettext.sw.lib 2 maxint neko_readline.sw.lib 2 maxint neko_openssh.sw.client 18 maxint neko_tar.sw.tar 2 maxint INSTALLATION: Keep in mind that the software was compiled with --with-user=root and --with-group=sys. The old package from SGIs freeware use the same and its mentioned in the OS releated docs. The use of the --with-config=daily flag matches with the quickstart tutorial. A usefull wiki can be found under http://wiki.zmanda.com/index.php/Main_Page . ERRORS/MISCELLANEOUS: To get the configure working with the --with-ssh-security option you i have changed the shebang from !# /usr/bin/sh to !# /usr/nekoware/bin/bash. Otherwise i get a error during the processing for the SSH-OPTIONS. I have reportet this problem to the SF.net bugtracker. To solve the problem with the missing symbol "basename" just add "-lgen" into the Makefile for the "LINK" entry in amanda-src. PACKAGED BY: Joerg Behrens (behrens@takenet.de) |
[edit] Errors/Miscellaneous
To get the configure working with the --with-ssh-security option you i have changed the shebang from !# /usr/bin/sh to !# /usr/nekoware/bin/bash. Otherwise i get a error during the processing for the SSH-OPTIONS. I have reportet this problem to the SF.net bugtracker.
To solve the problem with the missing symbol "basename" just add "-lgen" into the Makefile for the "LINK" entry in amanda-src.
[edit] Older Versions
- None
