Hi!

I've been trying to run many jobs simultaneously, but it does not running.
   Follow attach my config files of bacula.
   It's possible to run many jobs simultaneously.

Thanks.
#
Director {
  Name = bacula-dir
  DIRport = 9101
  QueryFile = "/usr/local/share/bacula/query.sql"
  WorkingDirectory = "/var/db/bacula"
  PidDirectory = "/var/run"
  Maximum Concurrent Jobs = 4
  Password = "Rr5xwEAr5CV5k2qnVc0aFhwPiRfuWtQ2WawPri2CBxPWON2Mn9"        # 
Console password
  Messages = Daemon
}

# Schedules

#
# Bacula
#
Schedule {
  Name = "Diario-bacula"
  Run = Level=Full Pool=Daily_bacula Mon-Sat at 04:00am
}
#
# Bacula LTO-3
#
Schedule {
  Name = "Diario-bacula_lto"
  Run = Level=Full Pool=Daily_bacula_lto Mon-Fri at 05:00am
}
#
# Bizon
#
Schedule {
  Name = "Semanal-bizon"
  Run = Level=Full Pool=Weekly_bizon Thu at 03:40am
}
#
# Migrations
#
Schedule {
  Name = "Diario-migrations"
  Run = Level=Full Pool=Daily_migrations Mon-Sat at 00:50am
}
#
# Rayden
#
Schedule {
  Name = "Semanal-rayden"
  Run = Level=Full Pool=Weekly_rayden Thu at 02:30am
}
#
# Sagati
#
Schedule {
  Name = "Semanal-sagati"
  Run = Level=Full Pool=Weekly_sagati Thu at 12:05am
}
#
# Sonic
#
Schedule {
  Name = "Diario-sonic"
  Run = Level=Full Pool=Daily_sonic Mon-Sat at 03:20am
}
#
# Srpom00
#
Schedule {
  Name = "Diario-srpom00"
  Run = Level=Full Pool=Daily_srpom00 Mon-Sat at 12:10am
}
#
# Srpom03
#
Schedule {
  Name = "Diario-srpom03"
  Run = Level=Full Pool=Daily_srpom03 Mon-Sat at 12:30am
}
#
# Srpom05
#
Schedule {
  Name = "Diario-srpom05"
  Run = Level=Full Pool=Daily_srpom05 Mon-Sat at 11:00pm
}
#
# Svpom02
#
Schedule {
  Name = "Diario-svpom02"
  Run = Level=Full Pool=Daily_svpom02 Mon-Sat at 11:30pm
}
#
# Svpombi
#
Schedule {
  Name = "Diario-svpombi"
  Run = Level=Full Pool=Daily_svpombi Mon-Sat at 03:00am
}
#
# Webpi
#
Schedule {
  Name = "Diario-webpi"
  Run = Level=Full Pool=Daily_webpi Mon-Sat at 03:20am
}
#---
#
# PICAPAU 
#
Schedule {
  Name = "Diario-picapau"
  Run = Level=Full Pool=Daily_picapau Mon-Sat at 03:30am
}
#---


# Jobs

#
# Bacula
#
Job {
  Name = "Bacula"
  Type = Backup
  Level = Full
  Client=bacula-fd
  FileSet="bacula"
  Messages = Standard
  Storage = FILE-STORAGE
  Pool = Daily_bacula
  Schedule = "Diario-bacula"
  Write Bootstrap = "/var/db/bacula/Bacula.bsr"
  Priority = 10
}
#
# Bacula LTO-3
#
Job {
  Name = "Bacula_LTO"
  Type = Backup
  Level = Full
  Client=bacula-fd
  FileSet="bacula_lto"
  Messages = Standard
  Storage = LTO-3
  Pool = Daily_bacula_lto
  Schedule = "Diario-bacula_lto"
  Write Bootstrap = "/var/db/bacula/Bacula_lto.bsr"
  Priority = 10
}
#
# Bizon
#
Job {
  Name = "Bizon"
  Type = Backup
  Level = Full
  Client=bizon-fd
  FileSet="bizon"
  Messages = Standard
  Storage = FILE-STORAGE
  Pool = Weekly_bizon
  Schedule = "Semanal-bizon"
  Write Bootstrap = "/var/db/bacula/Bizon.bsr"
  Priority = 10
}
#
# Migrations
#
Job {
  Name = "Migrations"
  Type = Backup
  Level = Full
  Client=migrations-fd
  FileSet="migrations"
  Messages = Standard
  Storage = FILE-STORAGE
  Pool = Daily_migrations
  Schedule = "Diario-migrations"
  Write Bootstrap = "/var/db/bacula/Migrations.bsr"
  Priority = 10
}
#
# Rayden
#
Job {
  Name = "Rayden"
  Type = Backup
  Level = Full
  Client=rayden-fd
  FileSet="rayden"
  Messages = Standard
  Storage = FILE-STORAGE
  Pool = Weekly_rayden
  Schedule = "Semanal-rayden"
  Write Bootstrap = "/var/db/bacula/Rayden.bsr"
  Priority = 10
}
#
# Sagati
#
Job {
  Name = "Sagati"
  Type = Backup
  Level = Full
  Client=sagati-fd
  FileSet="sagati"
  Messages = Standard
  Storage = FILE-STORAGE
  Pool = Weekly_sagati
  Schedule = "Semanal-sagati"
  Write Bootstrap = "/var/db/bacula/Sagati.bsr"
  Priority = 10
}
#
# Sonic
#
Job {
  Name = "Sonic"
  Type = Backup
  Level = Full
  Client=sonic-fd
  FileSet="sonic"
  Messages = Standard
  Storage = FILE-STORAGE
  Pool = Daily_sonic
  Schedule = "Diario-sonic"
  Write Bootstrap = "/var/db/bacula/Sonic.bsr"
  Priority = 10
}
#
# Srpom00
# 
Job {
  Name = "Srpom00"
  Type = Backup
  Level = Full
  Client=srpom00-fd
  FileSet="srpom00"
  Messages = Standard
  Storage = FILE-STORAGE
  Pool = Daily_srpom00
  Schedule = "Diario-srpom00"
  Write Bootstrap = "/var/db/bacula/Srpom00.bsr"
  Priority = 10
}
#
# Srpom03
#
Job {
  Name = "Srpom03"
  Type = Backup
  Level = Full
  Client=srpom03-fd
  FileSet="srpom03"
  Messages = Standard
  Storage = FILE-STORAGE
  Pool = Daily_srpom03
  Schedule = "Diario-srpom03"
  Write Bootstrap = "/var/db/bacula/Srpom03.bsr"
  Priority = 10
}
#
# Srpom05
#
Job {
  Name = "Srpom05"
  Type = Backup
  Level = Full
  Client=srpom05-fd
  FileSet="srpom05"
  Messages = Standard
  Storage = FILE-STORAGE
  Pool = Daily_srpom05
  Schedule = "Diario-srpom05"
  Write Bootstrap = "/var/db/bacula/Srpom05.bsr"
  Priority = 10
}
#
# Svpom02
#
Job {
  Name = "Svpom02"
  Type = Backup
  Level = Full
  Client=svpom02-fd
  FileSet="svpom02"
  Messages = Standard
  Storage = FILE-STORAGE
  Pool = Daily_svpom02
  Schedule = "Diario-svpom02"
  Write Bootstrap = "/var/db/bacula/Svpom02.bsr"
  Priority = 10
}
#
# Svpombi
#
Job {
  Name = "Svpombi"
  Type = Backup
  Level = Full
  Client=svpombi-fd
  FileSet="svpombi"
  Messages = Standard
  Storage = FILE-STORAGE
  Pool = Daily_svpombi
  Schedule = "Diario-svpombi"
  Write Bootstrap = "/var/db/bacula/Svpombi.bsr"
  Priority = 10
}
#
# Webpi
#
Job {
  Name = "Webpi"
  Enabled= yes 
  Type = Backup
  Level = Full
  Client=webpi-fd
  FileSet="webpi"
  Messages = Standard
  Storage = FILE-STORAGE
  Pool = Daily_webpi
  Schedule = "Diario-webpi"
  Write Bootstrap = "/var/db/bacula/Webpi.bsr"
  Priority = 10
}
#
# PicaPaU 
#
Job {
  Name = "Picapau"
  Enabled= yes 
  Type = Backup
  Level = Full
  Client=picapau-fd
  FileSet="picapau"
  Messages = Standard
  Storage = FILE-STORAGE
  Pool = Daily_picapau
  Schedule = "Diario-picapau"
  Write Bootstrap = "/var/db/bacula/Picapau.bsr"
  Priority = 10
}
#
# Restore
#
Job {
  Name = "Restore_Files"
  Type = Restore
  Client= bacula-fd                 
  FileSet="bacula"
  Storage = FILE-STORAGE
  Pool = Default
  Messages = Standard
  Where = /backup/RESTORE
}
#---

# File Sets

#
# Bacula
#
FileSet {
  Name="bacula"
    Include {
      Options {
        signature=MD5
      }
      File = /boot
      File = /etc
      File = /root
      File = /usr/local/etc
      File = /var/db
      File = /var/log
    }
    Exclude {
      File = /proc
      File = /tmp
    }
}
#
# Bacula LTO-3
#
FileSet {
  Name="bacula_lto"
    Include {
      Options {
        signature=MD5
      }
      File = /backup
    }
    Exclude {
      File = /proc
      File = /backup/RESTORE
    }
}
#
#
# Bizon
#
FileSet {
  Name="bizon"
    Include {
      Options {
        signature=MD5
      }
      File = /etc
      File = /admin
      File = /usr/src/sys/i386/conf
    }
    Exclude {
      File = /tmp
    }
}
#
# Migrations
#
FileSet {
  Name="migrations"
  Enable VSS = yes
    Include {
      Options {
        signature=MD5
      }
      File = "F:/BKP"
      File = "G:/BKP"
    }
    Exclude {
      File = "C:/temp"
    }
}
#
# Rayden
#
FileSet {
  Name="rayden"
    Include {
      Options {
        signature=MD5
      }
      File = /etc
      File = /usr/local/etc/squid
      File = /usr/local/etc/sarg
      File = /usr/src/sys/i386/conf
    }
    Exclude {
      File = /tmp
    }
}
#
# Sagati
#
FileSet {
  Name="sagati"
    Include {
      Options {
        signature=MD5
      }
      File = /etc
      File = /usr/local/etc/apache22
      File = /usr/src/sys/i386/conf
      File = /usr/local/etc/snort
      File = /usr/local/etc/ntop
      File = /usr/local/etc/php.ini
      File = /usr/local/www/apache22/data/snort2pf.html
      File = /usr/local/www/apache22/data/admin
      File = /scripts
      File = /data/bkp
    }
    Exclude {
      File = /tmp
    }
}
#
# Sonic
#
FileSet {
  Name="sonic"
    Include {
      Options {
        signature=MD5
      }
      File = /etc
      File = /usr/src/sys/i386/conf
      File = /scripts
      File = /bkpcv
      File = /admin
    }
    Exclude {
      File = /tmp
      File = /bkpcv/work
    }
}
#
# Srpom00
#
FileSet {
  Name="srpom00"
  Enable VSS = yes
    Include {
      Options {
        signature=MD5
      }
      File = "F:/BKP/AD-DC204"
    }
    Exclude {
      File = "C:/tmp"
    }
}
#
# Srpom03
#
FileSet {
  Name="srpom03"
  Enable VSS = yes
    Include {
      Options {
        signature=MD5
      }
      File = "G:/Deptos"
      File = "G:/EDI/interchange"
      File = "G:/Rm\ Sistemas"
      File = "E:/Datasul"
      File = "E:/Treinamento/TreinamentoOnline/Contas_a_Receber"
      File = "F:/Users"
    }
    Exclude {
      File = "C:/temp"
      File = "F:/Users/TEMP"
    }
}
#
# Srpom05
#
FileSet {
  Name="srpom05"
    Include {
      Options {
        signature=MD5
      }
      File = /etc
      File = /util
      File = /bkpems
      File = /rpw
      File = /usr/src
      File = /sddfree/bkp-turn
    }
    Exclude {
      File = /tmp
      File = /rpw/log
      File = /usr/src/speakup-2.4.26
      File = /usr/src/rpm
    }
}
#
# Svpom02
#
FileSet {
  Name="svpom02"
    Include {
      Options {
        signature=MD5
      }
      File = /etc
      File = /bkp
      File = /datasul/app-ems204
      File = /datasul/app-hr208
      File = /datasul/scripts
      File = /usr/src/linux-2.6.8.1/.config
      File = /usr/src/linux-2.4.26/.config
    }
    Exclude {
      File = /tmp
    }
}
#
# Svpombi
#
FileSet {
  Name="svpombi"
  Enable VSS = yes
    Include {
      Options {
        signature=MD5
      }
      File = "E:/bi"
      File = "E:/BI_DESENV"
      File = "E:/BI_PROD"
      File = "E:/BI_Prova_Conceito"
      File = "E:/BKP_23-03-2007\ FINAL"
      File = "E:/QVServer8"
      File = "E:/QVSetup"
    }
    Exclude {
      File = "C:/temp"
    }
}
#
# Webpi
#
FileSet {
  Name="webpi"
    Include {
      Options {
        signature=MD5
      }
      File = /usr/local/www/apache22/data
      File = /bkp/bkp_ocomon
      File = /etc
      File = /usr/local/etc/apache22
      File = /usr/local/etc/php.ini
      File = /usr/src/sys/i386/conf
      File = /scripts
    }
    Exclude {
      File = /tmp
    }
}

#---

#
# Picapau 
#
FileSet {
  Name="picapau"
    Include {
      Options {
        signature=MD5
      }
      File = /etc
    }
    Exclude {
      File = /tmp
    }
}

#---

#
# Storage definitions
#
#
Storage {
  Name = FILE-STORAGE
  Address = 192.168.10.212
  SDPort = 9103
  Password = "Rr5xwEAr5CV5k2qnVc0aFhwPiRfuWtQ2WawPri2CBxPWON2Mn9"
  Device = FILE-STORAGE 
  Media Type = File
}
#
Storage {
  Name = LTO-3
  Address = 192.168.10.212
  SDPort = 9103
  Password = "Rr5xwEAr5CV5k2qnVc0aFhwPiRfuWtQ2WawPri2CBxPWON2Mn9"
  Device = LTO-3
  Media Type = LTO-3
}
#---

#
# Client definitions
#
Client {
  Name = bacula-fd
  Address = 192.168.10.212
  FDPort = 9102
  Catalog = Catalog
  Password = "Rr5xwEAr5CV5k2qnVc0aFhwPiRfuWtQ2WawPri2CBxPWON2Mn9"
}
Client {
  Name = bizon-fd
  Address = 192.168.10.241
  FDPort = 9102
  Catalog = Catalog
  Password = "Rr5xwEAr5CV5k2qnVc0aFhwPiRfuWtQ2WawPri2CBxPWON2Mn9"
}
Client {
  Name = migrations-fd
  Address = 192.168.10.209
  FDPort = 9102
  Catalog = Catalog
  Password = "Rr5xwEAr5CV5k2qnVc0aFhwPiRfuWtQ2WawPri2CBxPWON2Mn9"
}
Client {
  Name = rayden-fd
  Address = 192.168.10.210
  FDPort = 9102
  Catalog = Catalog
  Password = "Rr5xwEAr5CV5k2qnVc0aFhwPiRfuWtQ2WawPri2CBxPWON2Mn9"
}
Client {
  Name = sagati-fd
  Address = 192.168.10.200
  FDPort = 9102
  Catalog = Catalog
  Password = "Rr5xwEAr5CV5k2qnVc0aFhwPiRfuWtQ2WawPri2CBxPWON2Mn9"
}
Client {
  Name = sonic-fd
  Address = 192.168.10.214
  FDPort = 9102
  Catalog = Catalog
  Password = "Rr5xwEAr5CV5k2qnVc0aFhwPiRfuWtQ2WawPri2CBxPWON2Mn9"
}
Client {
  Name = srpom00-fd
  Address = 192.168.10.204
  FDPort = 9102
  Catalog = Catalog
  Password = "Rr5xwEAr5CV5k2qnVc0aFhwPiRfuWtQ2WawPri2CBxPWON2Mn9"
}
Client {
  Name = srpom03-fd
  Address = 192.168.10.207
  FDPort = 9102
  Catalog = Catalog
  Password = "Rr5xwEAr5CV5k2qnVc0aFhwPiRfuWtQ2WawPri2CBxPWON2Mn9"
}
Client {
  Name = srpom05-fd
  Address = 192.168.10.184
  FDPort = 9102
  Catalog = Catalog
  Password = "Rr5xwEAr5CV5k2qnVc0aFhwPiRfuWtQ2WawPri2CBxPWON2Mn9"
}
Client {
  Name = svpom02-fd
  Address = 192.168.10.185
  FDPort = 9102
  Catalog = Catalog
  Password = "Rr5xwEAr5CV5k2qnVc0aFhwPiRfuWtQ2WawPri2CBxPWON2Mn9"
}
Client {
  Name = svpombi-fd
  Address = 192.168.10.211
  FDPort = 9102
  Catalog = Catalog
  Password = "Rr5xwEAr5CV5k2qnVc0aFhwPiRfuWtQ2WawPri2CBxPWON2Mn9"
}
Client {
  Name = webpi-fd
  Address = 192.168.10.220
  FDPort = 9102
  Catalog = Catalog
  Password = "Rr5xwEAr5CV5k2qnVc0aFhwPiRfuWtQ2WawPri2CBxPWON2Mn9"
}
Client {
  Name = picapau-fd
  Address = 192.168.10.213
  FDPort = 9102
  Catalog = Catalog
  Password = "Rr5xwEAr5CV5k2qnVc0aFhwPiRfuWtQ2WawPri2CBxPWON2Mn9"
}

#---

#
# Catalogs
#
Catalog {
  Name = Catalog
  dbname = bacula; user = bacula; password = "UC0K9RXjF2RQ"
}

#
# Messagens modes and cofiguration
#
Messages {
  Name = Daemon
  mailcommand = "/usr/local/sbin/bsmtp -h localhost -f \"\(Bacula\) %r\" -s 
\"Bacula daemon message\" %r"
  mail = [EMAIL PROTECTED] = all, !skipped            
  console = all, !skipped, !saved
  append = "/var/db/bacula/log" = all, !skipped
}

Messages {
  Name = Standard
  mailcommand = "/usr/local/sbin/bsmtp -h localhost -f \"\(Bacula\) %r\" -s 
\"Bacula: %t %e of %c %l\" %r"
  operatorcommand = "/usr/local/sbin/bsmtp -h localhost -f \"\(Bacula\) %r\" -s 
\"Bacula: Intervention needed for %j\" %r"
  mail = [EMAIL PROTECTED] = all, !skipped            
  operator = [EMAIL PROTECTED] = mount
  console = all, !skipped, !saved
  append = "/var/db/bacula/log" = all, !skipped
}
#---

#
# Pools
#
Pool {
  Name = Default
  Pool Type = Backup
  Recycle = yes # Bacula can automatically recycle Volumes
  AutoPrune = yes # Prune expired volumes
  Volume Retention = 365 days # one year
}
#
# Bacula
#
Pool {
  Name = Daily_bacula
  Maximum Volumes = 15
  Maximum Volumes Jobs = 1
  Volume Use Duration = 0
  Pool Type = Backup
  LabelFormat = "BACULA-FULL-"
  Volume Retention = 15 days
  Recycle = yes
  AutoPrune = yes
}
Pool {
  Name = Daily_bacula_lto
  Maximum Volumes = 15
  Maximum Volumes Jobs = 1
  Volume Use Duration = 0
  Pool Type = Backup
  Volume Retention = 15 days
  Recycle = yes
  AutoPrune = yes
}
#
# Bizon
#
Pool {
  Name = Weekly_bizon
  Maximum Volumes = 15
  Maximum Volumes Jobs = 1
  Volume Use Duration = 0
  Pool Type = Backup
  LabelFormat = "BIZON-FULL-"
  Volume Retention = 15 days
  Recycle = yes
  AutoPrune = yes
}
#
# Migrations
#
Pool {
  Name = Daily_migrations
  Maximum Volumes = 15
  Maximum Volumes Jobs = 1
  Volume Use Duration = 0
  Pool Type = Backup
  LabelFormat = "MIGRATIONS-FULL-"
  Volume Retention = 15 days
  Recycle = yes
  AutoPrune = yes
}
#
# Rayden
#
Pool {
  Name = Weekly_rayden
  Maximum Volumes = 15
  Maximum Volumes Jobs = 1
  Volume Use Duration = 0
  Pool Type = Backup
  LabelFormat = "RAYDEN-FULL-"
  Volume Retention = 15 days
  Recycle = yes
  AutoPrune = yes
}
#
# Sagati
#
Pool {
  Name = Weekly_sagati
  Maximum Volumes = 15
  Maximum Volumes Jobs = 1
  Volume Use Duration = 0
  Pool Type = Backup
  LabelFormat = "SAGATI-FULL-"
  Volume Retention = 15 days
  Recycle = yes
  AutoPrune = yes
}
#
# Sonic
#
Pool {
  Name = Daily_sonic
  Maximum Volumes = 15
  Maximum Volumes Jobs = 1
  Volume Use Duration = 0
  Pool Type = Backup
  LabelFormat = "SONIC-FULL-"
  Volume Retention = 15 days
  Recycle = yes
  AutoPrune = yes
}
#
# Srpom00
#
Pool {
  Name = Daily_srpom00
  Maximum Volumes = 15
  Maximum Volumes Jobs = 1
  Volume Use Duration = 0
  Pool Type = Backup
  LabelFormat = "SRPOM00-FULL-"
  Volume Retention = 15 days
  Recycle = yes
  AutoPrune = yes
}
#
# Srpom03
#
Pool {
  Name = Daily_srpom03
  Maximum Volumes = 15
  Maximum Volumes Jobs = 1
  Volume Use Duration = 0
  Pool Type = Backup
  LabelFormat = "SRPOM03-FULL-"
  Volume Retention = 15 days
  Recycle = yes
  AutoPrune = yes
}
#
# Srpom05
#
Pool {
  Name = Daily_srpom05
  Maximum Volumes = 15
  Maximum Volumes Jobs = 1
  Volume Use Duration = 0
  Pool Type = Backup
  LabelFormat = "SRPOM05-FULL-"
  Volume Retention = 15 days
  Recycle = yes
  AutoPrune = yes
}
#
# Svpom02
#
Pool {
  Name = Daily_svpom02
  Maximum Volumes = 15
  Maximum Volumes Jobs = 1
  Volume Use Duration = 0
  Pool Type = Backup
  LabelFormat = "SVPOM02-FULL-"
  Volume Retention = 15 days
  Recycle = yes
  AutoPrune = yes
}
#
# Svpombi
#
Pool {
  Name = Daily_svpombi
  Maximum Volumes = 15
  Maximum Volumes Jobs = 1
  Volume Use Duration = 0
  Pool Type = Backup
  LabelFormat = "SVPOMBI-FULL-"
  Volume Retention = 15 days
  Recycle = yes
  AutoPrune = yes
}
#
# Webpi
#
Pool {
  Name = Daily_webpi
  Maximum Volumes = 15
  Maximum Volumes Jobs = 1
  Volume Use Duration = 0
  Pool Type = Backup
  LabelFormat = "WEBPI-FULL-"
  Volume Retention = 15 days
  Recycle = yes
  AutoPrune = yes
}
#
# Picapau 
#
Pool {
  Name = Daily_picapau
  Maximum Volumes = 15
  Maximum Volumes Jobs = 1
  Volume Use Duration = 0
  Pool Type = Backup
  LabelFormat = "PICAPAU-FULL-"
  Volume Retention = 15 days
  Recycle = yes
  AutoPrune = yes
}

Director {
  Name = bacula-dir
  Password = "Rr5xwEAr5CV5k2qnVc0aFhwPiRfuWtQ2WawPri2CBxPWON2Mn9"
}

Director {
  Name = bacula-mon
  Password = "Rr5xwEAr5CV5k2qnVc0aFhwPiRfuWtQ2WawPri2CBxPWON2Mn9"
  Monitor = yes
}

#
# "Global" File daemon configuration specifications
#
FileDaemon {                          # this is me
  Name = bacula-fd
  FDport = 9102                  # where we listen for the director
  WorkingDirectory = /var/db/bacula
  Pid Directory = /var/run
  Maximum Concurrent Jobs = 20
}

# Send all messages except skipped files back to Director
Messages {
  Name = Standard
  director = bacula-dir = all, !skipped, !restored
}
#
Storage {                             # definition of myself
  Name = bacula-sd
  SDPort = 9103                  # Director's port      
  WorkingDirectory = "/var/db/bacula"
  Pid Directory = "/var/run"
  Maximum Concurrent Jobs = 20
}

Director {
  Name = bacula-dir
  Password = "Rr5xwEAr5CV5k2qnVc0aFhwPiRfuWtQ2WawPri2CBxPWON2Mn9"
}

Director {
  Name = bacula-mon
  Password = "Rr5xwEAr5CV5k2qnVc0aFhwPiRfuWtQ2WawPri2CBxPWON2Mn9"
  Monitor = yes
}

#
# LTO-3 Ultrium
#
Device {
 Name = LTO-3                        
 Media Type = LTO-3
 Archive Device = /dev/sa0
 AutomaticMount = yes;               
 AlwaysOpen = yes;
 RemovableMedia = yes;
 RandomAccess = no;
 Hardware End of Medium = no
 BSF at EOM = yes
 Backward Space Record = no
 Fast Forward Space File = no
 TWO EOF = yes
}

#
# Hard Disk Storage
#

Device {
  Name = FILE-STORAGE
  Media Type = File
  Archive Device = /backup
  Random Access = Yes;
  AutomaticMount = yes;
  RemovableMedia = no;
  AlwaysOpen = yes;
  LabelMedia = yes
}

Messages {
  Name = Standard
  director = bacula-dir = all
  operator = root = mount
}
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to