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)

Amanda logo
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.

WHERE TO GET THE AMANDA SOFTWARE

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. 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.

Some old Amanda release (source tar ball) are available from ftp://ftp.amanda.org/pub/amanda

Daily snapshot 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.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.1alpha No release yet amanda/trunk
2.6.0b3 March. 7 2008 amanda/tags/amanda260b3 amanda/branches/amanda-260
2.6.0b2 Fevruary. 7 2008 amanda/tags/amanda260b2 amanda/branches/amanda-260
2.6.0b1 January. 17 2008 amanda/tags/amanda260b1 amanda/branches/amanda-260
2.5.2b1 April. 14 2007 amanda/tags/amanda252b1 amanda/branches/amanda-252
2.5.1b2 July. 28 2006 amanda251b2 amanda-251-branch
2.5.1b1 July. 14 2006 amanda251b1 amanda-251-branch
2.5.0b2 January. 18 2006 amanda250b2 amanda-250-branch
2.5.0b1 October. 24 2005 amanda250b1 amanda-250-branch

All future development (after 2.5.1 release) will be done in subversion tree explicitly.

  • Subversion

    Amanda subversion repository is hosted at Amanda Sourceforge project page.

    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
  • cvs

    Amanda CVS repository is hosted at Amanda Sourceforge project page. 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