The Advanced Maryland Automatic Network Disk Archiver (client) Maintained by:kuriyama@FreeBSD.org Port Added: 05 Jan 2009 04:46:35
WHAT IS AMANDA?
---------------
This is a release of Amanda, the Advanced Maryland Automatic
Network Disk Archiver. Amanda is a backup system designed to archive many
computers on a network to a single large-capacity tape drive.
Here are some features of Amanda:
* written in C, freely distributable.
* built on top of standard backup software: Unix dump/restore, and
later GNU Tar and others.
* will back up multiple machines in parallel to a holding disk, blasting
finished dumps one by one to tape as fast as we can write files to
tape. For example, a ~2 Gb 8mm tape on a ~240K/s interface to a host
with a large holding disk can be filled by Amanda in under 4 hours.
* does simple tape management: will not overwrite the wrong tape.
WWW: http://sourceforge.net/projects/amanda/
- Jim
jeh@FreeBSD.org
To install the port:cd /usr/ports/misc/amanda25-client/ && make install clean To add the package:pkg_add -r amanda-client
Configuration Options
===> The following configuration options are available for amanda-client-2.5.1p3_3,1:
GNUTAR=on (default) "use GNU tar"
SSH=off (default) "enable ssh-auth"
DUMP_SNAPSHOT=off (default) "use snapshot by using dump -L"
===> Use 'make config' to modify these settings