amanda

Linux

AMANADA client installation instructions for Linux

Prerequisites
Add the default user and group which AMANDA will run as:

groupadd backup
useradd amanda -g backup -d /var/lib/amanda -s /bin/bash -c "AMANDA user"

AMANDA requires pkg-config (>0.16) and GLIB (>2.2.0) to compile:

  • Centos 5.x

    yum install pkgconfig glib2-devel
  • Centos 4.x
    cd /extra/src
    wget http://pkgconfig.freedesktop.org/releases/pkg-config-0.23.tar.gz
    tar zxf pkg-config-0.23.tar.gz
    cd pkg-config-0.23
    ./configure
    make
    make install

Technology:

Client Installation

AMANDA Client Installation

Resources

Technology:

Server Installation

Instructions to install an AMANDA backup server.

Prerequisites
Add the default user and group which AMANDA will run as:

groupadd backup
useradd amanda -g backup -d /var/lib/amanda -s /bin/bash -c "AMANDA user"

AMANDA requires pkg-config and GLIB to compile:

yum install pkgconfig glib2-devel

In order to generate progress picture, gnuplot needs to be installed:

yum install gnuplot

Server Installation

cd /extra/src

Technology:

Client Test Configuration

Create a file named .amandahosts in the home directory of the Amanda user on the client. It should contain an entry with the hostname of the Amanda server and the Amanda user on the server:

su - amanda
echo "amanda.example.com amanda" > .amandahosts
exit

Since version 2.5.0, the .amandahosts file also requires strict permissions. Also, the home directory of the Amanda user (containing the .amandahosts file) should be write-protected from modification by any other user:

chown amanda ~amanda ~/.amandahosts
chmod 755 ~amanda

Technology:

Server Test Configuration

Create the configuration directory:

mkdir /usr/local/etc/amanda
chown amanda:backup /usr/local/etc/amanda

Basic Tapeless Test Configuration
From the AMANDA Quickstart Guide and Test Environment with Virtual Tapes
Create the configuration directory for our virtual tape test:

mkdir /usr/local/etc/amanda/test
chown amanda:backup /usr/local/etc/amanda/test

Technology:

AMANDA

Install guide for the Advanced Maryland Automatic Network Disk Archiver - the most popular open source backup and recovery software in the world. Amanda protects more than half a million servers and desktops running various versions of Linux, UNIX, BSD, Mac OS-X and Microsoft Windows operating systems worldwide.

Technology:

Subscribe to RSS - amanda

Recent Updates

  • 1 year 12 months ago
  • 1 year 12 months ago
  • 2 years 2 days ago
    php 8.x
  • 2 years 3 days ago
    10.6.7
  • 2 years 5 days ago
    Drop Centos 5/6 stuff