Difference between revisions of "Installation"

From The Open Source Backup Wiki (Amanda, MySQL Backup, BackupPC)
Jump to navigationJump to search
 
Line 1: Line 1:
* Building Amanda
+
* Getting AMANDA
 +
 
 +
At first you have to get the AMANDA-source-code.
 +
There are two main ways to get that code:
 +
 
 +
You can get a tarball at www.amanda.org or you can checkout a copy from the AMANDA-CVS.
 +
 
 +
 
 +
* Anonymous CVS Access
 +
 
 +
This project's SourceForge CVS repository can be checked out through anonymous (pserver) CVS with the following instruction set. The module you wish to check out must be specified as the modulename. When prompted for a password for anonymous, simply press the Enter key.
 +
 
 +
 
 +
  cvs -d:pserver:[email protected]:/cvsroot/amanda login
 +
 
 +
 
 +
  cvs -z3 -d:pserver:[email protected]:/cvsroot/amanda co modulename
 +
 
 +
Updates from within the module's directory do not need the -d parameter.
 +
 
 +
 
 +
 
 +
* Building AMANDA
 
** Build dependencies
 
** Build dependencies
 
** Compile time parameters
 
** Compile time parameters
 
* OS specific installation notes
 
* OS specific installation notes

Revision as of 13:55, 9 November 2005

  • Getting AMANDA

At first you have to get the AMANDA-source-code. There are two main ways to get that code:

You can get a tarball at www.amanda.org or you can checkout a copy from the AMANDA-CVS.


  • Anonymous CVS Access

This project's SourceForge CVS repository can be checked out through anonymous (pserver) CVS with the following instruction set. The module you wish to check out must be specified as the modulename. When prompted for a password for anonymous, simply press the Enter key.


 cvs -d:pserver:[email protected]:/cvsroot/amanda login 


 cvs -z3 -d:pserver:[email protected]:/cvsroot/amanda co modulename 

Updates from within the module's directory do not need the -d parameter.


  • Building AMANDA
    • Build dependencies
    • Compile time parameters
  • OS specific installation notes