Definizioni standard di TapeType per Amanda
Jump to navigation
Jump to search
Lista Ufficiale
Vedi: Tapetype definitions - The Open Source Backup Wiki (Amanda, MySQL Backup, BackupPC)
Lista Custom
Creare il seguente file, ed includerlo in amanda.conf
cat | sudo tee /etc/amanda/tapetypes.conf >/dev/null <<EOFile
# /etc/amanda/tapetypes.conf
#
define tapetype HP-C1533A {
# HP Dat 8i C1533A
# 4 Gb non compressi DDS2
comment "HP C1533A DDS2 Dat8i"
length 3858 mbytes
filemark 107 kbytes
speed 507 kbytes
}
define tapetype HP-C5683A {
# HP Dat 40i C5683A
# 20 Gb non compressi DDS4
comment "HP C5683A DDS4 Dat40i "
length 19560 mbytes
filemark 1147 kbytes
speed 2957 kps
}
define tapetype HP-C7438A {
# HP Dat72 C7438A
# 36 Gb non compressi DDS5
# http://forums.zmanda.com/archive/index.php/t-462.html
comment "HP C7438A DDS5 Dat-72"
length 37488 mbytes
filemark 625 kbytes
speed 1761 kps
}
define tapetype HP-DAT160 {
# HP Dat 160
# 78 Gb non compressi DD6
# http://www.adsm.org/lists/html/Amanda-Users/2007-08/msg00111.html
comment "HP StorageWorks DAT 160)"
length 78236 mbytes
filemark 4461 kbytes
speed 6272 kps
}
define tapetype HP-Ultrium2 {
# HP Ultrium 2
# 200 b non compressi LTO2
comment "HP Ultrium2 LTO2"
length 193024 mbytes
filemark 0 kbytes
speed 20570 kps
}
define tapetype HP-Ultrium-3 {
# http://wiki.zmanda.com/index.php/Tapetype_definitions#LTO_Ultrium_3_with_400.2F800_Gbyte_tapes
# 400 Gb nonc ompressi LTO3
comment "HP Ultrium-3 960"
length 386048 mbytes
filemark 0 kbytes
speed 67629 kps
}
define tapetype HP-Ultrium4 {
# HP Ultrium 4 SAS 1760
# 800 Gb non compressi LTO4
# http://wiki.zmanda.com/index.php/Tapetypes#LTO4
# http://forums.zmanda.com/archive/index.php/t-462.html
comment "HP Ultrium4 LTO4"
readblocksize 64 kbytes
length 772096 mbytes
filemark 0 kbytes
speed 71313 kps
}
EOFile
Includerlo nella configurazione
echo 'includefile "/etc/amanda/tapetypes.conf"' | sudo tee -a /etc/manda/DaliySet1/amanda.conf > /dev/null