How To:Migrate from older amanda versions: Difference between revisions

From wiki.zmanda.com
Jump to navigation Jump to search
Line 15: Line 15:


== Startpoint ==
== Startpoint ==
After 3 years of using amanda 2.4 made an systemupdate.
After 3 years of using amanda 2.4 there was time for updating the whole server.


I installed amanda 2.5 on an new server with the old DLT-tapedrive and tested the backup with a small backupjob.
On a new server with Fedora Core 6 I installed amanda 2.5 with the old DLT-tapedrive.
 
I configured the new server and tested the backup with a small backupjob.


In /etc/amanda/DailySet1/amanda.conf there is to change your basic configuration like  
In /etc/amanda/DailySet1/amanda.conf there is to change your basic configuration like  

Revision as of 10:31, 26 October 2007

Overview

Sometimes you have to upgrade your backupserver.

This article describes, how to migrate from an old amanda version (amanda-server-2.4.4p2-3) to the current version (amanda-server-2.5.1p3).

Backup jobs

The default backup job is e.g. DailySet1.

Amanda store the configuration data for this backup job in /etc/amanda/DailySet1: e.g. /etc/amanda/DailySet1/amanda.conf

The Amanda database data for this backup job is stored in /var/lib/amanda/DailySet1.

The file index for backup data is stored in /var/lib/amanda/DailySet1/curinfo/HOST/DISK.

Startpoint

After 3 years of using amanda 2.4 there was time for updating the whole server.

On a new server with Fedora Core 6 I installed amanda 2.5 with the old DLT-tapedrive.

I configured the new server and tested the backup with a small backupjob.

In /etc/amanda/DailySet1/amanda.conf there is to change your basic configuration like

  1. runtapes
  2. tapedev
  3. tpchanger
  4. tape type
  5. labelstr
  6. ...

Tranfering data

Back to How Tos