diff options
author | nectar <nectar@FreeBSD.org> | 2002-05-24 05:06:27 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2002-05-24 05:06:27 +0800 |
commit | 9f025fe8d430711eeddfbd75125b2118b9317998 (patch) | |
tree | 378fcf9324c4167c180adde6f2cddb79a67562d4 /misc/amanda-server/pkg-descr | |
parent | 8c0b242c916fdb56d63cb79b3b3912a561088a2c (diff) | |
download | freebsd-ports-gnome-9f025fe8d430711eeddfbd75125b2118b9317998.tar.gz freebsd-ports-gnome-9f025fe8d430711eeddfbd75125b2118b9317998.tar.zst freebsd-ports-gnome-9f025fe8d430711eeddfbd75125b2118b9317998.zip |
Revive amanda-client and amanda-server. These are not the old
amanda, but rather the _current_ amanda. I mistakenly associated
them with ports/misc/amanda.
Please pass the pointy hat.
Graciously brought to my attention by: jeh
Diffstat (limited to 'misc/amanda-server/pkg-descr')
-rw-r--r-- | misc/amanda-server/pkg-descr | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/misc/amanda-server/pkg-descr b/misc/amanda-server/pkg-descr new file mode 100644 index 000000000000..30ad76ed3238 --- /dev/null +++ b/misc/amanda-server/pkg-descr @@ -0,0 +1,27 @@ +** CAUTION ** + +THE RELEASE OF AMANDA 2.4 BREAKS BACKWARDS COMPATIBILITY WITH +EARLIER AMANDA CLIENTS (PER CHANGES FILE IN THE DISTRIBUTION.) + +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 |