General Information
Home
About Amanda
Copyright
Download
Download Amanda
Support
Amanda Wiki
FAQ
Amanda forums
Tape Type List
#amanda
Mailing Lists
Commercial Support
Project
SourceForge
Source Code
Developer Documentation
Open Tasks
Project Contacts
Patches (old)
|

The Advanced Maryland Automatic Network Disk Archiver
Copyright (c) 1997, 1998 University of Maryland at College Park,
All Rights Reserved.
Portions copyrighted by individual contributers, see the
distribution for details.
Download Amanda
PLEASE NOTE: THIS SOFTWARE IS BEING MADE AVAILABLE ``AS-IS''. UMD
and the Amanda contributers are making this work available so that
other people can use it. This software is in production use at a
number of sites around the world, but we make no warranties that
it will work for you. Amanda development is unfunded - the
authors maintain the code in their spare time. There is no free
support available other than users helping each other on the
amanda-users mailing list.
Other support options can be found here.
Binary packages
To download Amanda binary packages (e.g. RPMs, debian packages, Win32 Windows client) for stable and beta versions for various distributions and source tar ball please visit the following page:
http://www.zmanda.com/download-amanda.php
Source packages
Amanda project is hosted at SourceForge.
You can download the most recent release (source tar ball) from this
page, and
both new and old releases (source tar ball) can also be found on
the
sourceforge download page.
Daily snapshots from all active branch are available from http://www.zmanda.com/community-builds.php.
| Status
| Release
| date
| CVS
| Subversion
|
tag
| branch
| tag
| branch
|
| STABLE
| 2.6.1p1 |
April 10 2009 |
|
|
amanda/tags/amanda261p1 |
amanda/branches/amanda-261 |
| 2.6.1 |
January 26 2009 |
|
|
amanda/tags/amanda261 |
amanda/branches/amanda-261 |
| 2.6.0p2 |
August 26 2008 |
|
|
amanda/tags/amanda260p2 |
amanda/branches/amanda-260 |
| 2.6.0p1 |
May 14 2008 |
|
|
amanda/tags/amanda260p1 |
amanda/branches/amanda-260 |
| 2.6.0 |
April 1 2008 |
|
|
amanda/tags/amanda260 |
amanda/branches/amanda-260 |
| 2.5.2p1 |
June 6 2007 |
|
|
amanda/tags/amanda252p1 |
amanda/branches/amanda-252 |
| 2.5.2 |
May 3, 2007 |
|
|
amanda/tags/amanda252 |
amanda/branches/amanda-252 |
| 2.5.1p3 |
February 6, 2007 |
amanda251p3 |
amanda-251-branch |
|
|
| 2.5.1p2 |
November 9, 2006 |
amanda251p2 |
amanda-251-branch |
|
|
| 2.5.1p1 |
September 27, 2006 |
amanda251p1 |
amanda-251-branch |
|
|
| 2.5.1 |
September 5, 2006 |
amanda251 |
amanda-251-branch |
|
|
| 2.5.0p2 |
May 8, 2006 |
amanda250p2 |
amanda-250-branch |
|
|
| 2.5.0p1 |
April 28, 2006 |
amanda250p1 |
amanda-250-branch |
|
|
| 2.5.0 |
March 23, 2006 |
amanda250 |
amanda-250-branch |
|
|
| 2.4.5p1 |
October 25, 2005 |
amanda245p1 |
amanda-245-branch |
|
|
| 2.4.5 |
April 20, 2005 |
amanda245 |
amanda-245-branch |
|
|
| Development
| 2.6.2alpha |
Active Development |
|
|
|
amanda/trunk |
| 2.6.1b2 |
December 24, 2008 |
|
|
amanda/tags/amanda261b2 |
amanda/branches/amanda-261 |
| 2.6.1b1 |
November 27, 2008 |
|
|
amanda/tags/amanda261b1 |
amanda/branches/amanda-261 |
Latest Source
All modern development (since the 2.5.1 release) is in subversion. Prior revisions are available in CVS.
Note that some old, unsupported Amanda releases are available from ftp://ftp.amanda.org/pub/amanda
Subversion Access
Amanda subversion repository is hosted at SourceForge.
Amanda Subversion tree access
Branch use in Amanda subversion tree
- The tag in the above table will allow you to get the same source as the release.
- The branch in the above table will allow you to get the most recent source for this branch, it include the fix since the release.
- To check out a specific tag or branch:
svn co https://amanda.svn.sourceforge.net/svnroot/amanda/<tag_or_branch>
eg. svn co https://amanda.svn.sourceforge.net/svnroot/amanda/amanda/trunk
Git Access
The git repository at github is a mirror of the Subversion repository. The mirror polls periodically, so it may lag Subversion by a few hours. Several of the Amanda developers use git for day-to-day development, and github provides an easy way for new developers to get involved with Amanda.
CVS Access
Note that the Amanda CVS repository is no longer maintained. It is hosted at SourceForge. The CVS module name is: amanda
Amanda CVS tree access
Branch use in Amanda CVS tree
- The tag in the above table will allow you to get the same source as the release.
- The branch in the above table will allow you to get the most recent source for this branch, it include the fix since the release.
- To check out a specific tag or branch:
cvs -d:pserver:anonymous@amanda.cvs.sourceforge.net:/cvsroot/amanda co -r <tag_or_branch> amanda;
eg. cvs -d:pserver:anonymous@amanda.cvs.sourceforge.net:/cvsroot/amanda co -r amanda-251-branch amanda
|