Administering Linux

A few useful things to remember

Subscribe to RSS feed

Posts tagged with "amanda"

Amanda tapetype

,

I wanted to verify what tape type should I use for my Amanda backup config file.
I have logged in as amandabackup user and used amtapetype command:
/usr/sbin/amtapetype -o -e 200g -f /dev/tape

The following output was generated after very long time (~5 hours):
Writing 2048 Mbyte   compresseable data:  33 sec
Writing 2048 Mbyte uncompresseable data:  87 sec
WARNING: Tape drive has hardware compression enabled
Estimated time to write 2 * 204800 Mbyte: 17400 sec = 4 h 50 min
wrote 1572864 32Kb blocks in 24 files
wrote 6356992 32Kb blocks in 97 files in 8397 seconds (No space left on device)
wrote 6356992 32Kb blocks in 194 files in 8409 seconds (No space left on device)
define tapetype unknown-tapetype {
    comment "just produced by tapetype prog (hardware compression on)"
    length 198656 mbytes
    filemark 0 kbytes
    speed 24208 kps
}

Therefore my tapetype for LTO2 drive (Quantum) is:
define tapetype LTO2 {
    comment "just produced by tapetype prog (hardware compression on)"
    length 198656 mbytes
    filemark 0 kbytes
    speed 24208 kps
}

Ownership and permissions for Amanda Backup

, ,

The AMANDA backup system requires that user backup (in Debian) has read/write permissions to the folder you want to backup. I found this strategy to be useful:

1. I have added user backup and users that should have read/write permissions to the group users
2. I have changed group ownership of the folder to backup:
chgrp -R users /media/... (folder)

3. I have added write permissions to group:
chmod -R g+w /media/... (folder)

Amanda Backup System

, ,

I started using Amanda backup system from www.zamanda.com.
It is an open source software and a nice introduction is at:

http://www.backupcentral.com/components/com_mambowiki/index.php/AMANDA

More about configuring my backup server later.
February 2012
M T W T F S S
January 2012March 2012
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29