Bom dia á todos!!!!
Sou novo aqui neste fórum, configurei o BACULA com lto-6 e ele só consegue armazena na fita lto-6 1 TB e a capacidade desta fita usando compressão e de 6.25 TB.
Já mandei a fita para o fabricante que é a FUJIFILM e eles testaram a fita e esta OK.
Gostaria que vocês me ajuda-sem com esta problema, segue a baixo a configuração que fiz no BACULA-SD.CONF:
Storage { # definition of myself
Name = Tape01-sd
SDPort = 9103 # Director's port
WorkingDirectory = "/var/lib/bacula"
Pid Directory = "/var/run/bacula"
Heartbeat Interval = 120
Maximum Concurrent Jobs = 20
SDAddress = xxx.xxx.xxx.xxx
}
#
# List Directors who are permitted to contact Storage daemon
#
Director {
Name = BBBBBB-dir
Password = "YYYYY"
}
#
# Restricted Director, used by tray-monitor to get the
# status of the storage daemon
#
Director {
Name = BBBBBB-mon
Password = "YYYYY"
Monitor = yes
}
Device {
Name = FileStorage
Media Type = File
Archive Device = /nonexistant/path/to/file/archive/dir
LabelMedia = yes; # lets Bacula label unlabeled media
Random Access = Yes;
AutomaticMount = yes; # when device opened, read it
RemovableMedia = no;
AlwaysOpen = no;
# Maximum Concurrent Jobs = 5
}
Autochanger {
Name = Tape1
Device = Drive-1
Changer Command = "/etc/bacula/scripts/mtx-changer %c %o %S %a %d"
Changer Device = /dev/changer
}
Device {
Name = Drive-1
Drive Index = 1
Media Type = LTO-6
Archive Device = /dev/st1
AutomaticMount = yes; # when device opened, read it
AlwaysOpen = yes;
Maximum Job Spool Size = 20G
Maximum Spool Size = 60GB
Maximum Block Size = 1032192
Maximum Network Buffer Size = 65536
Spool Directory = /mnt/spool
RemovableMedia = yes;
RandomAccess = no;
AutoChanger = yes
}