# tapetypes

# Define the type of tape you use here, and use it in "tapetype"
# above.  Some typical types of tapes are included here.  The tapetype
# tells amanda how many MB will fit on the tape, how big the filemarks
# are, and how fast the tape device is.

# A filemark is the amount of wasted space every time a tape section
# ends.

# For completeness Amanda should calculate the inter-record gaps too,
# but it doesn't.  For EXABYTE and DAT tapes this is ok.  Anyone using
# 9 tracks for amanda and need IRG calculations?  Drop me a note if
# so.

# If you want amanda to print postscript paper tape labels
# add a line after the comment in the tapetype of the form
#    lbl-templ "/path/to/postscript/template/label.ps"

# if you want the label to go to a printer other than the default
# for your system, you can also add a line above for a different
# printer. (i usually add that line after the dumpuser specification)

# dumpuser "operator"     # the user to run dumps under
# printer "mypostscript"  # printer to print paper label on

# here is an example of my definition for an EXB-8500

# define tapetype EXB-8500 {
# ...
#     lbl-templ "/usr/local/amanda/config/lbl.exabyte.ps"
# }

# HARDDISK defintion in amanda.conf


define tapetype CD650 {
    comment "CD-R 650MB sized vtape"
    length 681984000 bytes
    filemark 4 Kbytes
}


define tapetype CD700 {
    comment "CD-R 700MB sized vtape"
    length 737280000 bytes
    filemark 4 Kbytes
}

define tapetype DVD47 {
    comment "A 4.7 Gbyte DVD-sized vtape"
    length 4482 mbytes
    filemark 4 kbytes
}

define tapetype DVD85 {
     comment "A 8.5 GB DVD double layer"
     length 8100 mbytes   # approximately - exact value not found
     filemark 4 kbytes
}

define tapetype LTO6-256K {
    comment "Created by amtapetype; compression disabled"
    length 2459858944 kbytes
    filemark 328 kbytes
    speed 121468 kps
    blocksize 256 kbytes
}
# LEOM is not supported for this drive and kernel

define tapetype LTO6 {
    comment "Created by amtapetype; compression disabled"
    length 2459896320 kbytes
    filemark 713 kbytes
    speed 111864 kps
    blocksize 512 kbytes
}
# LEOM is not supported for this drive and kernel

define tapetype LTO6-1M {
    comment "Created by amtapetype; compression disabled"
    length 2459909120 kbytes
    filemark 3206 kbytes
    speed 123130 kps
    blocksize 1024 kbytes
}
# LEOM is not supported for this drive and kernel

define tapetype LTO6-4M {
    comment "Created by amtapetype; compression disabled"
    length 2459922432 kbytes
    filemark 5419 kbytes
    speed 157012 kps
    blocksize 4096 kbytes
}
# LEOM is not supported for this drive and kernel

