Hello,
    I'm getting my Quantum Dlt 4000 going with bacula. I've included my 
definitions below and the job that i'm running. I'm not getting very good 
performance with the spool, the drive starts and stops quite frequently, it 
is on an Adaptec Ultrawide 2940 scsi controller. I was wondering the optimal 
size of a tape data spool?
Thanks.
Dave.

# Definition of Quantum DLT4000 Tape Drive
Device {
  Name = "Quantum DLT4000"
Description = "Quantum DLT4000 Tape Drive for FreeBSD"
  Media Type = DLT
  Archive Device = /dev/sa0
LabelMedia = yes;                   # lets Bacula label unlabeled Media
Random Access = Yes;
AutomaticMount = yes;               # when device opened, read it
RemovableMedia = no;
AlwaysOpen = no;
Offline On Unmount      = no
Hardware End of Medium  = no
BSF at EOM              = yes
Backward Space Record   = yes
Fast Forward Space File = no
TWO EOF                 = yes
# for data spooling
Maximum Spool Size = 1024
Maximum Job Spool Size = 1024
Spool Directory = /backup/bacula-spool
}

Job {
 Name = "isos-Tape"
  Type = Backup
  Client = zeus-fd
  FileSet = "Iso Files"
  Storage = "Quantum DLT4000"
  Messages = Standard
  Pool = Default
  Write Bootstrap = "/var/db/bacula/tap.bsr"
  Priority = 10
SpoolData = yes
}

Storage {
  Name = "Quantum DLT4000"
  Address = bacula.example.com         # N.B. Use a fully qualified name 
here
  SDPort = 9103
  Password = "xxxxxxxxxxxx"           # password for Storage daemon
  Device = "Quantum DLT4000" # must be same as in the storage daemon
  Media Type = DLT                      # must be same as MediaType in 
Storage daemon
}

Pool {
  Name = Default
  Pool Type = Backup
  Recycle = yes                       # Bacula can automatically recycle 
Volumes
  Recycle Oldest Volume = yes
  Maximum Volume Jobs = 1
  LabelFormat = "TAPE-"
  Volume Retention = 1 year
  Storage = "Quantum DLT4000"
}


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to