[prev in list] [next in list] [prev in thread] [next in thread] 

List:       bacula-users
Subject:    Re: [Bacula-users] bacula can't make use of multi drives
From:       Süleyman_Kuran <skuran () ayk ! gov ! tr>
Date:       2014-11-26 7:15:40
Message-ID: 54757E1C.5010901 () ayk ! gov ! tr
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Thanks for your reply.

My autochanger device definition in bacula-sd.conf is as follows. I
removed unrelated changer commands in Drive resource directives as you
suggested, maybe those direcives mess up bacula, I will see what happens.

Autochanger {
  Name = AYKAutochanger
  Device = Drive-1
  Device = Drive-2
  Device = Drive-3
  Device = Drive-4
  Changer Command = "/usr/libexec/bacula/mtx-changer %c %o %S %a %d"
  Changer Device = /dev/sg9
}

Best regards,


On 25-11-2014 18:25, Ana Emília M. Arruda wrote:
> Hello,
> 
> Do you have an autochanger device definition in your bacula-sd.conf?
> 
> Autochanger {
> Name = "AYKAutochanger"
> Device = Drive-1, Drive-2, Drive-3, Drive-4
> Changer Device = /dev/sg9
> Changer Command = "/usr/libexec/bacula/mtx-changer %c %o %S %a %d"
> }
> 
> In your Drives definitions, you don´t need to have Changer Device nor
> Changer Command defined. The bellow lines should be removed from your
> drives definitions:
> 
> Changer Command = "/usr/libexec/bacula/mtx-changer %c %o %S %a %d"
> #  Changer Device = /dev/changer
> Changer Device = /dev/sg9
> AutoChanger = yes
> 
> Best regards,
> Ana
> 
> On Tue, Nov 25, 2014 at 5:46 AM, Süleyman Kuran <skuran@ayk.gov.tr
> <mailto:skuran@ayk.gov.tr>> wrote:
> 
> I still can't find the final key to my puzzle :)
> 
> Jobs (from the same pool)  are still waiting the first drive to
> finish. I followed Ana's advise and set Max Concurrent Jobs = 1 in
> the Device directive in bacula-sd.conf and other configs in
> bacula-dir.conf  The following are related parts of config files.
> Please advice.
> 
> Best regards,
> 
> bacula-sd.conf
> =================================================
> ...
> Storage {                             # definition of myself
> Name = bacula-sd
> SDPort = 9103                  # Director's port     
> WorkingDirectory = "/var/spool/bacula"
> Pid Directory = "/var/run"
> Maximum Concurrent Jobs = 20
> }
> Device {
> Name = Drive-1
> Drive Index = 0
> Media Type = LTO-5
> Archive Device = /dev/nst0
> AutomaticMount = yes
> AlwaysOpen = yes
> RemovableMedia = yes
> Random Access = no
> Maximum File Size = 10GB
> Changer Command = "/usr/libexec/bacula/mtx-changer %c %o %S %a %d"
> #  Changer Device = /dev/changer
> Changer Device = /dev/sg9
> AutoChanger = yes
> ##  # Enable the Alert command only if you have the mtx package loaded
> Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'"
> ### If you have smartctl, enable this, it has more info than tapeinfo
> #Alert Command = "sh -c 'smartctl -H -l error %c'" 
> Maximum Concurrent Jobs = 1
> }
> Device {
> Name = Drive-2
> Drive Index = 1
> Media Type = LTO-5
> Archive Device = /dev/nst1
> AutomaticMount = yes
> AlwaysOpen = yes
> RemovableMedia = yes
> Random Access = no
> Maximum File Size = 10GB
> Changer Command = "/usr/libexec/bacula/mtx-changer %c %o %S %a %d"
> #  Changer Device = /dev/changer
> Changer Device = /dev/sg9
> AutoChanger = yes
> Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'"
> Maximum Concurrent Jobs = 1
> }
> Device {
> Name = Drive-3
> Drive Index = 2
> Media Type = LTO-5
> Archive Device = /dev/nst2
> AutomaticMount = yes
> AlwaysOpen = yes
> RemovableMedia = yes
> Random Access = no
> Maximum File Size = 10GB
> Changer Command = "/usr/libexec/bacula/mtx-changer %c %o %S %a %d"
> #  Changer Device = /dev/changer
> Changer Device = /dev/sg9
> AutoChanger = yes
> Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'"
> Maximum Concurrent Jobs = 1
> }
> Device {
> Name = Drive-4
> Drive Index = 3
> Media Type = LTO-5
> Archive Device = /dev/nst3
> AutomaticMount = yes
> AlwaysOpen = yes
> RemovableMedia = yes
> Random Access = no
> Maximum File Size = 10GB
> Changer Command = "/usr/libexec/bacula/mtx-changer %c %o %S %a %d"
> #  Changer Device = /dev/changer
> Changer Device = /dev/sg9
> AutoChanger = yes
> Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'"
> Maximum Concurrent Jobs = 1
> }
> ...
> ==================================================================
> bacula-dir.conf
> ...
> Storage {
> Name = "Fujitsu ETERNUS LT60"
> Address = fqdn.bacula.tld                # N.B. Use a fully
> qualified name here
> SDPort = 9103
> Password = "mypass"          # password for Storage daemon
> Device = AYKAutochanger
> Media Type = LTO-5                  # must be same as MediaType
> in Storage daemon
> Autochanger = yes                   # enable for autochanger device
> Maximum Concurrent Jobs = 20
> }
> Director {                            # define myself
> Name = bacula-dir
> DIRport = 9101                # where we listen for UA connections
> #QueryFile = "/usr/libexec/bacula/query.sql"
> QueryFile = "/etc/bacula/query.sql"
> WorkingDirectory = "/var/spool/bacula"
> PidDirectory = "/var/run"
> Maximum Concurrent Jobs = 20
> Password = "mypasswd"         # Console password
> Messages = Daemon
> }
> Client {
> Name = bacula-fd
> Address = localhost
> FDPort = 9102
> Catalog = MyCatalog
> Password = "mypasswd"          # password for FileDaemon
> Maximum Concurrent Jobs = 20
> }
> 
> 
> 
> 
> On 21-11-2014 01:27, Kelley, Jared wrote:
> > Yep, that was the final key to the puzzle.  SUCCESS!!
> > Thank you so much for your help with this.
> > I'm running test jobs now with the new setting and I'm 4 jobs
> > from same pool are writing to 
> > 4 different drives and volumes concurrently.
> > Again, your help is much appreciated.
> > 
> > Thank you
> > 
> > Jared
> > 
> > From: "Ana Emília M. Arruda" <emiliaarruda@gmail.com
> > <mailto:emiliaarruda@gmail.com>>
> > Date: Thursday, November 20, 2014 at 1:39 PM
> > To: "Kelley, Jared" <jkelley@popcap.com <mailto:jkelley@popcap.com>>
> > Cc: bacula-users <bacula-users@lists.sourceforge.net
> > <mailto:bacula-users@lists.sourceforge.net>>
> > Subject: Re: [Bacula-users] bacula can't make use of multi drives
> > 
> > Hi Jared,
> > 
> > Try setting 
> > Maximum Concurrent Jobs = 1
> > in each device definition. This will spread your 4 jobs in 4
> > drives of your autochanger device.
> > 
> > Device {
> > 
> > Name = Drive0 
> > 
> > Drive Index = 0
> > 
> > Media Type = LTO
> > 
> > Archive Device =
> > /dev/tape/by-path/ip-IPiscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-01-lun-0-nst
> >  
> > AutomaticMount = yes;               # when device opened, read it
> > 
> > AlwaysOpen = yes;
> > 
> > RemovableMedia = yes;
> > 
> > RandomAccess = no;
> > 
> > LabelMedia = no;
> > 
> > AutoChanger = yes
> > 
> > # Enable the Alert command only if you have the mtx package loaded
> > 
> > Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'"
> > 
> > SpoolDirectory = /etc/bacula/spool
> > 
> > 
> > 
> > 
> > Maximum Concurrent Jobs = 1
> > 
> > }
> > 
> > 
> > Best regards,
> > Ana
> > 
> > 
> > On Thu, Nov 20, 2014 at 6:33 PM, Kelley, Jared
> > <jkelley@popcap.com <mailto:jkelley@popcap.com>> wrote:
> > 
> > Ok, I've done some reconfiguring.   Will paste my new
> > configuration files below as well as bconsole output from
> > show pools, list volumes, status storage and querying volumes
> > per job.  I am running 4 concurrent jobs to the same pool and
> > the writes are still interleaving data to the same volume.
> > I stopped and started bacula-sd,  dir and fd, ran update
> > slots scan before kicking off these jobs.  Status storage
> > shows the new device names and things are working, aside from
> > the single tape being written to by all 4 jobs.
> > 
> > Still not sure where I'm going wrong with bacula and writing
> > to multiple volumes at the same time from the same pool. 
> > Currently the only way I've achieved this with mixed results,
> > i.e. success and failures, is with 'prefer mounted volumes = no.
> > > \
> > 
> > ############# BEGIN BACULA-SD.CONF  ############
> > 
> > SEA-12176-MAC:backup02_bacula jkelley$ cat bacula-sd.conf 
> > 
> > #
> > 
> > # Default Bacula Storage Daemon Configuration file
> > 
> > #
> > 
> > #  For Bacula release 3.0.1 (30 April 2009) -- debian 5.0.1
> > 
> > #
> > 
> > # You may need to change the name of your tape drive
> > 
> > #   on the "Archive Device" directive in the Device
> > 
> > #   resource.  If you change the Name and/or the 
> > 
> > #   "Media Type" in the Device resource, please ensure
> > 
> > #   that dird.conf has corresponding changes.
> > 
> > #
> > 
> > 
> > Storage {                             # definition of myself
> > 
> > Name = backup02-sd
> > 
> > SDPort = 9103                  # Director's port      
> > 
> > WorkingDirectory = "/etc/bacula/working"
> > 
> > Pid Directory = "/var/run/bacula"
> > 
> > Maximum Concurrent Jobs = 20
> > 
> > }
> > 
> > 
> > 
> > # List Directors who are permitted to contact Storage daemon
> > 
> > #
> > 
> > Director {
> > 
> > Name = backup02-dir
> > 
> > Password = password
> > 
> > }
> > 
> > 
> > 
> > ## Restricted Director, used by tray-monitor to get the
> > 
> > #   status of the storage daemon
> > 
> > ##
> > 
> > Director {
> > 
> > Name = backup02-mon
> > 
> > Password = password
> > 
> > Monitor = yes
> > 
> > }
> > 
> > 
> > # Devices supported by this Storage daemon
> > 
> > # To connect, the Director's bacula-dir.conf must have the
> > 
> > #  same Name and MediaType. 
> > 
> > #
> > 
> > 
> > Autochanger {
> > 
> > Name = Autochanger
> > 
> > Device = Drive0, Drive1, Drive2, Drive3, Drive4, Drive5,
> > Drive6, Drive7, Drive8, Drive9
> > 
> > Changer Command = "/etc/bacula/scripts/mtx-changer %c %o %S
> > %a %d"
> > 
> > Changer Device = /dev/sg12
> > 
> > }
> > 
> > 
> > 
> > Device {
> > 
> > Name = Drive0 
> > 
> > Drive Index = 0
> > 
> > Media Type = LTO
> > 
> > Archive Device =
> > /dev/tape/by-path/ip-IPiscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-01-lun-0-nst
> >  
> > AutomaticMount = yes;               # when device opened,
> > read it
> > 
> > AlwaysOpen = yes;
> > 
> > RemovableMedia = yes;
> > 
> > RandomAccess = no;
> > 
> > LabelMedia = no;
> > 
> > AutoChanger = yes
> > 
> > # Enable the Alert command only if you have the mtx package
> > loaded
> > 
> > Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'"
> > 
> > SpoolDirectory = /etc/bacula/spool
> > 
> > 
> > 
> > Maximum Concurrent Jobs = 20 
> > 
> > }
> > 
> > 
> > Device {
> > 
> > Name = Drive1
> > 
> > Drive Index = 1
> > 
> > Media Type = LTO
> > 
> > Archive Device =
> > /dev/tape/by-path/ip-IPiscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-02-lun-0-nst
> >  
> > AutomaticMount = yes;               # when device opened,
> > read it
> > 
> > AlwaysOpen = yes;
> > 
> > RemovableMedia = yes;
> > 
> > RandomAccess = no;
> > 
> > LabelMedia = no;
> > 
> > AutoChanger = yes
> > 
> > # Enable the Alert command only if you have the mtx package
> > loaded
> > 
> > Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'"
> > 
> > SpoolDirectory = /etc/bacula/spool
> > 
> > Maximum Concurrent Jobs = 20 
> > 
> > }
> > 
> > 
> > Device {
> > 
> > Name = Drive2
> > 
> > Drive Index = 2
> > 
> > Media Type = LTO
> > 
> > Archive Device =
> > /dev/tape/by-path/ip-IPiscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-03-lun-0-nst
> >  
> > AutomaticMount = yes;               # when device opened,
> > read it
> > 
> > AlwaysOpen = yes;
> > 
> > RemovableMedia = yes;
> > 
> > RandomAccess = no;
> > 
> > LabelMedia = no;
> > 
> > AutoChanger = yes
> > 
> > # Enable the Alert command only if you have the mtx package
> > loaded
> > 
> > Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'"
> > 
> > SpoolDirectory = /etc/bacula/spool
> > 
> > Maximum Concurrent Jobs = 20 
> > 
> > }
> > 
> > 
> > Device {
> > 
> > Name = Drive3
> > 
> > Drive Index = 3
> > 
> > Media Type = LTO
> > 
> > Archive Device =
> > /dev/tape/by-path/ip-IPiscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-04-lun-0-nst
> >  
> > AutomaticMount = yes;               # when device opened,
> > read it
> > 
> > AlwaysOpen = yes;
> > 
> > RemovableMedia = yes;
> > 
> > RandomAccess = no;
> > 
> > LabelMedia = no;
> > 
> > AutoChanger = yes
> > 
> > # Enable the Alert command only if you have the mtx package
> > loaded
> > 
> > Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'"
> > 
> > SpoolDirectory = /etc/bacula/spool
> > 
> > Maximum Concurrent Jobs = 20 
> > 
> > }
> > 
> > 
> > Device {
> > 
> > Name = Drive4
> > 
> > Drive Index = 4
> > 
> > Media Type = LTO
> > 
> > Archive Device =
> > /dev/tape/by-path/ip-IPiscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-05-lun-0-nst
> >  
> > AutomaticMount = yes;               # when device opened,
> > read it
> > 
> > AlwaysOpen = yes;
> > 
> > RemovableMedia = yes;
> > 
> > RandomAccess = no;
> > 
> > LabelMedia = no;
> > 
> > AutoChanger = yes
> > 
> > # Enable the Alert command only if you have the mtx package
> > loaded
> > 
> > Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'"
> > 
> > SpoolDirectory = /etc/bacula/spool
> > 
> > Maximum Concurrent Jobs = 20 
> > 
> > }
> > 
> > 
> > Device {
> > 
> > Name = Drive5
> > 
> > Drive Index = 5
> > 
> > Media Type = LTO
> > 
> > Archive Device =
> > /dev/tape/by-path/ip-IPiscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-06-lun-0-nst
> >  
> > AutomaticMount = yes;               # when device opened,
> > read it
> > 
> > AlwaysOpen = yes;
> > 
> > RemovableMedia = yes;
> > 
> > RandomAccess = no;
> > 
> > LabelMedia = no;
> > 
> > AutoChanger = yes
> > 
> > # Enable the Alert command only if you have the mtx package
> > loaded
> > 
> > Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'"
> > 
> > SpoolDirectory = /etc/bacula/spool
> > 
> > Maximum Concurrent Jobs = 20 
> > 
> > }
> > 
> > 
> > Device {
> > 
> > Name = Drive6
> > 
> > Drive Index = 6
> > 
> > Media Type = LTO
> > 
> > Archive Device =
> > /dev/tape/by-path/ip-IPiscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-07-lun-0-nst
> >  
> > AutomaticMount = yes;               # when device opened,
> > read it
> > 
> > AlwaysOpen = yes;
> > 
> > RemovableMedia = yes;
> > 
> > RandomAccess = no;
> > 
> > LabelMedia = no;
> > 
> > AutoChanger = yes
> > 
> > # Enable the Alert command only if you have the mtx package
> > loaded
> > 
> > Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'"
> > 
> > SpoolDirectory = /etc/bacula/spool
> > 
> > Maximum Concurrent Jobs = 20 
> > 
> > }
> > 
> > 
> > Device {
> > 
> > Name = Drive7
> > 
> > Drive Index = 7
> > 
> > Media Type = LTO
> > 
> > Archive Device =
> > /dev/tape/by-path/ip-IPiscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-08-lun-0-nst
> >  
> > AutomaticMount = yes;               # when device opened,
> > read it
> > 
> > AlwaysOpen = yes;
> > 
> > RemovableMedia = yes;
> > 
> > RandomAccess = no;
> > 
> > LabelMedia = no;
> > 
> > AutoChanger = yes
> > 
> > # Enable the Alert command only if you have the mtx package
> > loaded
> > 
> > Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'"
> > 
> > SpoolDirectory = /etc/bacula/spool
> > 
> > Maximum Concurrent Jobs = 20 
> > 
> > }
> > 
> > 
> > Device {
> > 
> > Name = Drive8
> > 
> > Drive Index = 8
> > 
> > Media Type = LTO
> > 
> > Archive Device =
> > /dev/tape/by-path/ip-IPiscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-09-lun-0-nst
> >  
> > AutomaticMount = yes;               # when device opened,
> > read it
> > 
> > AlwaysOpen = yes;
> > 
> > RemovableMedia = yes;
> > 
> > RandomAccess = no;
> > 
> > LabelMedia = no;
> > 
> > AutoChanger = yes
> > 
> > # Enable the Alert command only if you have the mtx package
> > loaded
> > 
> > Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'"
> > 
> > SpoolDirectory = /etc/bacula/spool
> > 
> > Maximum Concurrent Jobs = 20 
> > 
> > }
> > 
> > 
> > Device {
> > 
> > Name = Drive9
> > 
> > Drive Index = 9
> > 
> > Media Type = LTO
> > 
> > Archive Device =
> > /dev/tape/by-path/ip-IPiscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-10-lun-0-nst
> >  
> > AlwaysOpen = yes;
> > 
> > RemovableMedia = yes;
> > 
> > RandomAccess = no;
> > 
> > LabelMedia = no;
> > 
> > AutoChanger = yes
> > 
> > # Enable the Alert command only if you have the mtx package
> > loaded
> > 
> > Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'"
> > 
> > SpoolDirectory = /etc/bacula/spool
> > 
> > Maximum Concurrent Jobs = 20 
> > 
> > }
> > 
> > 
> > 
> > # Send all messages except skipped files back to Director
> > 
> > Messages {
> > 
> > Name = Standard
> > 
> > director = backup02-dir = all, !skipped, !restored
> > 
> > }
> > 
> > 
> > 
> > ####### END SD.CONF #####
> > 
> > 
> > ###### BEGIN DIR.CONF ####
> > 
> > # Default Bacula Director Configuration file
> > 
> > #
> > 
> > #  The only thing that MUST be changed is to add one or more
> > 
> > #   file or directory names in the Include directive of the
> > 
> > #   FileSet resource.
> > 
> > #
> > 
> > #  For Bacula release 3.0.1 (30 April 2009) -- debian 5.0.1
> > 
> > #
> > 
> > #  You might also want to change the default email address
> > 
> > #   from root to your address.  See the "mail" and "operator"
> > 
> > #   directives in the Messages resource.
> > 
> > #
> > 
> > 
> > ###
> > 
> > ### Source other config files
> > 
> > ###
> > 
> > 
> > @/etc/bacula/clients.conf
> > 
> > @/etc/bacula/jobs.conf
> > 
> > 
> > ###
> > 
> > ### Basic director configuration
> > 
> > ###
> > 
> > 
> > Director {                            # define myself
> > 
> > Name = backup-dir
> > 
> > DIRport = 9101                # where we listen for UA
> > connections
> > 
> > QueryFile = "/etc/bacula/query.sql"
> > 
> > WorkingDirectory = "/etc/bacula/working"
> > 
> > PidDirectory = "/var/run/bacula"
> > 
> > Maximum Concurrent Jobs = 20 
> > 
> > #  Password = password
> > 
> > Password = password
> > 
> > Messages = Daemon
> > 
> > DIRAddress = localhost
> > 
> > }
> > 
> > 
> > 
> > ###
> > 
> > ### Storage
> > 
> > ###
> > 
> > 
> > 
> > # Storage device for tape
> > 
> > Storage {
> > 
> > Name = Autochanger
> > 
> > Address = backup.               # N.B. Use a fully
> > qualified name here, not localhost
> > 
> > SDPort = 9103
> > 
> > Password = password
> > 
> > Device = Autochanger
> > 
> > Media Type = LTO
> > 
> > Autochanger = yes                   # enable for
> > autochanger device
> > 
> > Maximum Concurrent Jobs = 20 
> > 
> > }
> > 
> > 
> > 
> > #Storage {
> > 
> > ###
> > 
> > ###
> > 
> > ### Storage pools
> > 
> > ###
> > 
> > # Default storage pool
> > 
> > Pool {
> > 
> > Name = Default
> > 
> > Pool Type = Backup
> > 
> > Storage = Autochanger
> > 
> > Recycle = no                       # Bacula can
> > automatically recycle Volumes
> > 
> > AutoPrune = yes                     # Prune expired volumes
> > 
> > Volume Retention = 365 days         # one year
> > 
> > Maximum Volume Bytes = 2500G
> > 
> > }
> > 
> > 
> > ###
> > 
> > # social service storage pool
> > 
> > Pool {
> > 
> > Name = svc
> > 
> > Pool Type = Backup
> > 
> > Storage = Autochanger 
> > 
> > Recycle = no                       # Bacula can
> > automatically recycle Volumes
> > 
> > AutoPrune = yes                     # Prune expired volumes
> > 
> > Volume Retention = 365 days         # one year
> > 
> > Maximum Volume Bytes = 2500G
> > 
> > }
> > 
> > 
> > # database service storage pool
> > 
> > Pool {
> > 
> > Name = database 
> > 
> > Pool Type = Backup
> > 
> > Storage = Autochanger
> > 
> > Recycle = no                       # Bacula can
> > automatically recycle Volumes
> > 
> > AutoPrune = yes                     # Prune expired volumes
> > 
> > Volume Retention = 365 days         # one year
> > 
> > Maximum Volume Bytes = 2500G
> > 
> > }
> > 
> > 
> > 
> > 
> > ###
> > 
> > ### Backup catalog
> > 
> > ###
> > 
> > 
> > # Generic catalog service
> > 
> > Catalog {
> > 
> > Name = MyCatalog
> > 
> > # Uncomment the following line if you want the dbi driver
> > 
> > # dbdriver = "dbi:mysql"; dbaddress = 127.0.0.1; dbport =  
> > 
> > dbname = "bacula"; dbuser = ""; dbpassword = "password"
> > 
> > }
> > 
> > 
> > 
> > ###
> > 
> > ### Logging
> > 
> > ###
> > 
> > 
> > # Reasonable message delivery -- send most everything to
> > email address
> > 
> > #  and to the console
> > 
> > Messages {
> > 
> > Name = Standard
> > 
> > #
> > 
> > # NOTE! If you send to two email or more email addresses, you
> > will need
> > 
> > #  to replace the %r in the from field (-f part) with a
> > single valid
> > 
> > #  email address in both the mailcommand and the operatorcommand.
> > 
> > #  What this does is, it sets the email address that emails
> > would display
> > 
> > #  in the FROM field, which is by default the same email as
> > they're being
> > 
> > #  sent to.  However, if you send email to more than one
> > address, then
> > 
> > #  you'll have to set the FROM address manually, to a single
> > address. 
> > 
> > #  for example, a 'no-reply@mydomain.com
> > <mailto:no-reply@mydomain.com>', is better since that tends to
> > 
> > #  tell (most) people that its coming from an automated source.
> > 
> > 
> > #
> > 
> > mailcommand = "/usr/sbin/bsmtp -h localhost -f \"\(Bacula\)
> > \<%r\>\" -s \"Bacula: %t %e of %c %l\" %r"
> > 
> > operatorcommand = "/usr/sbin/bsmtp -h localhost -f
> > \"\(Bacula\) \<%r\>\" -s \"Bacula: Intervention needed for
> > %j\" %r"
> > 
> > mail on error = whodat@wedat.com <mailto:whodat@wedat.com>
> > = all, !skipped            
> > 
> > operator = whodat@wedat.com <mailto:whodat@wedat.com>= mount
> > 
> > console = all, !skipped, !saved
> > 
> > #
> > 
> > # WARNING! the following will create a file that you must
> > cycle from
> > 
> > #          time to time as it will grow indefinitely.
> > However, it will
> > 
> > #          also keep all your messages if they scroll off the
> > console.
> > 
> > #
> > 
> > append = "/etc/bacula/working/log" = all, !skipped
> > 
> > 
> > catalog = all, !skipped, !saved
> > 
> > }
> > 
> > 
> > 
> > #
> > 
> > # Message delivery for daemon messages (no job).
> > 
> > Messages {
> > 
> > Name = Daemon
> > 
> > mailcommand = "/usr/sbin/bsmtp -h localhost -f \"\(Bacula\)
> > \<%r\>\" -s \"Bacula daemon message\" %r"
> > 
> > mail = @localhost = all, !skipped            
> > 
> > console = all, !skipped, !saved
> > 
> > append = "/etc/bacula/working/log" = all, !skipped
> > 
> > }
> > 
> > 
> > 
> > ###
> > 
> > ### Console
> > 
> > ###
> > 
> > 
> > # Restricted console used by tray-monitor to get the status
> > of the director
> > 
> > Console {
> > 
> > Name = backup-mon
> > 
> > Password = password
> > 
> > CommandACL = status, .status
> > 
> > }
> > 
> > 
> > 
> > ###### END DIR.CONF ####
> > 
> > #### SHOW POOLS OUTPUT ####
> > 
> > Pool: name=Default PoolType=Backup
> > 
> > use_cat=1 use_once=0 cat_files=1
> > 
> > max_vols=0 auto_prune=1 VolRetention=1 year 
> > 
> > VolUse=0 secs recycle=0 LabelFormat=*None*
> > 
> > CleaningPrefix=*None* LabelType=0
> > 
> > RecyleOldest=0 PurgeOldest=0 ActionOnPurge=0
> > 
> > MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=2684354560000
> > 
> > MigTime=0 secs MigHiBytes=0 MigLoBytes=0
> > 
> > JobRetention=0 secs FileRetention=0 secs
> > 
> > --> Storage: name=Autochanger
> > address=backup02.wes.popcap.com
> > <http://backup02.wes.popcap.com> SDport=9103 MaxJobs=20
> > 
> > DeviceName=Autochanger MediaType=LTO StorageId=13
> > 
> > Pool: name=svc PoolType=Backup
> > 
> > use_cat=1 use_once=0 cat_files=1
> > 
> > max_vols=0 auto_prune=1 VolRetention=1 year 
> > 
> > VolUse=0 secs recycle=0 LabelFormat=*None*
> > 
> > CleaningPrefix=*None* LabelType=0
> > 
> > RecyleOldest=0 PurgeOldest=0 ActionOnPurge=0
> > 
> > MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=2684354560000
> > 
> > MigTime=0 secs MigHiBytes=0 MigLoBytes=0
> > 
> > JobRetention=0 secs FileRetention=0 secs
> > 
> > --> Storage: name=Autochanger
> > address=backup02.wes.popcap.com
> > <http://backup02.wes.popcap.com> SDport=9103 MaxJobs=20
> > 
> > DeviceName=Autochanger MediaType=LTO StorageId=13
> > 
> > Pool: name=database PoolType=Backup
> > 
> > use_cat=1 use_once=0 cat_files=1
> > 
> > max_vols=0 auto_prune=1 VolRetention=1 year 
> > 
> > VolUse=0 secs recycle=0 LabelFormat=*None*
> > 
> > CleaningPrefix=*None* LabelType=0
> > 
> > RecyleOldest=0 PurgeOldest=0 ActionOnPurge=0
> > 
> > MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=2684354560000
> > 
> > MigTime=0 secs MigHiBytes=0 MigLoBytes=0
> > 
> > JobRetention=0 secs FileRetention=0 secs
> > 
> > --> Storage: name=Autochanger
> > address=backup02.wes.popcap.com
> > <http://backup02.wes.popcap.com> SDport=9103 MaxJobs=20
> > 
> > DeviceName=Autochanger MediaType=LTO StorageId=13
> > 
> > 
> > 
> > #### OUTPUT FROM QUERY option 15 #####
> > 
> > 15: List Volumes Bacula thinks are in changer
> > 
> > 16: List Volumes likely to need replacement from age or
> > errors
> > 
> > Choose a query (1-16): 15
> > 
> > +---------+------------+-------------+-------------+------+----------+-----------+-----------+
> >  
> > > MediaId | VolumeName | GB          | Storage     | Slot |
> > Pool     | MediaType | VolStatus |
> > 
> > +---------+------------+-------------+-------------+------+----------+-----------+-----------+
> >  
> > > 19 | AAAACE5F6B | 255.5893    | Autochanger |    1 |
> > svc      | LTO       | Append    |
> > 
> > > 26 | AAAACC5F69 | 1657.5554   | Autochanger |    2 |
> > svc      | LTO       | Append    |
> > 
> > > 20 | AAAACF5F6A | 1509.3844   | Autochanger |    3 |
> > database | LTO       | Append    |
> > 
> > > 25 | AAAAD45F71 | 7.1532      | Autochanger |    4 |
> > database | LTO       | Append    |
> > 
> > > 22 | AAAAD55F70 | 900.0329    | Autochanger |    5 |
> > database | LTO       | Append    |
> > 
> > > 21 | AAAAC95F6C | 129.9827    | Autochanger |    6 |
> > database | LTO       | Append    |
> > 
> > > 24 | AAAACB5F6E | 32.4151     | Autochanger |    7 |
> > Default  | LTO       | Append    |
> > 
> > > 28 | AAAB3B609E | 329.3842    | Autochanger |    8 |
> > Default  | LTO       | Append    |
> > 
> > > 23 | AAAACA5F6F | 1602.8880   | Autochanger |    9 |
> > Default  | LTO       | Append    |
> > 
> > > 27 | AAAACD5F68 | 15.8603     | Autochanger |   10 |
> > Default  | LTO       | Append    |
> > 
> > > 18 | AAAAC85F6D | 683.2106    | Autochanger |   11 |
> > Default  | LTO       | Full      |
> > 
> > +---------+------------+-------------+-------------+------+----------+-----------+---------------+
> >  
> > 
> > 
> > 
> > ###### OUT PUT FROM STATUS STORAGE #####
> > 
> > 
> > *status storage
> > 
> > Automatically selected Storage: Autochanger
> > 
> > Connecting to Storage daemon Autochanger at
> > backup02.wes.popcap.com:9103
> > <http://backup02.wes.popcap.com:9103>
> > 
> > 
> > backup02-sd Version: 5.2.6 (21 February 2012)
> > x86_64-pc-linux-gnu ubuntu 14.04
> > 
> > Daemon started 20-Nov-14 20:53. Jobs: run=4, running=0.
> > 
> > Heap: heap=270,336 smbytes=361,672 max_bytes=665,104
> > bufs=248 max_bufs=325
> > 
> > Sizes: boffset_t=8 size_t=8 int32_t=4 int64_t=8 mode=0,0
> > 
> > 
> > Running Jobs:
> > 
> > No Jobs running.
> > 
> > ====
> > 
> > 
> > Jobs waiting to reserve a drive:
> > 
> > ====
> > 
> > 
> > Terminated Jobs:
> > 
> > JobId  Level    Files      Bytes   Status   Finished       
> > Name 
> > 
> > ===================================================================
> > 
> > 950  Diff          2    14.14 G  OK       20-Nov-14 10:39
> > shopdb3-02:database
> > 
> > 948  Diff          2    29.38 G  OK       20-Nov-14 11:12
> > pushdb1-02:database
> > 
> > 946  Diff          1    31.01 G  OK       20-Nov-14 11:28
> > ecommdb1-02:database
> > 
> > 959  Diff        202    27.32 G  OK       20-Nov-14 12:41 svc4
> > 
> > 960  Full      3,205    137.3 G  OK       20-Nov-14 19:01 svc5
> > 
> > 966  Diff          1    1.321 G  Cancel   20-Nov-14 20:46
> > labsdb3-02:database
> > 
> > 970  Diff          1    3.567 G  OK       20-Nov-14 21:20
> > labsdb3-02:database
> > 
> > 971  Diff          3    4.529 G  OK       20-Nov-14 21:25
> > labsdb4-02:database
> > 
> > 972  Diff          1    5.152 G  OK       20-Nov-14 21:26
> > labsdb5-01:database
> > 
> > 973  Diff          1    5.508 G  OK       20-Nov-14 21:26
> > labsdb6-02:database
> > 
> > ====
> > 
> > 
> > Device status:
> > 
> > Autochanger "Autochanger" with devices:
> > 
> > "Drive0"
> > (/dev/tape/by-path/ip-10.5.66.22:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-01-lun-0-nst)
> >  
> > "Drive1"
> > (/dev/tape/by-path/ip-10.5.66.22:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-02-lun-0-nst)
> >  
> > "Drive2"
> > (/dev/tape/by-path/ip-10.5.66.22:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-03-lun-0-nst)
> >  
> > "Drive3"
> > (/dev/tape/by-path/ip-10.5.66.22:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-04-lun-0-nst)
> >  
> > "Drive4"
> > (/dev/tape/by-path/ip-10.5.66.22:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-05-lun-0-nst)
> >  
> > "Drive5"
> > (/dev/tape/by-path/ip-10.5.66.22:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-06-lun-0-nst)
> >  
> > "Drive6"
> > (/dev/tape/by-path/ip-10.5.66.22:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-07-lun-0-nst)
> >  
> > "Drive7"
> > (/dev/tape/by-path/ip-10.5.66.22:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-08-lun-0-nst)
> >  
> > "Drive8"
> > (/dev/tape/by-path/ip-10.5.66.22:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-09-lun-0-nst)
> >  
> > "Drive9"
> > (/dev/tape/by-path/ip-10.5.66.22:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-10-lun-0-nst)
> >  
> > Device "Drive0"
> > (/dev/tape/by-path/ip-10.5.66.22:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-01-lun-0-nst)
> >  is mounted with:
> > 
> > Volume:      AAAACF5F6A
> > 
> > Pool:        database
> > 
> > Media type:  LTO
> > 
> > Slot 3 is loaded in drive 0.
> > 
> > Total Bytes=1,621,836,840,960 Blocks=290,988
> > Bytes/block=5,573,552
> > 
> > Positioned at File=1,662 Block=0
> > 
> > Device "Drive1"
> > (/dev/tape/by-path/ip-10.5.66.22:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-02-lun-0-nst)
> >  is not open.
> > 
> > Drive 1 is not loaded.
> > 
> > Device "Drive2"
> > (/dev/tape/by-path/ip-10.5.66.22:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-03-lun-0-nst)
> >  is not open.
> > 
> > Drive 2 is not loaded.
> > 
> > Device "Drive3"
> > (/dev/tape/by-path/ip-10.5.66.22:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-04-lun-0-nst)
> >  is not open.
> > 
> > Drive 3 is not loaded.
> > 
> > Device "Drive4"
> > (/dev/tape/by-path/ip-10.5.66.22:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-05-lun-0-nst)
> >  is not open.
> > 
> > Drive 4 is not loaded.
> > 
> > Device "Drive5"
> > (/dev/tape/by-path/ip-10.5.66.22:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-06-lun-0-nst)
> >  is not open.
> > 
> > Drive 5 is not loaded.
> > 
> > Device "Drive6"
> > (/dev/tape/by-path/ip-10.5.66.22:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-07-lun-0-nst)
> >  is not open.
> > 
> > Drive 6 is not loaded.
> > 
> > Device "Drive7"
> > (/dev/tape/by-path/ip-10.5.66.22:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-08-lun-0-nst)
> >  is not open.
> > 
> > Drive 7 is not loaded.
> > 
> > Device "Drive8"
> > (/dev/tape/by-path/ip-10.5.66.22:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-09-lun-0-nst)
> >  is not open.
> > 
> > Drive 8 is not loaded.
> > 
> > Device "Drive9"
> > (/dev/tape/by-path/ip-10.5.66.22:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-10-lun-0-nst)
> >  is not open.
> > 
> > Drive 9 is not loaded.
> > 
> > ====
> > 
> > 
> > Used Volume status:
> > 
> > AAAACF5F6A on device "Drive0"
> > (/dev/tape/by-path/ip-10.5.66.22:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-01-lun-0-nst)
> >  
> > Reader=0 writers=0 devres=0 volinuse=0
> > 
> > 
> > 
> > ###############
> > 
> > 
> > ##### OUT PUT FROM LIST JOBS ###
> > 
> > 
> > > 970 | labsdb3-02:database    | 2014-11-20 20:58:07 | B 
> > > D     |         1 |   3,567,140,654 | T         |
> > 
> > > 971 | labsdb4-02:database    | 2014-11-20 20:58:09 | B 
> > > D     |         3 |   4,529,882,002 | T         |
> > 
> > > 972 | labsdb5-01:database    | 2014-11-20 20:58:16 | B 
> > > D     |         0 |               0 | R         |
> > 
> > > 973 | labsdb6-02:database    | 2014-11-20 20:58:18 | B   
> > > D     |         0 |               0 | R
> > 
> > 
> > 
> > 
> > ##### AND FINALLY, querying jobid for volume shows all 4 jobs
> > writing to the same volume at the same time, interleaving as
> > opposed to using available volume in pool ####
> > 
> > 
> > Available queries:
> > 
> > 1: List up to 20 places where a File is saved regardless
> > of the directory
> > 
> > 2: List where the most recent copies of a file are saved
> > 
> > 3: List last 20 Full Backups for a Client
> > 
> > 4: List all backups for a Client after a specified time
> > 
> > 5: List all backups for a Client
> > 
> > 6: List Volume Attributes for a selected Volume
> > 
> > 7: List Volumes used by selected JobId
> > 
> > 8: List Volumes to Restore All Files
> > 
> > 9: List Pool Attributes for a selected Pool
> > 
> > 10: List total files/bytes by Job
> > 
> > 11: List total files/bytes by Volume
> > 
> > 12: List Files for a selected JobId
> > 
> > 13: List Jobs stored on a selected MediaId
> > 
> > 14: List Jobs stored for a given Volume name
> > 
> > 15: List Volumes Bacula thinks are in changer
> > 
> > 16: List Volumes likely to need replacement from age or
> > errors
> > 
> > Choose a query (1-16): 7
> > 
> > Enter JobId: 970
> > 
> > +-------+------------+
> > 
> > > JobId | VolumeName |
> > 
> > +-------+------------+
> > 
> > > 970 | AAAACF5F6A |
> > 
> > +-------+------------+
> > 
> > *query
> > 
> > Available queries:
> > 
> > 1: List up to 20 places where a File is saved regardless
> > of the directory
> > 
> > 2: List where the most recent copies of a file are saved
> > 
> > 3: List last 20 Full Backups for a Client
> > 
> > 4: List all backups for a Client after a specified time
> > 
> > 5: List all backups for a Client
> > 
> > 6: List Volume Attributes for a selected Volume
> > 
> > 7: List Volumes used by selected JobId
> > 
> > 8: List Volumes to Restore All Files
> > 
> > 9: List Pool Attributes for a selected Pool
> > 
> > 10: List total files/bytes by Job
> > 
> > 11: List total files/bytes by Volume
> > 
> > 12: List Files for a selected JobId
> > 
> > 13: List Jobs stored on a selected MediaId
> > 
> > 14: List Jobs stored for a given Volume name
> > 
> > 15: List Volumes Bacula thinks are in changer
> > 
> > 16: List Volumes likely to need replacement from age or
> > errors
> > 
> > Choose a query (1-16): 7
> > 
> > Enter JobId: 971
> > 
> > +-------+------------+
> > 
> > > JobId | VolumeName |
> > 
> > +-------+------------+
> > 
> > > 971 | AAAACF5F6A |
> > 
> > +-------+------------+
> > 
> > *query
> > 
> > Available queries:
> > 
> > 1: List up to 20 places where a File is saved regardless
> > of the directory
> > 
> > 2: List where the most recent copies of a file are saved
> > 
> > 3: List last 20 Full Backups for a Client
> > 
> > 4: List all backups for a Client after a specified time
> > 
> > 5: List all backups for a Client
> > 
> > 6: List Volume Attributes for a selected Volume
> > 
> > 7: List Volumes used by selected JobId
> > 
> > 8: List Volumes to Restore All Files
> > 
> > 9: List Pool Attributes for a selected Pool
> > 
> > 10: List total files/bytes by Job
> > 
> > 11: List total files/bytes by Volume
> > 
> > 12: List Files for a selected JobId
> > 
> > 13: List Jobs stored on a selected MediaId
> > 
> > 14: List Jobs stored for a given Volume name
> > 
> > 15: List Volumes Bacula thinks are in changer
> > 
> > 16: List Volumes likely to need replacement from age or
> > errors
> > 
> > Choose a query (1-16): 7
> > 
> > Enter JobId: 972
> > 
> > +-------+------------+
> > 
> > > JobId | VolumeName |
> > 
> > +-------+------------+
> > 
> > > 972 | AAAACF5F6A |
> > 
> > +-------+------------+
> > 
> > *query
> > 
> > Available queries:
> > 
> > 1: List up to 20 places where a File is saved regardless
> > of the directory
> > 
> > 2: List where the most recent copies of a file are saved
> > 
> > 3: List last 20 Full Backups for a Client
> > 
> > 4: List all backups for a Client after a specified time
> > 
> > 5: List all backups for a Client
> > 
> > 6: List Volume Attributes for a selected Volume
> > 
> > 7: List Volumes used by selected JobId
> > 
> > 8: List Volumes to Restore All Files
> > 
> > 9: List Pool Attributes for a selected Pool
> > 
> > 10: List total files/bytes by Job
> > 
> > 11: List total files/bytes by Volume
> > 
> > 12: List Files for a selected JobId
> > 
> > 13: List Jobs stored on a selected MediaId
> > 
> > 14: List Jobs stored for a given Volume name
> > 
> > 15: List Volumes Bacula thinks are in changer
> > 
> > 16: List Volumes likely to need replacement from age or
> > errors
> > 
> > Choose a query (1-16): 7
> > 
> > Enter JobId: 973
> > 
> > +-------+------------+
> > 
> > > JobId | VolumeName |
> > 
> > +-------+------------+
> > 
> > > 973 | AAAACF5F6A |
> > 
> > +-------+------------
> > 
> > 
> > From: "Ana Emília M. Arruda" <emiliaarruda@gmail.com
> > <mailto:emiliaarruda@gmail.com>>
> > Date: Wednesday, November 19, 2014 at 5:56 PM
> > To: "Kelley, Jared" <jkelley@popcap.com
> > <mailto:jkelley@popcap.com>>
> > Cc: bacula-users <bacula-users@lists.sourceforge.net
> > <mailto:bacula-users@lists.sourceforge.net>>
> > Subject: Re: [Bacula-users] bacula can't make use of multi drives
> > 
> > Hi Jared,
> > 
> > In your bacula-sd.conf, you have defined an autochanger device:
> > 
> > Name = Autochanger
> > 
> > Device = Drive-1, Drive-2, Drive-3, Drive-4, Drive-5,
> > Drive-6, Drive-7, Drive-8, Drive-9, Drive-10
> > 
> > ...
> > 
> > }
> > 
> > 
> > But, in your bacula-sd.conf, you don't use it. Instead, you
> > have a storage definition for each of your tape devices, like
> > the bellow one for the Drive-1:
> > 
> > 
> > Storage {
> > 
> > Name = Tape1
> > 
> > Address = backup              # N.B. Use a fully qualified
> > name here, not localhost
> > 
> > SDPort = 9103
> > 
> > Password = "PASSWORD"  # password for SD 
> > 
> > Device = Drive-1
> > 
> > Media Type = LTO
> > 
> > Autochanger = yes                   # enable for
> > autochanger device
> > 
> > Maximum Concurrent Jobs = 20 
> > 
> > }
> > 
> > 
> > This way, you are not using an autochanger nor a group of
> > devices, but stand alone tape drives.
> > 
> > If you want to use the autochanger, in your bacula-dir.conf,
> > you should have just one storage definition for your
> > autochanger, like (note that the Device name in your
> > bacula-dir.conf is the same as the Autochanger Name in your
> > bacula-sd.conf):
> > 
> > Storage {
> > 
> > Name =
> > 
> > Autochanger-sd
> > 
> > Address = backup              # N.B. Use a fully qualified
> > name here, not localhost
> > 
> > SDPort = 9103
> > 
> > Password = "PASSWORD"  # password for SD 
> > 
> > Device =
> > 
> > Autochanger
> > 
> > Media Type = LTO
> > 
> > Autochanger = yes                   # enable for
> > autochanger device
> > 
> > Maximum Concurrent Jobs = 20 
> > 
> > }
> > 
> > 
> > Also, could you please confirm if the bellow definitions in
> > your pools are really working?
> > 
> > Pool {
> > 
> > Name = Default
> > 
> > Pool Type = Backup
> > 
> > Storage = Tape7, Tape8, Tape9, Tape10
> > 
> > ...
> > 
> > }
> > 
> > 
> > Is it really possible to have more than one storage in the
> > storage directive definition above? Because I really think
> > that the storage directive accepts just one storage entry
> > definition. And if you have defined an autochanger in your
> > bacula-dir.conf, so this should be something like:
> > 
> > 
> > Pool {
> > 
> > Name = Default
> > 
> > Pool Type = Backup
> > 
> > Storage = Autochanger-sd
> > 
> > ...
> > 
> > }
> > 
> > 
> > Best regards,
> > 
> > Ana
> > 
> > 
> > 
> > On Wed, Nov 19, 2014 at 5:01 PM, Kelley, Jared
> > <jkelley@popcap.com <mailto:jkelley@popcap.com>> wrote:
> > 
> > Sure, here is my bacula-sd.conf and bacula-dir.conf.
> > passwords and addresses edited for security reasons.
> > 
> > 
> > 
> > # Default Bacula Storage Daemon Configuration file
> > 
> > #
> > 
> > #  For Bacula release 3.0.1 (30 April 2009) -- debian 5.0.1
> > 
> > #
> > 
> > # You may need to change the name of your tape drive
> > 
> > #   on the "Archive Device" directive in the Device
> > 
> > #   resource.  If you change the Name and/or the 
> > 
> > #   "Media Type" in the Device resource, please ensure
> > 
> > #   that dird.conf has corresponding changes.
> > 
> > #
> > 
> > 
> > Storage {                             # definition of myself
> > 
> > Name = backup02-sd
> > 
> > SDPort = 9103                  # Director's port      
> > 
> > WorkingDirectory = "/etc/bacula/working"
> > 
> > Pid Directory = "/var/run/bacula"
> > 
> > Maximum Concurrent Jobs = 20
> > 
> > }
> > 
> > 
> > 
> > # List Directors who are permitted to contact Storage daemon
> > 
> > #
> > 
> > Director {
> > 
> > Name = backup02-dir
> > 
> > Password = "PASSWORD"
> > 
> > }
> > 
> > 
> > 
> > ## Restricted Director, used by tray-monitor to get the
> > 
> > #   status of the storage daemon
> > 
> > ##
> > 
> > Director {
> > 
> > Name = backup02-mon
> > 
> > Password = "PASSWORD"
> > 
> > Monitor = yes
> > 
> > }
> > 
> > 
> > 
> > Autochanger {
> > 
> > Name = Autochanger
> > 
> > Device = Drive-1, Drive-2, Drive-3, Drive-4, Drive-5,
> > Drive-6, Drive-7, Drive-8, Drive-9, Drive-10
> > 
> > Changer Command = "/etc/bacula/scripts/mtx-changer %c
> > %o %S %a %d"
> > 
> > Changer Device = /dev/sg12
> > 
> > }
> > 
> > 
> > 
> > Device {
> > 
> > Name = Drive-1 
> > 
> > Drive Index = 0
> > 
> > Media Type = LTO
> > 
> > Archive Device =
> > /dev/tape/by-path/ip-:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-01-lun-0-nst
> >  
> > AutomaticMount = yes;               # when device
> > opened, read it
> > 
> > AlwaysOpen = yes;
> > 
> > RemovableMedia = yes;
> > 
> > RandomAccess = no;
> > 
> > LabelMedia = no;
> > 
> > AutoChanger = yes
> > 
> > # Enable the Alert command only if you have the mtx
> > package loaded
> > 
> > Alert Command = "sh -c 'tapeinfo -f %c |grep
> > TapeAlert|cat'"
> > 
> > SpoolDirectory = /etc/bacula/spool
> > 
> > Maximum Concurrent Jobs = 20 
> > 
> > Maximum Changer Wait = 10 minutes
> > 
> > }
> > 
> > 
> > Device {
> > 
> > Name = Drive-2
> > 
> > Drive Index = 1
> > 
> > Media Type = LTO
> > 
> > Archive Device =
> > /dev/tape/by-path/ip-:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-02-lun-0-nst
> >  
> > AutomaticMount = yes;               # when device
> > opened, read it
> > 
> > AlwaysOpen = yes;
> > 
> > RemovableMedia = yes;
> > 
> > RandomAccess = no;
> > 
> > LabelMedia = no;
> > 
> > AutoChanger = yes
> > 
> > # Enable the Alert command only if you have the mtx
> > package loaded
> > 
> > Alert Command = "sh -c 'tapeinfo -f %c |grep
> > TapeAlert|cat'"
> > 
> > SpoolDirectory = /etc/bacula/spool
> > 
> > Maximum Concurrent Jobs = 20 
> > 
> > Maximum Changer Wait = 10 minutes
> > 
> > }
> > 
> > 
> > Device {
> > 
> > Name = Drive-3
> > 
> > Drive Index = 2
> > 
> > Media Type = LTO
> > 
> > Archive Device =
> > /dev/tape/by-path/ip-:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-03-lun-0-nst
> >  
> > AutomaticMount = yes;               # when device
> > opened, read it
> > 
> > AlwaysOpen = yes;
> > 
> > RemovableMedia = yes;
> > 
> > RandomAccess = no;
> > 
> > LabelMedia = no;
> > 
> > AutoChanger = yes
> > 
> > # Enable the Alert command only if you have the mtx
> > package loaded
> > 
> > Alert Command = "sh -c 'tapeinfo -f %c |grep
> > TapeAlert|cat'"
> > 
> > SpoolDirectory = /etc/bacula/spool
> > 
> > Maximum Concurrent Jobs = 20 
> > 
> > Maximum Changer Wait = 10 minutes
> > 
> > }
> > 
> > 
> > Device {
> > 
> > Name = Drive-4
> > 
> > Drive Index = 3
> > 
> > Media Type = LTO
> > 
> > Archive Device =
> > /dev/tape/by-path/ip-:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-04-lun-0-nst
> >  
> > AutomaticMount = yes;               # when device
> > opened, read it
> > 
> > AlwaysOpen = yes;
> > 
> > RemovableMedia = yes;
> > 
> > RandomAccess = no;
> > 
> > LabelMedia = no;
> > 
> > AutoChanger = yes
> > 
> > # Enable the Alert command only if you have the mtx
> > package loaded
> > 
> > Alert Command = "sh -c 'tapeinfo -f %c |grep
> > TapeAlert|cat'"
> > 
> > SpoolDirectory = /etc/bacula/spool
> > 
> > Maximum Concurrent Jobs = 20 
> > 
> > Maximum Changer Wait = 10 minutes
> > 
> > }
> > 
> > 
> > Device {
> > 
> > Name = Drive-5
> > 
> > Drive Index = 4
> > 
> > Media Type = LTO
> > 
> > Archive Device =
> > /dev/tape/by-path/ip-:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-05-lun-0-nst
> >  
> > AutomaticMount = yes;               # when device
> > opened, read it
> > 
> > AlwaysOpen = yes;
> > 
> > RemovableMedia = yes;
> > 
> > RandomAccess = no;
> > 
> > LabelMedia = no;
> > 
> > AutoChanger = yes
> > 
> > # Enable the Alert command only if you have the mtx
> > package loaded
> > 
> > Alert Command = "sh -c 'tapeinfo -f %c |grep
> > TapeAlert|cat'"
> > 
> > SpoolDirectory = /etc/bacula/spool
> > 
> > Maximum Concurrent Jobs = 20 
> > 
> > Maximum Changer Wait = 10 minutes
> > 
> > }
> > 
> > 
> > Device {
> > 
> > Name = Drive-6
> > 
> > Drive Index = 5
> > 
> > Media Type = LTO
> > 
> > Archive Device =
> > /dev/tape/by-path/ip-:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-06-lun-0-nst
> >  
> > AutomaticMount = yes;               # when device
> > opened, read it
> > 
> > AlwaysOpen = yes;
> > 
> > RemovableMedia = yes;
> > 
> > RandomAccess = no;
> > 
> > LabelMedia = no;
> > 
> > AutoChanger = yes
> > 
> > # Enable the Alert command only if you have the mtx
> > package loaded
> > 
> > Alert Command = "sh -c 'tapeinfo -f %c |grep
> > TapeAlert|cat'"
> > 
> > SpoolDirectory = /etc/bacula/spool
> > 
> > Maximum Concurrent Jobs = 20 
> > 
> > Maximum Changer Wait = 10 minutes
> > 
> > }
> > 
> > 
> > Device {
> > 
> > Name = Drive-7
> > 
> > Drive Index = 6
> > 
> > Media Type = LTO
> > 
> > Archive Device =
> > /dev/tape/by-path/ip-:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-07-lun-0-nst
> >  
> > AutomaticMount = yes;               # when device
> > opened, read it
> > 
> > AlwaysOpen = yes;
> > 
> > RemovableMedia = yes;
> > 
> > RandomAccess = no;
> > 
> > LabelMedia = no;
> > 
> > AutoChanger = yes
> > 
> > # Enable the Alert command only if you have the mtx
> > package loaded
> > 
> > Alert Command = "sh -c 'tapeinfo -f %c |grep
> > TapeAlert|cat'"
> > 
> > SpoolDirectory = /etc/bacula/spool
> > 
> > Maximum Concurrent Jobs = 20 
> > 
> > Maximum Changer Wait = 10 minutes
> > 
> > }
> > 
> > 
> > Device {
> > 
> > Name = Drive-8
> > 
> > Drive Index = 7
> > 
> > Media Type = LTO
> > 
> > Archive Device =
> > /dev/tape/by-path/ip-:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-08-lun-0-nst
> >  
> > AutomaticMount = yes;               # when device
> > opened, read it
> > 
> > AlwaysOpen = yes;
> > 
> > RemovableMedia = yes;
> > 
> > RandomAccess = no;
> > 
> > LabelMedia = no;
> > 
> > AutoChanger = yes
> > 
> > # Enable the Alert command only if you have the mtx
> > package loaded
> > 
> > Alert Command = "sh -c 'tapeinfo -f %c |grep
> > TapeAlert|cat'"
> > 
> > SpoolDirectory = /etc/bacula/spool
> > 
> > Maximum Concurrent Jobs = 20 
> > 
> > Maximum Changer Wait = 10 minutes
> > 
> > }
> > 
> > 
> > Device {
> > 
> > Name = Drive-9
> > 
> > Drive Index = 8
> > 
> > Media Type = LTO
> > 
> > Archive Device =
> > /dev/tape/by-path/ip-:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-09-lun-0-nst
> >  
> > AutomaticMount = yes;               # when device
> > opened, read it
> > 
> > AlwaysOpen = yes;
> > 
> > RemovableMedia = yes;
> > 
> > RandomAccess = no;
> > 
> > LabelMedia = no;
> > 
> > AutoChanger = yes
> > 
> > # Enable the Alert command only if you have the mtx
> > package loaded
> > 
> > Alert Command = "sh -c 'tapeinfo -f %c |grep
> > TapeAlert|cat'"
> > 
> > SpoolDirectory = /etc/bacula/spool
> > 
> > Maximum Concurrent Jobs = 20 
> > 
> > Maximum Changer Wait = 10 minutes
> > 
> > }
> > 
> > 
> > Device {
> > 
> > Name = Drive-10
> > 
> > Drive Index = 9
> > 
> > Media Type = LTO
> > 
> > Archive Device =
> > /dev/tape/by-path/ip-:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-10-lun-0-nst
> >  
> > AutomaticMount = yes;               # when device
> > opened, read it
> > 
> > AlwaysOpen = yes;
> > 
> > RemovableMedia = yes;
> > 
> > RandomAccess = no;
> > 
> > LabelMedia = no;
> > 
> > AutoChanger = yes
> > 
> > # Enable the Alert command only if you have the mtx
> > package loaded
> > 
> > Alert Command = "sh -c 'tapeinfo -f %c |grep
> > TapeAlert|cat'"
> > 
> > SpoolDirectory = /etc/bacula/spool
> > 
> > Maximum Concurrent Jobs = 20 
> > 
> > Maximum Changer Wait = 10 minutes
> > 
> > }
> > 
> > 
> > 
> > # Send all messages except skipped files back to Director
> > 
> > Messages {
> > 
> > Name = Standard
> > 
> > director = backup02-dir = all, !skipped, !restored
> > 
> > }
> > 
> > ########### END BACULA-SD.CONF ############
> > 
> > ########### BEGIN BACULA-DIR.CONF ##########
> > 
> > 
> > Default Bacula Director Configuration file
> > 
> > #
> > 
> > #  The only thing that MUST be changed is to add one or more
> > 
> > #   file or directory names in the Include directive of the
> > 
> > #   FileSet resource.
> > 
> > #
> > 
> > #  For Bacula release 3.0.1 (30 April 2009) -- debian 5.0.1
> > 
> > #
> > 
> > #  You might also want to change the default email address
> > 
> > #   from root to your address.  See the "mail" and "operator"
> > 
> > #   directives in the Messages resource.
> > 
> > #
> > 
> > 
> > ###
> > 
> > ### Source other config files
> > 
> > ###
> > 
> > 
> > @/etc/bacula/clients.conf
> > 
> > @/etc/bacula/jobs.conf
> > 
> > 
> > ###
> > 
> > ### Basic director configuration
> > 
> > ###
> > 
> > 
> > Director {                            # define myself
> > 
> > Name = backup02-dir
> > 
> > DIRport = 9101                # where we listen for UA
> > connections
> > 
> > QueryFile = "/etc/bacula/query.sql"
> > 
> > WorkingDirectory = "/etc/bacula/working"
> > 
> > PidDirectory = "/var/run/bacula"
> > 
> > Maximum Concurrent Jobs = 20 
> > 
> > Password = "PASSWORD"         # Console password
> > 
> > Messages = Daemon
> > 
> > DIRAddress = localhost
> > 
> > }
> > 
> > 
> > 
> > ###
> > 
> > ### Storage
> > 
> > ###
> > 
> > 
> > 
> > # Storage device for tape
> > 
> > Storage {
> > 
> > Name = Tape1
> > 
> > Address = backup              # N.B. Use a fully
> > qualified name here, not localhost
> > 
> > SDPort = 9103
> > 
> > Password = "PASSWORD"  # password for SD 
> > 
> > Device = Drive-1
> > 
> > Media Type = LTO
> > 
> > Autochanger = yes                   # enable for
> > autochanger device
> > 
> > Maximum Concurrent Jobs = 20 
> > 
> > }
> > 
> > 
> > Storage {
> > 
> > Name = Tape2
> > 
> > Address = backup               # N.B. Use a fully
> > qualified name here, not localhost
> > 
> > SDPort = 9103
> > 
> > Password = "PASSWORD"  # password for SD 
> > 
> > Device = Drive-2                      # must be same
> > Device in sd
> > 
> > Media Type = LTO
> > 
> > Autochanger = yes                   # enable for
> > autochanger device
> > 
> > Maximum Concurrent Jobs = 20 
> > 
> > }
> > 
> > 
> > Storage {
> > 
> > Name = Tape3
> > 
> > Address = backup               # N.B. Use a fully
> > qualified name here, not localhost
> > 
> > SDPort = 9103
> > 
> > Password = "PASSWORD"  # password for SD 
> > 
> > Device = Drive-3
> > 
> > Media Type = LTO
> > 
> > Autochanger = yes                   # enable for
> > autochanger device
> > 
> > Maximum Concurrent Jobs = 20 
> > 
> > }
> > 
> > 
> > Storage {
> > 
> > Name = Tape4
> > 
> > Address = backup               # N.B. Use a fully
> > qualified name here, not localhost
> > 
> > SDPort = 9103
> > 
> > Password = "PASSWORD"  # password for SD 
> > 
> > Device = Drive-4
> > 
> > Media Type = LTO
> > 
> > Autochanger = yes                   # enable for
> > autochanger device
> > 
> > Maximum Concurrent Jobs = 20 
> > 
> > }
> > 
> > 
> > Storage {
> > 
> > Name = Tape5
> > 
> > Address = backup               # N.B. Use a fully
> > qualified name here, not localhost
> > 
> > SDPort = 9103
> > 
> > Password = "PASSWORD"  # password for SD 
> > 
> > Device = Drive-5
> > 
> > Media Type = LTO
> > 
> > Autochanger = yes                   # enable for
> > autochanger device
> > 
> > Maximum Concurrent Jobs = 20 
> > 
> > }
> > 
> > 
> > Storage {
> > 
> > Name = Tape6
> > 
> > Address = backup               # N.B. Use a fully
> > qualified name here, not localhost
> > 
> > SDPort = 9103
> > 
> > Password = "PASSWORD"  # password for SD 
> > 
> > Device = Drive-6
> > 
> > Media Type = LTO
> > 
> > Autochanger = yes                   # enable for
> > autochanger device
> > 
> > Maximum Concurrent Jobs = 20 
> > 
> > }
> > 
> > 
> > Storage {
> > 
> > Name = Tape7
> > 
> > Address = backup               # N.B. Use a fully
> > qualified name here, not localhost
> > 
> > SDPort = 9103
> > 
> > Password = "PASSWORD"  # password for SD 
> > 
> > Device = Drive-7
> > 
> > Media Type = LTO
> > 
> > Autochanger = yes                   # enable for
> > autochanger device
> > 
> > Maximum Concurrent Jobs = 20 
> > 
> > }
> > 
> > 
> > Storage {
> > 
> > Name = Tape8
> > 
> > Address = backup               # N.B. Use a fully
> > qualified name here, not localhost
> > 
> > SDPort = 9103
> > 
> > Password = "PASSWORD"  # password for SD 
> > 
> > Device = Drive-8
> > 
> > Media Type = LTO
> > 
> > Autochanger = yes                   # enable for
> > autochanger device
> > 
> > Maximum Concurrent Jobs = 20 
> > 
> > }
> > 
> > 
> > Storage {
> > 
> > Name = Tape9
> > 
> > Address = backup               # N.B. Use a fully
> > qualified name here, not localhost
> > 
> > SDPort = 9103
> > 
> > Password = "PASSWORD"  # password for SD 
> > 
> > Device = Drive-9
> > 
> > Media Type = LTO
> > 
> > Autochanger = yes                   # enable for
> > autochanger device
> > 
> > Maximum Concurrent Jobs = 20 
> > 
> > }
> > 
> > 
> > Storage {
> > 
> > Name = Tape10
> > 
> > Address = backup              # N.B. Use a fully
> > qualified name here, not localhost
> > 
> > SDPort = 9103
> > 
> > Password = "PASSWORD"  # password for SD 
> > 
> > Device = Drive-10
> > 
> > Media Type = LTO
> > 
> > Autochanger = yes                   # enable for
> > autochanger device
> > 
> > Maximum Concurrent Jobs = 20 
> > 
> > }
> > 
> > 
> > #Storage {
> > 
> > ###
> > 
> > ###
> > 
> > ### Storage pools
> > 
> > ###
> > 
> > # Default storage pool
> > 
> > Pool {
> > 
> > Name = Default
> > 
> > Pool Type = Backup
> > 
> > Storage = Tape7, Tape8, Tape9, Tape10
> > 
> > Recycle = no                       # Bacula can
> > automatically recycle Volumes
> > 
> > AutoPrune = yes                     # Prune expired volumes
> > 
> > Volume Retention = 365 days         # one year
> > 
> > Maximum Volume Bytes = 2500G
> > 
> > }
> > 
> > 
> > ###
> > 
> > # social service storage pool
> > 
> > Pool {
> > 
> > Name = svc
> > 
> > Pool Type = Backup
> > 
> > Storage = Tape1, Tape2
> > 
> > Recycle = no                       # Bacula can
> > automatically recycle Volumes
> > 
> > AutoPrune = yes                     # Prune expired volumes
> > 
> > Volume Retention = 365 days         # one year
> > 
> > Maximum Volume Bytes = 2500G
> > 
> > }
> > 
> > 
> > # database service storage pool
> > 
> > Pool {
> > 
> > Name = database 
> > 
> > Pool Type = Backup
> > 
> > Storage = Tape3, Tape4, Tape5, Tape6
> > 
> > Recycle = no                       # Bacula can
> > automatically recycle Volumes
> > 
> > AutoPrune = yes                     # Prune expired volumes
> > 
> > Volume Retention = 365 days         # one year
> > 
> > Maximum Volume Bytes = 2500G
> > 
> > }
> > 
> > 
> > ###
> > 
> > ### Backup catalog
> > 
> > ###
> > 
> > 
> > # Generic catalog service
> > 
> > Catalog {
> > 
> > Name = MyCatalog
> > 
> > # Uncomment the following line if you want the dbi driver
> > 
> > # dbdriver = "dbi:mysql"; dbaddress = 127.0.0.1; dbport =  
> > 
> > dbname = "bacula"; dbuser = "USER"; dbpassword = "HAHAHA"
> > 
> > }
> > 
> > 
> > 
> > ###
> > 
> > ### Logging
> > 
> > ###
> > 
> > 
> > # Reasonable message delivery -- send most everything to
> > email address
> > 
> > #  and to the console
> > 
> > Messages {
> > 
> > Name = Standard
> > 
> > #
> > 
> > # NOTE! If you send to two email or more email addresses,
> > you will need
> > 
> > #  to replace the %r in the from field (-f part) with a
> > single valid
> > 
> > #  email address in both the mailcommand and the
> > operatorcommand.
> > 
> > #  What this does is, it sets the email address that
> > emails would display
> > 
> > #  in the FROM field, which is by default the same email
> > as they're being
> > 
> > #  sent to.  However, if you send email to more than one
> > address, then
> > 
> > #  you'll have to set the FROM address manually, to a
> > single address. 
> > 
> > #  for example, a 'no-reply@mydomain.com
> > <mailto:no-reply@mydomain.com>', is better since that
> > tends to
> > 
> > #  tell (most) people that its coming from an automated
> > source.
> > 
> > 
> > #
> > 
> > mailcommand = "/usr/sbin/bsmtp -h localhost -f
> > \"\(Bacula\) \<%r\>\" -s \"Bacula: %t %e of %c %l\" %r"
> > 
> > operatorcommand = "/usr/sbin/bsmtp -h localhost -f
> > \"\(Bacula\) \<%r\>\" -s \"Bacula: Intervention needed
> > for %j\" %r"
> > 
> > mail on error = EMAILADDRESS = all, !skipped            
> > 
> > operator = EMAILADDRESS= mount
> > 
> > console = all, !skipped, !saved
> > 
> > #
> > 
> > # WARNING! the following will create a file that you must
> > cycle from
> > 
> > #          time to time as it will grow indefinitely.
> > However, it will
> > 
> > #          also keep all your messages if they scroll off
> > the console.
> > 
> > #
> > 
> > append = "/etc/bacula/working/log" = all, !skipped
> > 
> > 
> > catalog = all, !skipped, !saved
> > 
> > }
> > 
> > 
> > 
> > #
> > 
> > # Message delivery for daemon messages (no job).
> > 
> > Messages {
> > 
> > Name = Daemon
> > 
> > mailcommand = "/usr/sbin/bsmtp -h localhost -f
> > \"\(Bacula\) \<%r\>\" -s \"Bacula daemon message\" %r"
> > 
> > mail = root@localhost = all, !skipped            
> > 
> > console = all, !skipped, !saved
> > 
> > append = "/etc/bacula/working/log" = all, !skipped
> > 
> > }
> > 
> > 
> > 
> > ###
> > 
> > ### Console
> > 
> > ###
> > 
> > 
> > # Restricted console used by tray-monitor to get the
> > status of the director
> > 
> > Console {
> > 
> > Name = backup02-mon
> > 
> > Password = "PASSWORD"
> > 
> > CommandACL = status, .status
> > 
> > }
> > 
> > 
> > From: "Ana Emília M. Arruda" <emiliaarruda@gmail.com
> > <mailto:emiliaarruda@gmail.com>>
> > Date: Wednesday, November 19, 2014 at 11:27 AM
> > To: "Kelley, Jared" <jkelley@popcap.com
> > <mailto:jkelley@popcap.com>>
> > Cc: "heitor@bacula.com.br <mailto:heitor@bacula.com.br>"
> > <heitor@bacula.com.br <mailto:heitor@bacula.com.br>>,
> > Josh Fisher <jfisher@pvct.com <mailto:jfisher@pvct.com>>,
> > "bacula-users@lists.sourceforge.net
> > <mailto:bacula-users@lists.sourceforge.net>"
> > <bacula-users@lists.sourceforge.net
> > <mailto:bacula-users@lists.sourceforge.net>>
> > 
> > Subject: Re: [Bacula-users] bacula can't make use of
> > multi drives
> > 
> > Hi Jared,
> > 
> > Can you post here your storage configurations?
> > 
> > Best regards,
> > Ana
> > 
> > On Wed, Nov 19, 2014 at 3:56 PM, Kelley, Jared
> > <jkelley@popcap.com <mailto:jkelley@popcap.com>> wrote:
> > 
> > For the sake of sharing information I am going to
> > reply to this thread since I am working on the same
> > type of setup and experiencing similar issues.  
> > 
> > 
> > I removed the setting 'prefer mounted volumes = no'
> > and separated my jobs into 3 different pools.  All my
> > jobs are running smoothly now, no failures.  The
> > prefer mounted volumes was the issue.
> > Now I am experiencing interleaving on a single
> > volume/tape drive with multiple jobs scheduled at the
> > same time, in the same pool, as opposed to bacula
> > using different volumes and different drives for
> > jobs scheduled at the same time for the same pool.
> > 
> > Here is my issue:
> > 
> > I have 10 jobs that kick off  at the same time every
> > day.  Each job takes anywhere from 10 minutes to 2
> > hours.  The pool behind these jobs has 4 tape drives
> > and 4 volumes(virtual tapes) assigned to it.  The 10
> > jobs all kick off at the same time and they all write
> > to the same volume, apparently(assuming) interleaving
> > the data.   See my paste below, Ive bolded start
> > times, end times, pools and tapes.  One can see these
> > jobs all completed near each other and ran for over
> > an hour.  All to the same tape/volume, tape3 and
> > volume *AAAACF5F6A* .   I assume if I had the "prefer
> > mounted volume=no" for these jobs they would use all
> > 4 drives in the pool and write to separate volumes as
> > opposed to interleaving to a single drive and
> > volume.  But based on the manual, reported problems
> > and experienced problems with 'prefer mounted volumes
> > = no' I hesitate to use that.  
> > 
> > My question:
> > Is there another way to get multiple jobs scheduled
> > at the same time to run concurrently using different
> > drives and volumes, as assigned to the pool, versus
> > all writing at the same time and interleaving the
> > data to a single drive and volume even though the
> > pool has 4 drives/volumes assigned to it?    Or is
> > prefer mounted volumes = no the only way to solve this?
> > 
> > any help is greatly appreciated
> > 
> > 19-Nov 10:06 backup02-sd JobId 925: Job write elapsed
> > time = 01:01:23, Transfer rate = 1.489 M Bytes/second
> > 
> > 19-Nov 10:06 backup02-dir JobId 925: Bacula
> > backup02-dir 5.2.6 (21Feb12):
> > 
> > Build OS:               x86_64-pc-linux-gnu ubuntu
> > 14.04
> > 
> > JobId:                  925
> > 
> > Job:                    labsdb1.2014-11-19_09.05.00_21
> > 
> > Backup Level:           Full (upgraded from
> > Differential)
> > 
> > Client:                 "labsdb1" 2.4.4 (28Dec08)
> > x86_64-pc-linux-gnu,debian,lenny/sid
> > 
> > FileSet:                "Database Backup"
> > 2014-11-07 22:02:50
> > 
> > P*ool:                   "database" (From Job
> > resource)*
> > 
> > Catalog:                "MyCatalog" (From Client
> > resource)
> > 
> > *Storage:                "Tape3" (From Pool resource)*
> > 
> > *Scheduled time:         19-Nov-2014 09:05:00*
> > 
> > *  Start time:             19-Nov-2014 09:05:02*
> > 
> > *End time:               19-Nov-2014 10:06:26*
> > 
> > Elapsed time:           1 hour 1 min 24 secs
> > 
> > Priority:               10
> > 
> > FD Files Written:       2
> > 
> > SD Files Written:       2
> > 
> > FD Bytes Written:       5,486,802,781 (5.486 GB)
> > 
> > SD Bytes Written:       5,486,802,988 (5.486 GB)
> > 
> > Rate:                   1489.4 KB/s
> > 
> > Software Compression:   None
> > 
> > VSS:                    no
> > 
> > Encryption:             no
> > 
> > Accurate:               no
> > 
> > *Volume name(s):         AAAACF5F6A*
> > 
> > Volume Session Id:      155
> > 
> > Volume Session Time:    1415816791
> > 
> > Last Volume Bytes:      1,348,311,508,992 (1.348 TB)
> > 
> > Non-fatal FD errors:    0
> > 
> > SD Errors:              0
> > 
> > FD termination status:  OK
> > 
> > SD termination status:  OK
> > 
> > Termination:            Backup OK
> > 
> > 
> > 19-Nov 10:06 backup02-dir JobId 925: Begin pruning
> > Jobs older than 1 year .
> > 
> > 19-Nov 10:06 backup02-dir JobId 925: No Jobs found to
> > prune.
> > 
> > 19-Nov 10:06 backup02-dir JobId 925: Begin pruning Files.
> > 
> > 19-Nov 10:06 backup02-dir JobId 925: No Files found
> > to prune.
> > 
> > 19-Nov 10:06 backup02-dir JobId 925: End auto prune.
> > 
> > 
> > 19-Nov 10:41 backup02-sd JobId 919: Job write elapsed
> > time = 01:36:26, Transfer rate = 2.570 M Bytes/second
> > 
> > 19-Nov 10:41 backup02-dir JobId 919: Bacula
> > backup02-dir 5.2.6 (21Feb12):
> > 
> > Build OS:               x86_64-pc-linux-gnu ubuntu
> > 14.04
> > 
> > JobId:                  919
> > 
> > Job:                    shopd1.2014-11-19_09.05.00_15
> > 
> > Backup Level:           Full (upgraded from
> > Differential)
> > 
> > Client:                 "shopdb1" 5.0.2 (28Apr10)
> > x86_64-pc-linux-gnu,debian,squeeze/sid
> > 
> > FileSet:                "varlibDatabase Backup"
> > 2014-11-06 20:20:52
> > 
> > *Pool:                   "database" (From Job
> > resource)*
> > 
> > Catalog:                "MyCatalog" (From Client
> > resource)
> > 
> > *Storage:                "Tape3" (From Pool resource)*
> > 
> > *Scheduled time:         19-Nov-2014 09:05:00*
> > 
> > *  Start time:             19-Nov-2014 09:05:00*
> > 
> > *End time:               19-Nov-2014 10:41:26*
> > 
> > Elapsed time:           1 hour 36 mins 26 secs
> > 
> > Priority:               10
> > 
> > FD Files Written:       3
> > 
> > SD Files Written:       3
> > 
> > FD Bytes Written:       14,875,191,024 (14.87 GB)
> > 
> > SD Bytes Written:       14,875,192,011 (14.87 GB)
> > 
> > Rate:                   2570.9 KB/s
> > 
> > Software Compression:   None
> > 
> > VSS:                    no
> > 
> > Encryption:             yes
> > 
> > Accurate:               no
> > 
> > *Volume name(s):         AAAACF5F6A*
> > 
> > Volume Session Id:      149
> > 
> > Volume Session Time:    1415816791
> > 
> > Last Volume Bytes:      1,375,507,574,784 (1.375 TB)
> > 
> > Non-fatal FD errors:    0
> > 
> > SD Errors:              0
> > 
> > FD termination status:  OK
> > 
> > SD termination status:  OK
> > 
> > Termination:            Backup OK
> > 
> > 
> > 19-Nov 10:41 backup02-dir JobId 919: Begin pruning
> > Jobs older than 7 years .
> > 
> > 19-Nov 10:41 backup02-dir JobId 919: No Jobs found to
> > prune.
> > 
> > 19-Nov 10:41 backup02-dir JobId 919: Begin pruning Files.
> > 
> > 19-Nov 10:41 backup02-dir JobId 919: No Files found
> > to prune.
> > 
> > 19-Nov 10:41 backup02-dir JobId 919: End auto prune.
> > 
> > 
> > 
> > 19-Nov 11:10 backup02-sd JobId 917: Job write elapsed
> > time = 02:05:32, Transfer rate = 3.894 M Bytes/second
> > 
> > 19-Nov 11:10 backup02-dir JobId 917: Bacula
> > backup02-dir 5.2.6 (21Feb12):
> > 
> > Build OS:               x86_64-pc-linux-gnu ubuntu
> > 14.04
> > 
> > JobId:                  917
> > 
> > Job:                    pushdb.2014-11-19_09.05.00_13
> > 
> > Backup Level:           Full (upgraded from
> > Differential)
> > 
> > Client:                 "pushdb1" 5.0.2 (28Apr10)
> > x86_64-pc-linux-gnu,debian,6.0.6
> > 
> > FileSet:                "varlibDatabase Backup"
> > 2014-11-06 20:20:52
> > 
> > *Pool:                   "database" (From Job
> > resource)*
> > 
> > Catalog:                "MyCatalog" (From Client
> > resource)
> > 
> > *Storage:                "Tape3" (From Pool resource)*
> > 
> > *Scheduled time:         19-Nov-2014 09:05:00*
> > 
> > *  Start time:             19-Nov-2014 09:05:00*
> > 
> > *End time:               19-Nov-2014 11:10:33*
> > 
> > Elapsed time:           2 hours 5 mins 33 secs
> > 
> > Priority:               10
> > 
> > FD Files Written:       2
> > 
> > SD Files Written:       2
> > 
> > FD Bytes Written:       29,334,385,684 (29.33 GB)
> > 
> > SD Bytes Written:       29,334,385,894 (29.33 GB)
> > 
> > Rate:                   3894.1 KB/s
> > 
> > Software Compression:   None
> > 
> > VSS:                    no
> > 
> > Encryption:             no
> > 
> > Accurate:               no
> > 
> > *Volume name(s):         AAAACF5F6A*
> > 
> > Volume Session Id:      147
> > 
> > Volume Session Time:    1415816791
> > 
> > Last Volume Bytes:      1,397,835,371,520 (1.397 TB)
> > 
> > Non-fatal FD errors:    1
> > 
> > SD Errors:              0
> > 
> > FD termination status:  OK
> > 
> > SD termination status:  OK
> > 
> > Termination:            Backup OK 
> > 
> > 
> > 19-Nov 11:10 backup02-dir JobId 917: Begin pruning
> > Jobs older than 1 year .
> > 
> > 19-Nov 11:10 backup02-dir JobId 917: No Jobs found to
> > prune.
> > 
> > 19-Nov 11:10 backup02-dir JobId 917: Begin pruning Files.
> > 
> > 19-Nov 11:10 backup02-dir JobId 917: No Files found
> > to prune.
> > 
> > 19-Nov 11:10 backup02-dir JobId 917: End auto prune.
> > 
> > 
> > 19-Nov 11:26 backup02-sd JobId 915: Job write elapsed
> > time = 02:21:25, Transfer rate = 3.655 M Bytes/second
> > 
> > 19-Nov 11:26 backup02-dir JobId 915: Bacula
> > backup02-dir 5.2.6 (21Feb12):
> > 
> > Build OS:               x86_64-pc-linux-gnu ubuntu
> > 14.04
> > 
> > JobId:                  915
> > 
> > Job:                    ecommdb1.2014-11-19_09.05.00_11
> > 
> > Backup Level:           Differential,
> > since=2014-11-08 09:05:03
> > 
> > Client:                 "ecommdb" 2.4.4 (28Dec08)
> > x86_64-pc-linux-gnu,debian,lenny/sid
> > 
> > FileSet:                "Database Backup"
> > 2014-11-07 22:02:50
> > 
> > *Pool:                   "database" (From Job
> > resource)*
> > 
> > Catalog:                "MyCatalog" (From Client
> > resource)
> > 
> > *Storage:                "Tape3" (From Pool resource)*
> > 
> > *Scheduled time:         19-Nov-2014 09:05:00*
> > 
> > *  Start time:             19-Nov-2014 09:05:00*
> > 
> > *End time:               19-Nov-2014 11:26:27*
> > 
> > Elapsed time:           2 hours 21 mins 27 secs
> > 
> > Priority:               10
> > 
> > FD Files Written:       1
> > 
> > SD Files Written:       1
> > 
> > FD Bytes Written:       31,016,183,168 (31.01 GB)
> > 
> > SD Bytes Written:       31,016,183,295 (31.01 GB)
> > 
> > Rate:                   3654.6 KB/s
> > 
> > Software Compression:   None
> > 
> > VSS:                    no
> > 
> > Encryption:             no
> > 
> > Accurate:               no
> > 
> > *Volume name(s):         AAAACF5F6A*
> > 
> > Volume Session Id:      145
> > 
> > Volume Session Time:    1415816791
> > 
> > Last Volume Bytes:      1,407,107,681,280 (1.407 TB)
> > 
> > Non-fatal FD errors:    0
> > 
> > SD Errors:              0
> > 
> > FD termination status:  OK
> > 
> > SD termination status:  OK
> > 
> > Termination:            Backup OK
> > 
> > 
> > 
> > From: "heitor@bacula.com.br
> > <mailto:heitor@bacula.com.br>" <heitor@bacula.com.br
> > <mailto:heitor@bacula.com.br>>
> > Date: Wednesday, November 19, 2014 at 9:03 AM
> > To: Josh Fisher <jfisher@pvct.com
> > <mailto:jfisher@pvct.com>>
> > Cc: "bacula-users@lists.sourceforge.net
> > <mailto:bacula-users@lists.sourceforge.net>"
> > <bacula-users@lists.sourceforge.net
> > <mailto:bacula-users@lists.sourceforge.net>>
> > Subject: Re: [Bacula-users] bacula can't make use of
> > multi drives
> > 
> > I think that the only problem with setting "Prefer
> > Mounted Volumes = no" is that it will result in a lot
> > of moving of a volume back and forth between drives.
> > While it might not be a bug, since it works as
> > advertised, it CAN be a problem. For tape, it will
> > really slow things down because it takes a
> > substantial time to move a tape out of one drive and
> > into another. For disk virtual autochangers, though,
> > the moving between "drives" is simply closing a disk
> > file and then re-opening it, meaning that the delay
> > is very negligible.
> > 
> > Mr. Fisher: It's not just that. Eventually "Prefer
> > Mounted Volumes = no" messes up the autochanger
> > during a random backup and you have to restart
> > storage daemon and sometimes powercycle the tape library.
> > 
> > If there is some other issue, like a race condition
> > that I am not aware of, then that would indeed be a
> > bug in my book. But I have used
> > PreferMountedVolumes=no for disk virtual autochanger
> > without (so far) encountering any such problems, just
> > the swapping between drives. And for disk virtual
> > autochangers, I don't see that as a problem in and of
> > itself.
> > 
> > I don't know if it is already fixed or if this error
> > happens for all autochangers. But last Bacula System
> > Community Storage whitepapers goes in the same way.
> > Having 2 pools is still safer and more reliable way
> > to do multiple volumes writing.
> > 
> > Regards,
> > =========================================================================
> > Heitor Medrado de Faria  - LPIC-III | ITIL-F
> > Faltam poucos dias - Treinamento Telepresencial
> > Bacula: http://www.bacula.com.br/?p=2174
> > 61 2021-8260 <tel:%2B55%2061%202021-8260> | 8268-4220
> > <tel:%2B55%2061%208268-4220>
> > Site: www.bacula.com.br
> > <http://www.bacula.com.br/> | Facebook: heitor.faria
> > <http://www.facebook.com/heitor.faria> | Gtalk: heitorfaria@gmail.com
> > <mailto:heitorfaria@gmail.com>
> > ==========================================================================
> > 
> > ------------------------------------------------------------------------
> > *De: *"Josh Fisher" <jfisher@pvct.com
> > <mailto:jfisher@pvct.com>>
> > *Para: *bacula-users@lists.sourceforge.net
> > <mailto:bacula-users@lists.sourceforge.net>
> > *Enviadas: *Quarta-feira, 19 de novembro de 2014 14:52:42
> > *Assunto: *Re: [Bacula-users] bacula can't make use
> > of multi drives
> > 
> > On 11/19/2014 11:10 AM, heitor@bacula.com.br
> > <mailto:heitor@bacula.com.br> wrote:
> > 
> > Is it a bug that bacula cannot write to multiple
> > drives for the jobs in the same pool? Will there
> > be a fix. Back in March 2014 Wolfgang Denk wrote
> > "it can" but how?
> > 
> > http://adsm.org/lists/html/Bacula-users/2014-03/msg00212.html
> > 
> > It's not a bug, but just the way it's designed.
> > "Prefer Mounted Volumes=no" it's a directive that
> > could allow to write multiple volumes within the
> > same pool at the same time, however this is a
> > little buggy and not recommended at this time.
> > 
> > 
> > It's not a bug, but it is a little buggy??
> > 
> > I think that the only problem with setting "Prefer
> > Mounted Volumes = no" is that it will result in a lot
> > of moving of a volume back and forth between drives.
> > While it might not be a bug, since it works as
> > advertised, it CAN be a problem. For tape, it will
> > really slow things down because it takes a
> > substantial time to move a tape out of one drive and
> > into another. For disk virtual autochangers, though,
> > the moving between "drives" is simply closing a disk
> > file and then re-opening it, meaning that the delay
> > is very negligible.
> > 
> > If there is some other issue, like a race condition
> > that I am not aware of, then that would indeed be a
> > bug in my book. But I have used
> > PreferMountedVolumes=no for disk virtual autochanger
> > without (so far) encountering any such problems, just
> > the swapping between drives. And for disk virtual
> > autochangers, I don't see that as a problem in and of
> > itself.
> > 
> > 
> > Regards,
> > =========================================================================
> > Heitor Medrado de Faria  - LPIC-III | ITIL-F
> > Faltam poucos dias - Treinamento Telepresencial
> > Bacula: http://www.bacula.com.br/?p=2174
> > 61 2021-8260
> > <tel:%2B55%2061%202021-8260> | 8268-4220
> > <tel:%2B55%2061%208268-4220>
> > Site: www.bacula.com.br
> > <http://www.bacula.com.br/> | Facebook: heitor.faria
> > <http://www.facebook.com/heitor.faria> | Gtalk: heitorfaria@gmail.com
> > <mailto:heitorfaria@gmail.com>
> > ==========================================================================
> > 
> > 
> > 
> > ------------------------------------------------------------------------------
> > Download BIRT iHub F-Type - The Free Enterprise-Grade
> > BIRT Server
> > from Actuate! Instantly Supercharge Your Business
> > Reports and Dashboards
> > with Interactivity, Sharing, Native Excel Exports,
> > App Integration & more
> > Get technology previously reserved for billion-dollar
> > corporations, FREE
> > http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
> > _______________________________________________
> > Bacula-users mailing list
> > Bacula-users@lists.sourceforge.net
> > <mailto:Bacula-users@lists.sourceforge.net>
> > https://lists.sourceforge.net/lists/listinfo/bacula-users
> > 
> > 
> > ------------------------------------------------------------------------------
> > Download BIRT iHub F-Type - The Free Enterprise-Grade
> > BIRT Server
> > from Actuate! Instantly Supercharge Your Business
> > Reports and Dashboards
> > with Interactivity, Sharing, Native Excel Exports,
> > App Integration & more
> > Get technology previously reserved for billion-dollar
> > corporations, FREE
> > http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
> > _______________________________________________
> > Bacula-users mailing list
> > Bacula-users@lists.sourceforge.net
> > <mailto:Bacula-users@lists.sourceforge.net>
> > https://lists.sourceforge.net/lists/listinfo/bacula-users
> > 
> > 
> > 
> > 
> > 
> > 
> > ------------------------------------------------------------------------------
> > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> > from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> > with Interactivity, Sharing, Native Excel Exports, App Integration & more
> > Get technology previously reserved for billion-dollar corporations, FREE
> > http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
> > 
> > 
> > _______________________________________________
> > Bacula-users mailing list
> > Bacula-users@lists.sourceforge.net <mailto:Bacula-users@lists.sourceforge.net>
> > https://lists.sourceforge.net/lists/listinfo/bacula-users
> 
> 
> ------------------------------------------------------------------------------
> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> from Actuate! Instantly Supercharge Your Business Reports and
> Dashboards
> with Interactivity, Sharing, Native Excel Exports, App Integration
> & more
> Get technology previously reserved for billion-dollar
> corporations, FREE
> http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
> _______________________________________________
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> <mailto:Bacula-users@lists.sourceforge.net>
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 
> 


[Attachment #5 (text/html)]

<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Thanks for your reply.<br>
    <br>
    My autochanger device definition in bacula-sd.conf is as follows. I
    removed unrelated changer commands in Drive resource directives as
    you suggested, maybe those direcives mess up bacula, I will see what
    happens.<br>
    <br>
    Autochanger {<br>
    &nbsp; Name = AYKAutochanger<br>
    &nbsp; Device = Drive-1<br>
    &nbsp; Device = Drive-2<br>
    &nbsp; Device = Drive-3<br>
    &nbsp; Device = Drive-4<br>
    &nbsp; Changer Command = "/usr/libexec/bacula/mtx-changer %c %o %S %a %d"<br>
    &nbsp; Changer Device = /dev/sg9<br>
    }<br>
    <br>
    Best regards,<br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 25-11-2014 18:25, Ana Em&iacute;lia M.
      Arruda wrote:<br>
    </div>
    <blockquote
cite="mid:CAAh-UZbwKd_vUAWTbkS7tG-Aa7Jjv8Z9ei_bCL8Ko+eaSUHp0g@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div class="gmail_default" style="font-family:tahoma,sans-serif">Hello,</div>
        <div class="gmail_default" style="font-family:tahoma,sans-serif"><br>
        </div>
        <div class="gmail_default" style="font-family:tahoma,sans-serif">Do
          you have an autochanger device definition in your
          bacula-sd.conf?</div>
        <div class="gmail_default" style="font-family:tahoma,sans-serif"><br>
        </div>
        <div class="gmail_default" style="">
          <div class="gmail_default"
            style="font-family:tahoma,sans-serif">Autochanger {</div>
          <div class="gmail_default"
            style="font-family:tahoma,sans-serif">Name =
            "AYKAutochanger"</div>
          <div class="gmail_default"
            style="font-family:tahoma,sans-serif">Device =
            Drive-1,&nbsp;Drive-2,&nbsp;Drive-3,&nbsp;Drive-4</div>
          <div class="gmail_default"
            style="font-family:tahoma,sans-serif">Changer Device =
            /dev/sg9</div>
          <div class="gmail_default" style=""><font face="tahoma,
              sans-serif">Changer Command =
              "/usr/libexec/bacula/mtx-changer %c %o %S %a %d"</font></div>
          <div class="gmail_default"
            style="font-family:tahoma,sans-serif">}</div>
          <div class="gmail_default"
            style="font-family:tahoma,sans-serif"><br>
          </div>
          <div class="gmail_default"
            style="font-family:tahoma,sans-serif">In your Drives
            definitions, you don&acute;t need to have Changer Device nor
            Changer Command defined. The bellow lines should be removed
            from your drives definitions:</div>
          <div class="gmail_default"
            style="font-family:tahoma,sans-serif"><br>
          </div>
          <div class="gmail_default"
            style="font-family:tahoma,sans-serif">
            <div class="gmail_default">&nbsp;Changer Command =
              "/usr/libexec/bacula/mtx-changer %c %o %S %a %d"</div>
            <div class="gmail_default"># &nbsp;Changer Device = /dev/changer</div>
            <div class="gmail_default">&nbsp; Changer Device = /dev/sg9</div>
            <div class="gmail_default">&nbsp; AutoChanger = yes</div>
          </div>
          <div class="gmail_default"
            style="font-family:tahoma,sans-serif"><br>
          </div>
          <div class="gmail_default"
            style="font-family:tahoma,sans-serif">Best regards,</div>
          <div class="gmail_default"
            style="font-family:tahoma,sans-serif">Ana</div>
        </div>
      </div>
      <div class="gmail_extra"><br>
        <div class="gmail_quote">On Tue, Nov 25, 2014 at 5:46 AM,
          S&uuml;leyman Kuran <span dir="ltr">&lt;<a moz-do-not-send="true"
              href="mailto:skuran@ayk.gov.tr" \
target="_blank">skuran@ayk.gov.tr</a>&gt;</span>  wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div text="#000000" bgcolor="#FFFFFF"> I still can't find
              the final key to my puzzle :)<br>
              <br>
              Jobs (from the same pool)&nbsp; are still waiting the first
              drive to finish. I followed Ana's advise and set Max
              Concurrent Jobs = 1 in the Device directive in
              bacula-sd.conf and other configs in bacula-dir.conf&nbsp; The
              following are related parts of config files. Please
              advice.<br>
              <br>
              Best regards,<br>
              <br>
              bacula-sd.conf<br>
              =================================================<br>
              ...<br>
              Storage \
{&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;& \
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # \
definition of  myself<br>
              &nbsp; Name = bacula-sd<br>
              &nbsp; SDPort = \
9103&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
# Director's port&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>  &nbsp; WorkingDirectory = \
"/var/spool/bacula"<br>  &nbsp; Pid Directory = "/var/run"<br>
              &nbsp; Maximum Concurrent Jobs = 20<br>
              }<br>
              Device {<br>
              &nbsp; Name = Drive-1<br>
              &nbsp; Drive Index = 0<br>
              &nbsp; Media Type = LTO-5<br>
              &nbsp; Archive Device = /dev/nst0<br>
              &nbsp; AutomaticMount = yes<br>
              &nbsp; AlwaysOpen = yes<br>
              &nbsp; RemovableMedia = yes<br>
              &nbsp; Random Access = no<br>
              &nbsp; Maximum File Size = 10GB<br>
              &nbsp; Changer Command = "/usr/libexec/bacula/mtx-changer %c %o
              %S %a %d"<br>
              #&nbsp; Changer Device = /dev/changer<br>
              &nbsp; Changer Device = /dev/sg9<br>
              &nbsp; AutoChanger = yes<br>
              ##&nbsp; # Enable the Alert command only if you have the mtx
              package loaded<br>
              &nbsp; Alert Command = "sh -c 'tapeinfo -f %c |grep
              TapeAlert|cat'"<br>
              ### If you have smartctl, enable this, it has more info
              than tapeinfo <br>
              &nbsp; #Alert Command = "sh -c 'smartctl -H -l error %c'"&nbsp; <br>
              &nbsp; Maximum Concurrent Jobs = 1<br>
              }<br>
              Device {<br>
              &nbsp; Name = Drive-2<br>
              &nbsp; Drive Index = 1<br>
              &nbsp; Media Type = LTO-5<br>
              &nbsp; Archive Device = /dev/nst1<br>
              &nbsp; AutomaticMount = yes<br>
              &nbsp; AlwaysOpen = yes<br>
              &nbsp; RemovableMedia = yes<br>
              &nbsp; Random Access = no<br>
              &nbsp; Maximum File Size = 10GB<br>
              &nbsp; Changer Command = "/usr/libexec/bacula/mtx-changer %c %o
              %S %a %d"<br>
              #&nbsp; Changer Device = /dev/changer<br>
              &nbsp; Changer Device = /dev/sg9<br>
              &nbsp; AutoChanger = yes<br>
              &nbsp; Alert Command = "sh -c 'tapeinfo -f %c |grep
              TapeAlert|cat'"<br>
              &nbsp; Maximum Concurrent Jobs = 1<br>
              }<br>
              Device {<br>
              &nbsp; Name = Drive-3<br>
              &nbsp; Drive Index = 2<br>
              &nbsp; Media Type = LTO-5<br>
              &nbsp; Archive Device = /dev/nst2<br>
              &nbsp; AutomaticMount = yes<br>
              &nbsp; AlwaysOpen = yes<br>
              &nbsp; RemovableMedia = yes<br>
              &nbsp; Random Access = no<br>
              &nbsp; Maximum File Size = 10GB<br>
              &nbsp; Changer Command = "/usr/libexec/bacula/mtx-changer %c %o
              %S %a %d"<br>
              #&nbsp; Changer Device = /dev/changer<br>
              &nbsp; Changer Device = /dev/sg9<br>
              &nbsp; AutoChanger = yes<br>
              &nbsp; Alert Command = "sh -c 'tapeinfo -f %c |grep
              TapeAlert|cat'"<br>
              &nbsp; Maximum Concurrent Jobs = 1<br>
              }<br>
              Device {<br>
              &nbsp; Name = Drive-4<br>
              &nbsp; Drive Index = 3<br>
              &nbsp; Media Type = LTO-5<br>
              &nbsp; Archive Device = /dev/nst3<br>
              &nbsp; AutomaticMount = yes<br>
              &nbsp; AlwaysOpen = yes<br>
              &nbsp; RemovableMedia = yes<br>
              &nbsp; Random Access = no<br>
              &nbsp; Maximum File Size = 10GB<br>
              &nbsp; Changer Command = "/usr/libexec/bacula/mtx-changer %c %o
              %S %a %d"<br>
              #&nbsp; Changer Device = /dev/changer<br>
              &nbsp; Changer Device = /dev/sg9<br>
              &nbsp; AutoChanger = yes<br>
              &nbsp; Alert Command = "sh -c 'tapeinfo -f %c |grep
              TapeAlert|cat'"<br>
              &nbsp; Maximum Concurrent Jobs = 1<br>
              }<br>
              ...<br>
==================================================================<br>
              bacula-dir.conf<br>
              ...<br>
              Storage {<br>
              &nbsp; Name = "Fujitsu ETERNUS LT60"<br>
              &nbsp; Address = fqdn.bacula.tld \
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
# N.B. Use a  fully qualified name here<br>
              &nbsp; SDPort = 9103<br>
              &nbsp; Password = \
"mypass"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # password for Storage \
daemon<br>  &nbsp; Device = AYKAutochanger<br>
              &nbsp; Media Type = \
LTO-5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
# must be same as  MediaType in Storage daemon<br>
              &nbsp; Autochanger = \
yes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
# enable for  autochanger device<br>
              &nbsp; Maximum Concurrent Jobs = 20<br>
              }<br>
              Director \
{&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
# define myself<br>  &nbsp; Name = bacula-dir<br>
              &nbsp; DIRport = \
9101&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
# where we listen for UA  connections<br>
              &nbsp; #QueryFile = "/usr/libexec/bacula/query.sql"<br>
              &nbsp; QueryFile = "/etc/bacula/query.sql"<br>
              &nbsp; WorkingDirectory = "/var/spool/bacula"<br>
              &nbsp; PidDirectory = "/var/run"<br>
              &nbsp; Maximum Concurrent Jobs = 20<br>
              &nbsp; Password = \
"mypasswd"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # Console password<br>  \
&nbsp; Messages = Daemon<br>  }<br>
              Client {<br>
              &nbsp; Name = bacula-fd<br>
              &nbsp; Address = localhost<br>
              &nbsp; FDPort = 9102<br>
              &nbsp; Catalog = MyCatalog<br>
              &nbsp; Password = \
"mypasswd"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # password for \
FileDaemon<br>  &nbsp; Maximum Concurrent Jobs = 20<br>
              }<br>
              <br>
              <br>
              <br>
              <br>
              <div>On 21-11-2014 01:27, Kelley, Jared wrote:<br>
              </div>
              <blockquote type="cite">
                <div>Yep, that was the final key to the puzzle.&nbsp;
                  SUCCESS!!</div>
                <div>Thank you so much for your help with this.</div>
                <div>I&#8217;m running test jobs now with the new setting and
                  I&#8217;m 4 jobs from same pool are writing to&nbsp;</div>
                <div>4 different drives and volumes concurrently.</div>
                <div>Again, your help is much appreciated.</div>
                <div><br>
                </div>
                <div>Thank you</div>
                <div><br>
                </div>
                <div>Jared</div>
                <div><br>
                </div>
                <span>
                  <div
                    style="font-family:Calibri;font-size:11pt;text-align:left;color:black;BORDER-BOTTOM:medium
  none;BORDER-LEFT:medium
                    none;PADDING-BOTTOM:0in;PADDING-LEFT:0in;PADDING-RIGHT:0in;BORDER-TOP:#b5c4df
  1pt solid;BORDER-RIGHT:medium none;PADDING-TOP:3pt">
                    <span style="font-weight:bold">From: </span>"Ana
                    Em&iacute;lia M. Arruda" &lt;<a moz-do-not-send="true"
                      href="mailto:emiliaarruda@gmail.com"
                      target="_blank">emiliaarruda@gmail.com</a>&gt;<br>
                    <span style="font-weight:bold">Date: </span>Thursday,

                    November 20, 2014 at 1:39 PM<br>
                    <span style="font-weight:bold">To: </span>"Kelley,
                    Jared" &lt;<a moz-do-not-send="true"
                      href="mailto:jkelley@popcap.com" \
target="_blank">jkelley@popcap.com</a>&gt;<br>  <span style="font-weight:bold">Cc: \
</span>bacula-users  &lt;<a moz-do-not-send="true"
                      href="mailto:bacula-users@lists.sourceforge.net"
                      target="_blank">bacula-users@lists.sourceforge.net</a>&gt;<br>
                    <span style="font-weight:bold">Subject: </span>Re:
                    [Bacula-users] bacula can't make use of multi drives<br>
                  </div>
                  <div><br>
                  </div>
                  <div>
                    <div>
                      <div dir="ltr">
                        <div class="gmail_default"
                          style="font-family:tahoma,sans-serif">Hi
                          Jared,</div>
                        <div class="gmail_default"
                          style="font-family:tahoma,sans-serif"><br>
                        </div>
                        <div class="gmail_default"
                          style="font-family:tahoma,sans-serif"><span
                            \
style="color:rgb(0,0,0);font-family:Calibri,sans-serif;font-size:14px">Try  \
setting&nbsp;</span>  <div class="gmail_default"
                            style="color:rgb(0,0,0);font-size:11px;display:inline">
                            &#8203;</div>
                          <span
                            \
style="color:rgb(0,0,0);font-family:Menlo;font-size:11px">Maximum

                            Concurrent Jobs = 1</span><br>
                        </div>
                        <div class="gmail_default"
                          style="font-family:tahoma,sans-serif">in each
                          device definition. This will spread your 4
                          jobs in 4 drives of your autochanger device.</div>
                        <div class="gmail_default"
                          style="font-family:tahoma,sans-serif"><br>
                        </div>
                        <div class="gmail_default"
                          style="font-family:tahoma,sans-serif"><span>
                            <div class="gmail_default"
                              style="display:inline">&#8203;</div>
                            <p
                              \
style="margin:0px;font-size:11px;font-family:Menlo">Device

                              {</p>
                            <p
                              \
                style="margin:0px;font-size:11px;font-family:Menlo"><span
                                style="font-size:11px">&nbsp;&nbsp;</span><span
                                style="color:rgb(0,0,0);font-size:11px">Name
                                = Drive0&nbsp;</span></p>
                            <p
                              \
style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Drive \
Index = 0</p>  <p
                              \
style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Media \
Type = LTO</p>  <p
                              \
style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Archive \
                Device =
/dev/tape/by-path/ip-IPiscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-01-lun-0-nst</p>
  <p
                              \
                style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                
                              AutomaticMount = yes; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; # when  device opened, read it</p>
                            <p
                              \
style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">&nbsp;  \
AlwaysOpen = yes;</p>  <p
                              \
style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">&nbsp;  \
RemovableMedia = yes;</p>  <p
                              \
style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">&nbsp;  \
RandomAccess = no;</p>  <p
                              \
style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">&nbsp;  \
LabelMedia = no;</p>  <p
                              \
style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">&nbsp;  \
AutoChanger = yes</p>  <p
                              \
style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">&nbsp;  # Enable \
the Alert command only if you  have the mtx package loaded</p>
                            <p
                              \
style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Alert \
Command = "sh -c 'tapeinfo -f %c  |grep TapeAlert|cat'"</p>
                            <p
                              \
style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">&nbsp;  \
SpoolDirectory = /etc/bacula/spool</p>  <p
                              \
style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;</p> \
<br>  <p
                              \
style="margin:0px;font-size:11px;font-family:Menlo">Maximum

                              Concurrent Jobs = 1</p>
                            <p
                              \
style="color:rgb(0,0,0);margin:0px;font-size:11px;font-family:Menlo">}</p>  \
</span><span>  <div><br>
                            </div>
                            <div>Best regards,</div>
                            <div>Ana</div>
                          </span></div>
                        <div class="gmail_default"
                          style="font-family:tahoma,sans-serif"><br>
                        </div>
                        <div class="gmail_extra"><br>
                          <div class="gmail_quote">On Thu, Nov 20, 2014
                            at 6:33 PM, Kelley, Jared <span dir="ltr">
                              &lt;<a moz-do-not-send="true"
                                href="mailto:jkelley@popcap.com"
                                target="_blank">jkelley@popcap.com</a>&gt;</span>
                            wrote:<br>
                            <blockquote class="gmail_quote"
                              style="margin:0px 0px 0px
0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
  <div
style="word-wrap:break-word;color:rgb(0,0,0);font-size:14px;font-family:Calibri,sans-serif">
                
                                <div>Ok, I&#8217;ve done some reconfiguring. &nbsp;
                                  Will paste my new configuration files
                                  below as well as bconsole output from
                                  show pools, list volumes, status
                                  storage and querying volumes per job.&nbsp;
                                  I am running 4 concurrent jobs to the
                                  same pool and the writes are still
                                  interleaving data to the same volume.</div>
                                <div>I stopped and started bacula-sd,
                                  &nbsp;dir and fd, ran update slots scan
                                  before kicking off these jobs.&nbsp; Status
                                  storage shows the new device names and
                                  things are working, aside from the
                                  single tape being written to by all 4
                                  jobs.</div>
                                <div><br>
                                </div>
                                <div>Still not sure where I&#8217;m going
                                  wrong with bacula and writing to
                                  multiple volumes at the same time from
                                  the same pool.&nbsp; Currently the only way
                                  I&#8217;ve achieved this with mixed results,
                                  i.e. success and failures, is with
                                  &#8216;prefer mounted volumes = no.</div>
                                <div>:\</div>
                                <div><br>
                                </div>
                                <div>############# BEGIN BACULA-SD.CONF
                                  &nbsp;############</div>
                                <div><br>
                                </div>
                                <div>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">SEA-12176-MAC:backup02_bacula

                                    jkelley$ cat bacula-sd.conf&nbsp;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#  Default Bacula Storage Daemon
                                    Configuration file</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#&nbsp;

                                    For Bacula release 3.0.1 (30 April
                                    2009) -- debian 5.0.1</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#  You may need to change the \
name of  your tape drive</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">#
                                    &nbsp; on the "Archive Device" directive
                                    in the Device</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">#
                                    &nbsp; resource.&nbsp; If you change the Name
                                    and/or the&nbsp;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#  &nbsp; "Media Type" in the \
Device  resource, please ensure</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">#
                                    &nbsp; that dird.conf has corresponding
                                    changes.</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Storage

                                    { &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; #  definition of myself</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = backup02-sd</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    SDPort = 9103&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
                &nbsp; &nbsp; &nbsp; &nbsp; #
                                    Director's port &nbsp; &nbsp; &nbsp;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  WorkingDirectory =
                                    "/etc/bacula/working"</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Pid Directory = \
"/var/run/bacula"</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Maximum Concurrent Jobs = \
20</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#  List Directors who are \
permitted to  contact Storage daemon</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Director

                                    {</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = backup02-dir</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Password = password</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">##

                                    Restricted Director, used by
                                    tray-monitor to get the</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">#
                                    &nbsp; status of the storage daemon</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">##</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Director

                                    {</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = backup02-mon</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Password = password</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Monitor = yes</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#  Devices supported by this \
Storage  daemon</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#  To connect, the Director's
                                    bacula-dir.conf must have the</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#&nbsp;

                                    same Name and MediaType.&nbsp;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Autochanger

                                    {</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = Autochanger</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Device = Drive0, Drive1, \
Drive2,  Drive3, Drive4, Drive5, Drive6,
                                    Drive7, Drive8, Drive9</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Changer Command =
                                    "/etc/bacula/scripts/mtx-changer %c
                                    %o %S %a %d"</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Changer Device = \
/dev/sg12</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <div class="gmail_default"
                                    \
style="font-family:tahoma,sans-serif;display:inline">&#8203;  &#8203;</div>
                                  Device {
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = Drive0&nbsp;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Drive Index = 0</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Media Type = LTO</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Archive Device =
/dev/tape/by-path/ip-IPiscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-01-lun-0-nst</p>
  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    AutomaticMount = yes; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp;  # when device opened, read it</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  AlwaysOpen = yes;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  RemovableMedia = yes;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  RandomAccess = no;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  LabelMedia = no;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  AutoChanger = yes</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  # Enable the Alert \
command only if  you have the mtx package loaded</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Alert Command = "sh -c \
'tapeinfo -f  %c |grep TapeAlert|cat'"</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  SpoolDirectory = \
/etc/bacula/spool</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  </p>
                                  <div class="gmail_default"
                                    \
style="font-family:tahoma,sans-serif;display:inline">&#8203;  &#8203;</div>
                                  Maximum Concurrent Jobs = 20&nbsp;
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Device

                                    {</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = Drive1</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Drive Index = 1</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Media Type = LTO</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Archive Device =
/dev/tape/by-path/ip-IPiscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-02-lun-0-nst</p>
  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    AutomaticMount = yes; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp;  # when device opened, read it</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  AlwaysOpen = yes;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  RemovableMedia = yes;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  RandomAccess = no;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  LabelMedia = no;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  AutoChanger = yes</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  # Enable the Alert \
command only if  you have the mtx package loaded</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Alert Command = "sh -c \
'tapeinfo -f  %c |grep TapeAlert|cat'"</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  SpoolDirectory = \
/etc/bacula/spool</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Maximum Concurrent Jobs = \
20&nbsp;</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Device

                                    {</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = Drive2</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Drive Index = 2</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Media Type = LTO</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Archive Device =
/dev/tape/by-path/ip-IPiscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-03-lun-0-nst</p>
  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    AutomaticMount = yes; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp;  # when device opened, read it</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  AlwaysOpen = yes;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  RemovableMedia = yes;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  RandomAccess = no;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  LabelMedia = no;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  AutoChanger = yes</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  # Enable the Alert \
command only if  you have the mtx package loaded</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Alert Command = "sh -c \
'tapeinfo -f  %c |grep TapeAlert|cat'"</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  SpoolDirectory = \
/etc/bacula/spool</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Maximum Concurrent Jobs = \
20&nbsp;</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Device

                                    {</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = Drive3</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Drive Index = 3</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Media Type = LTO</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Archive Device =
/dev/tape/by-path/ip-IPiscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-04-lun-0-nst</p>
  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    AutomaticMount = yes; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp;  # when device opened, read it</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  AlwaysOpen = yes;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  RemovableMedia = yes;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  RandomAccess = no;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  LabelMedia = no;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  AutoChanger = yes</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  # Enable the Alert \
command only if  you have the mtx package loaded</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Alert Command = "sh -c \
'tapeinfo -f  %c |grep TapeAlert|cat'"</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  SpoolDirectory = \
/etc/bacula/spool</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Maximum Concurrent Jobs = \
20&nbsp;</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Device

                                    {</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = Drive4</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Drive Index = 4</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Media Type = LTO</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Archive Device =
/dev/tape/by-path/ip-IPiscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-05-lun-0-nst</p>
  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    AutomaticMount = yes; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp;  # when device opened, read it</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  AlwaysOpen = yes;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  RemovableMedia = yes;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  RandomAccess = no;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  LabelMedia = no;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  AutoChanger = yes</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  # Enable the Alert \
command only if  you have the mtx package loaded</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Alert Command = "sh -c \
'tapeinfo -f  %c |grep TapeAlert|cat'"</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  SpoolDirectory = \
/etc/bacula/spool</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Maximum Concurrent Jobs = \
20&nbsp;</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Device

                                    {</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = Drive5</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Drive Index = 5</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Media Type = LTO</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Archive Device =
/dev/tape/by-path/ip-IPiscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-06-lun-0-nst</p>
  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    AutomaticMount = yes; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp;  # when device opened, read it</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  AlwaysOpen = yes;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  RemovableMedia = yes;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  RandomAccess = no;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  LabelMedia = no;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  AutoChanger = yes</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  # Enable the Alert \
command only if  you have the mtx package loaded</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Alert Command = "sh -c \
'tapeinfo -f  %c |grep TapeAlert|cat'"</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  SpoolDirectory = \
/etc/bacula/spool</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Maximum Concurrent Jobs = \
20&nbsp;</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Device

                                    {</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = Drive6</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Drive Index = 6</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Media Type = LTO</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Archive Device =
/dev/tape/by-path/ip-IPiscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-07-lun-0-nst</p>
  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    AutomaticMount = yes; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp;  # when device opened, read it</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  AlwaysOpen = yes;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  RemovableMedia = yes;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  RandomAccess = no;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  LabelMedia = no;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  AutoChanger = yes</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  # Enable the Alert \
command only if  you have the mtx package loaded</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Alert Command = "sh -c \
'tapeinfo -f  %c |grep TapeAlert|cat'"</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  SpoolDirectory = \
/etc/bacula/spool</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Maximum Concurrent Jobs = \
20&nbsp;</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Device

                                    {</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = Drive7</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Drive Index = 7</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Media Type = LTO</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Archive Device =
/dev/tape/by-path/ip-IPiscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-08-lun-0-nst</p>
  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    AutomaticMount = yes; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp;  # when device opened, read it</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  AlwaysOpen = yes;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  RemovableMedia = yes;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  RandomAccess = no;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  LabelMedia = no;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  AutoChanger = yes</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  # Enable the Alert \
command only if  you have the mtx package loaded</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Alert Command = "sh -c \
'tapeinfo -f  %c |grep TapeAlert|cat'"</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  SpoolDirectory = \
/etc/bacula/spool</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Maximum Concurrent Jobs = \
20&nbsp;</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Device

                                    {</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = Drive8</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Drive Index = 8</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Media Type = LTO</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Archive Device =
/dev/tape/by-path/ip-IPiscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-09-lun-0-nst</p>
  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    AutomaticMount = yes; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp;  # when device opened, read it</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  AlwaysOpen = yes;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  RemovableMedia = yes;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  RandomAccess = no;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  LabelMedia = no;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  AutoChanger = yes</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  # Enable the Alert \
command only if  you have the mtx package loaded</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Alert Command = "sh -c \
'tapeinfo -f  %c |grep TapeAlert|cat'"</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  SpoolDirectory = \
/etc/bacula/spool</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Maximum Concurrent Jobs = \
20&nbsp;</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Device

                                    {</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = Drive9</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Drive Index = 9</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Media Type = LTO</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Archive Device =
/dev/tape/by-path/ip-IPiscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-10-lun-0-nst</p>
  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  AlwaysOpen = yes;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  RemovableMedia = yes;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  RandomAccess = no;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  LabelMedia = no;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  AutoChanger = yes</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  # Enable the Alert \
command only if  you have the mtx package loaded</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Alert Command = "sh -c \
'tapeinfo -f  %c |grep TapeAlert|cat'"</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  SpoolDirectory = \
/etc/bacula/spool</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Maximum Concurrent Jobs = \
20&nbsp;</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#  Send all messages except \
skipped  files back to Director</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Messages

                                    {</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = Standard</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  director = backup02-dir = \
                all,
                                    !skipped, !restored</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  </div>
                                <div>&nbsp;</div>
                                <div><br>
                                </div>
                                <div>####### END SD.CONF #####</div>
                                <div><br>
                                </div>
                                <div><br>
                                </div>
                                <div>###### BEGIN DIR.CONF ####</div>
                                <div><br>
                                </div>
                                <div>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#  Default Bacula Director
                                    Configuration file</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#&nbsp;

                                    The only thing that MUST be changed
                                    is to add one or more</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#  &nbsp; file or directory names \
in the  Include directive of the</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#  &nbsp; FileSet resource.</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#&nbsp;

                                    For Bacula release 3.0.1 (30 April
                                    2009) -- debian 5.0.1</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#&nbsp;

                                    You might also want to change the
                                    default email address</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">#
                                    &nbsp; from root to your address.&nbsp; See
                                    the "mail" and "operator"</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#  &nbsp; directives in the \
Messages  resource.</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">###</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">###

                                    Source other config files</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">###</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">@/etc/bacula/clients.conf</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">@/etc/bacula/jobs.conf</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">###</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">###

                                    Basic director configuration</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">###</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Director

                                    {&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; #  define myself</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = backup-dir</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    DIRport = 9101&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; #  where we listen for UA connections</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    QueryFile = "/etc/bacula/query.sql"</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  WorkingDirectory =
                                    "/etc/bacula/working"</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  PidDirectory = \
"/var/run/bacula"</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Maximum Concurrent Jobs = \
20&nbsp;</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#&nbsp;

                                    Password = password</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Password = password</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Messages = Daemon</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  DIRAddress = \
localhost</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">###</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">###

                                    Storage</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">###</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#  Storage device for tape</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Storage

                                    {</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = Autochanger</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    Address = backup. &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; #  N.B. Use a fully qualified name
                                    here, not localhost</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  SDPort = 9103</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Password = password</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Device = Autochanger</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Media Type = LTO</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    Autochanger = yes &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  # enable for autochanger device</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Maximum Concurrent Jobs = \
20&nbsp;</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#Storage

                                    {</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">###</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">###</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">###

                                    Storage pools</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">###</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#  Default storage pool</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Pool

                                    {</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = Default</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Pool Type = Backup</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Storage = Autochanger</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    Recycle = no &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; #  Bacula can automatically recycle
                                    Volumes</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    AutoPrune = yes &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  # Prune expired volumes</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    Volume Retention = 365 days &nbsp; &nbsp; &nbsp; \
&nbsp;  # one year</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Maximum Volume Bytes = \
2500G</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">###</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#  social service storage \
pool</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Pool

                                    {</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = svc</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Pool Type = Backup</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Storage = \
Autochanger&nbsp;</p>  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    Recycle = no &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; #  Bacula can automatically recycle
                                    Volumes</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    AutoPrune = yes &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  # Prune expired volumes</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    Volume Retention = 365 days &nbsp; &nbsp; &nbsp; \
&nbsp;  # one year</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Maximum Volume Bytes = \
2500G</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#  database service storage \
pool</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Pool

                                    {</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = database&nbsp;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Pool Type = Backup</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Storage = Autochanger</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    Recycle = no &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; #  Bacula can automatically recycle
                                    Volumes</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    AutoPrune = yes &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  # Prune expired volumes</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    Volume Retention = 365 days &nbsp; &nbsp; &nbsp; \
&nbsp;  # one year</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Maximum Volume Bytes = \
2500G</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">###</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">###

                                    Backup catalog</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">###</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#  Generic catalog service</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Catalog

                                    {</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = MyCatalog</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#  Uncomment the following line \
if you  want the dbi driver</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#  dbdriver = "dbi:mysql"; \
dbaddress =  127.0.0.1; dbport = &nbsp;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  dbname = "bacula"; dbuser \
= "";  dbpassword = "password"</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">###</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">###

                                    Logging</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">###</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#  Reasonable message delivery -- \
send  most everything to email address</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#&nbsp;

                                    and to the console</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Messages

                                    {</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = Standard</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#  NOTE! If you send to two email \
                or
                                    more email addresses, you will need</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#&nbsp;

                                    to replace the %r in the from field
                                    (-f part) with a single valid</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#&nbsp;

                                    email address in both the
                                    mailcommand and the operatorcommand.</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#&nbsp;

                                    What this does is, it sets the email
                                    address that emails would display</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#&nbsp;

                                    in the FROM field, which is by
                                    default the same email as they're
                                    being</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#&nbsp;

                                    sent to.&nbsp; However, if you send email
                                    to more than one address, then</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#&nbsp;

                                    you'll have to set the FROM address
                                    manually, to a single address.&nbsp;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#&nbsp;

                                    for example, a '<a
                                      moz-do-not-send="true"
                                      href="mailto:no-reply@mydomain.com"
                                      target="_blank">no-reply@mydomain.com</a>',

                                    is better since that tends to</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#&nbsp;

                                    tell (most) people that its coming
                                    from an automated source.</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  mailcommand = \
"/usr/sbin/bsmtp -h  localhost -f \"\(Bacula\)
                                    \&lt;%r\&gt;\" -s \"Bacula: %t %e of
                                    %c %l\" %r"</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  operatorcommand = \
                "/usr/sbin/bsmtp
                                    -h localhost -f \"\(Bacula\)
                                    \&lt;%r\&gt;\" -s \"Bacula:
                                    Intervention needed for %j\" %r"</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  mail on error = <a
                                      moz-do-not-send="true"
                                      href="mailto:whodat@wedat.com"
                                      target="_blank"> whodat@wedat.com</a>
                                    = all, !skipped &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp;</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  operator = <a
                                      moz-do-not-send="true"
                                      href="mailto:whodat@wedat.com"
                                      target="_blank"> whodat@wedat.com</a>=
                                    mount</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  console = all, !skipped, \
!saved</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#  WARNING! the following will \
create a  file that you must cycle from</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#&nbsp;

                                    &nbsp; &nbsp; &nbsp; &nbsp; time to time as it \
will grow  indefinitely. However, it will</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#&nbsp;

                                    &nbsp; &nbsp; &nbsp; &nbsp; also keep all your \
messages  if they scroll off the console.</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  append = \
"/etc/bacula/working/log" =  all, !skipped</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  catalog = all, !skipped, \
!saved</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#  Message delivery for daemon \
messages  (no job).</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Messages

                                    {</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = Daemon</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  mailcommand = \
"/usr/sbin/bsmtp -h  localhost -f \"\(Bacula\)
                                    \&lt;%r\&gt;\" -s \"Bacula daemon
                                    message\" %r"</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    mail = @localhost = all, !skipped &nbsp;
                                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  console = all, !skipped, \
!saved</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  append = \
"/etc/bacula/working/log" =  all, !skipped</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">###</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">###

                                    Console</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">###</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#  Restricted console used by
                                    tray-monitor to get the status of
                                    the director</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Console

                                    {</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = backup-mon</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Password = password</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  CommandACL = status, \
.status</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  </div>
                                <div><br>
                                </div>
                                <div><br>
                                </div>
                                <div>###### END DIR.CONF ####</div>
                                <div><br>
                                </div>
                                <div>#### SHOW POOLS OUTPUT ####</div>
                                <div><br>
                                </div>
                                <div>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Pool:

                                    name=Default PoolType=Backup</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    &nbsp; &nbsp; use_cat=1 use_once=0 \
cat_files=1</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  &nbsp; &nbsp; max_vols=0 \
auto_prune=1  VolRetention=1 year&nbsp;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  &nbsp; &nbsp; VolUse=0 \
secs recycle=0  LabelFormat=*None*</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  &nbsp; &nbsp; \
CleaningPrefix=*None*  LabelType=0</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    &nbsp; &nbsp; RecyleOldest=0 PurgeOldest=0
                                    ActionOnPurge=0</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    &nbsp; &nbsp; MaxVolJobs=0 MaxVolFiles=0
                                    MaxVolBytes=2684354560000</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    &nbsp; &nbsp; MigTime=0 secs MigHiBytes=0
                                    MigLoBytes=0</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  &nbsp; &nbsp; \
JobRetention=0 secs  FileRetention=0 secs</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    --&gt; Storage: name=Autochanger
                                    address=<a moz-do-not-send="true"
                                      href="http://backup02.wes.popcap.com"
                                      target="_blank">backup02.wes.popcap.com</a>
                                    SDport=9103 MaxJobs=20</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  &nbsp; &nbsp; \
DeviceName=Autochanger  MediaType=LTO StorageId=13</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Pool:

                                    name=svc PoolType=Backup</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    &nbsp; &nbsp; use_cat=1 use_once=0 \
cat_files=1</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  &nbsp; &nbsp; max_vols=0 \
auto_prune=1  VolRetention=1 year&nbsp;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  &nbsp; &nbsp; VolUse=0 \
secs recycle=0  LabelFormat=*None*</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  &nbsp; &nbsp; \
CleaningPrefix=*None*  LabelType=0</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    &nbsp; &nbsp; RecyleOldest=0 PurgeOldest=0
                                    ActionOnPurge=0</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    &nbsp; &nbsp; MaxVolJobs=0 MaxVolFiles=0
                                    MaxVolBytes=2684354560000</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    &nbsp; &nbsp; MigTime=0 secs MigHiBytes=0
                                    MigLoBytes=0</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  &nbsp; &nbsp; \
JobRetention=0 secs  FileRetention=0 secs</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    --&gt; Storage: name=Autochanger
                                    address=<a moz-do-not-send="true"
                                      href="http://backup02.wes.popcap.com"
                                      target="_blank">backup02.wes.popcap.com</a>
                                    SDport=9103 MaxJobs=20</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  &nbsp; &nbsp; \
DeviceName=Autochanger  MediaType=LTO StorageId=13</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Pool:

                                    name=database PoolType=Backup</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    &nbsp; &nbsp; use_cat=1 use_once=0 \
cat_files=1</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  &nbsp; &nbsp; max_vols=0 \
auto_prune=1  VolRetention=1 year&nbsp;</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  &nbsp; &nbsp; VolUse=0 \
secs recycle=0  LabelFormat=*None*</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  &nbsp; &nbsp; \
CleaningPrefix=*None*  LabelType=0</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    &nbsp; &nbsp; RecyleOldest=0 PurgeOldest=0
                                    ActionOnPurge=0</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    &nbsp; &nbsp; MaxVolJobs=0 MaxVolFiles=0
                                    MaxVolBytes=2684354560000</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    &nbsp; &nbsp; MigTime=0 secs MigHiBytes=0
                                    MigLoBytes=0</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  &nbsp; &nbsp; \
JobRetention=0 secs  FileRetention=0 secs</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    --&gt; Storage: name=Autochanger
                                    address=<a moz-do-not-send="true"
                                      href="http://backup02.wes.popcap.com"
                                      target="_blank">backup02.wes.popcap.com</a>
                                    SDport=9103 MaxJobs=20</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  &nbsp; &nbsp; \
DeviceName=Autochanger  MediaType=LTO StorageId=13</p>
                                </div>
                                <div><br>
                                </div>
                                <div><br>
                                </div>
                                <div>#### OUTPUT FROM QUERY option 15
                                  #####</div>
                                <div>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    &nbsp;&nbsp;15: List Volumes Bacula thinks are
                                    in changer</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  &nbsp; 16: List Volumes \
likely to need  replacement from age or errors</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Choose

                                    a query (1-16): 15</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">+---------+------------+-------------+-------------+------+----------+-----------+-----------+</p>
  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">|
                                    MediaId | VolumeName | GB&nbsp; &nbsp; &nbsp; \
                &nbsp; &nbsp; |
                                    Storage &nbsp; &nbsp; | Slot | Pool &nbsp; &nbsp; \
|  MediaType | VolStatus |</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">+---------+------------+-------------+-------------+------+----------+-----------+-----------+</p>
  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">|&nbsp;

                                    &nbsp; &nbsp; 19 | AAAACE5F6B | 255.5893&nbsp; \
                &nbsp; |
                                    Autochanger |&nbsp; &nbsp; 1 | svc&nbsp; &nbsp; \
                &nbsp; | LTO
                                    &nbsp; &nbsp; &nbsp; | Append&nbsp; &nbsp; |</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">|&nbsp;

                                    &nbsp; &nbsp; 26 | AAAACC5F69 | 1657.5554 &nbsp; \
                |
                                    Autochanger |&nbsp; &nbsp; 2 | svc&nbsp; &nbsp; \
                &nbsp; | LTO
                                    &nbsp; &nbsp; &nbsp; | Append&nbsp; &nbsp; |</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">|&nbsp;

                                    &nbsp; &nbsp; 20 | AAAACF5F6A | 1509.3844 &nbsp; \
                |
                                    Autochanger |&nbsp; &nbsp; 3 | database | LTO
                                    &nbsp; &nbsp; &nbsp; | Append&nbsp; &nbsp; |</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">|&nbsp;

                                    &nbsp; &nbsp; 25 | AAAAD45F71 | 7.1532&nbsp; \
                &nbsp; &nbsp; |
                                    Autochanger |&nbsp; &nbsp; 4 | database | LTO
                                    &nbsp; &nbsp; &nbsp; | Append&nbsp; &nbsp; |</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">|&nbsp;

                                    &nbsp; &nbsp; 22 | AAAAD55F70 | 900.0329&nbsp; \
                &nbsp; |
                                    Autochanger |&nbsp; &nbsp; 5 | database | LTO
                                    &nbsp; &nbsp; &nbsp; | Append&nbsp; &nbsp; |</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">|&nbsp;

                                    &nbsp; &nbsp; 21 | AAAAC95F6C | 129.9827&nbsp; \
                &nbsp; |
                                    Autochanger |&nbsp; &nbsp; 6 | database | LTO
                                    &nbsp; &nbsp; &nbsp; | Append&nbsp; &nbsp; |</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">|&nbsp;

                                    &nbsp; &nbsp; 24 | AAAACB5F6E | 32.4151 &nbsp; \
                &nbsp; |
                                    Autochanger |&nbsp; &nbsp; 7 | Default&nbsp; | \
                LTO
                                    &nbsp; &nbsp; &nbsp; | Append&nbsp; &nbsp; |</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">|&nbsp;

                                    &nbsp; &nbsp; 28 | AAAB3B609E | 329.3842&nbsp; \
                &nbsp; |
                                    Autochanger |&nbsp; &nbsp; 8 | Default&nbsp; | \
                LTO
                                    &nbsp; &nbsp; &nbsp; | Append&nbsp; &nbsp; |</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">|&nbsp;

                                    &nbsp; &nbsp; 23 | AAAACA5F6F | 1602.8880 &nbsp; \
                |
                                    Autochanger |&nbsp; &nbsp; 9 | Default&nbsp; | \
                LTO
                                    &nbsp; &nbsp; &nbsp; | Append&nbsp; &nbsp; |</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">|&nbsp;

                                    &nbsp; &nbsp; 27 | AAAACD5F68 | 15.8603 &nbsp; \
                &nbsp; |
                                    Autochanger | &nbsp; 10 | Default&nbsp; | LTO
                                    &nbsp; &nbsp; &nbsp; | Append&nbsp; &nbsp; |</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">|&nbsp;

                                    &nbsp; &nbsp; 18 | AAAAC85F6D | 683.2106&nbsp; \
                &nbsp; |
                                    Autochanger | &nbsp; 11 | Default&nbsp; | LTO
                                    &nbsp; &nbsp; &nbsp; | Full&nbsp; &nbsp; &nbsp; \
|</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">+---------+------------+---------- \
---+-------------+------+----------+-----------+&#8212;&#8212;&#8212;&#8212;&#8212;+</p>
  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">######

                                    OUT PUT FROM STATUS STORAGE #####</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">*status

                                    storage</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Automatically

                                    selected Storage: Autochanger</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Connecting

                                    to Storage daemon Autochanger at <a
                                      moz-do-not-send="true"
                                      href="http://backup02.wes.popcap.com:9103"
                                      \
target="_blank">backup02.wes.popcap.com:9103</a></p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">backup02-sd

                                    Version: 5.2.6 (21 February 2012)
                                    x86_64-pc-linux-gnu ubuntu 14.04</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Daemon

                                    started 20-Nov-14 20:53. Jobs:
                                    run=4, running=0.</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;Heap:

                                    heap=270,336 smbytes=361,672
                                    max_bytes=665,104 bufs=248
                                    max_bufs=325</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;Sizes:

                                    boffset_t=8 size_t=8 int32_t=4
                                    int64_t=8 mode=0,0</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Running

                                    Jobs:</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">No

                                    Jobs running.</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">====</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Jobs

                                    waiting to reserve a drive:</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">====</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Terminated

                                    Jobs:</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;JobId&nbsp;

                                    Level&nbsp; &nbsp; Files&nbsp; &nbsp; &nbsp; \
                Bytes &nbsp; Status &nbsp;
                                    Finished&nbsp; &nbsp; &nbsp; &nbsp; \
Name&nbsp;</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">===================================================================</p>
  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    950&nbsp; Diff&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
2&nbsp; &nbsp; 14.14 G&nbsp; OK  &nbsp; &nbsp; &nbsp; 20-Nov-14 10:39
                                    shopdb3-02:database</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    948&nbsp; Diff&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
2&nbsp; &nbsp; 29.38 G&nbsp; OK  &nbsp; &nbsp; &nbsp; 20-Nov-14 11:12
                                    pushdb1-02:database</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    946&nbsp; Diff&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
1&nbsp; &nbsp; 31.01 G&nbsp; OK  &nbsp; &nbsp; &nbsp; 20-Nov-14 11:28
                                    ecommdb1-02:database</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    959&nbsp; Diff&nbsp; &nbsp; &nbsp; &nbsp; \
                202&nbsp; &nbsp; 27.32 G&nbsp; OK
                                    &nbsp; &nbsp; &nbsp; 20-Nov-14 12:41 svc4</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    960&nbsp; Full&nbsp; &nbsp; &nbsp; 3,205&nbsp; \
                &nbsp; 137.3 G&nbsp; OK
                                    &nbsp; &nbsp; &nbsp; 20-Nov-14 19:01 svc5</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    966&nbsp; Diff&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
1&nbsp; &nbsp; 1.321 G&nbsp;  Cancel &nbsp; 20-Nov-14 20:46
                                    labsdb3-02:database</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    970&nbsp; Diff&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
1&nbsp; &nbsp; 3.567 G&nbsp; OK  &nbsp; &nbsp; &nbsp; 20-Nov-14 21:20
                                    labsdb3-02:database</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    971&nbsp; Diff&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
3&nbsp; &nbsp; 4.529 G&nbsp; OK  &nbsp; &nbsp; &nbsp; 20-Nov-14 21:25
                                    labsdb4-02:database</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    972&nbsp; Diff&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
1&nbsp; &nbsp; 5.152 G&nbsp; OK  &nbsp; &nbsp; &nbsp; 20-Nov-14 21:26
                                    labsdb5-01:database</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    973&nbsp; Diff&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
1&nbsp; &nbsp; 5.508 G&nbsp; OK  &nbsp; &nbsp; &nbsp; 20-Nov-14 21:26
                                    labsdb6-02:database</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">====</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Device

                                    status:</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Autochanger

                                    "Autochanger" with devices:</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    "Drive0"
(/dev/tape/by-path/ip-10.5.66.22:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-01-lun-0-nst)</p>
  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    "Drive1"
(/dev/tape/by-path/ip-10.5.66.22:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-02-lun-0-nst)</p>
  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    "Drive2"
(/dev/tape/by-path/ip-10.5.66.22:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-03-lun-0-nst)</p>
  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    "Drive3"
(/dev/tape/by-path/ip-10.5.66.22:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-04-lun-0-nst)</p>
  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    "Drive4"
(/dev/tape/by-path/ip-10.5.66.22:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-05-lun-0-nst)</p>
  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    "Drive5"
(/dev/tape/by-path/ip-10.5.66.22:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-06-lun-0-nst)</p>
  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    "Drive6"
(/dev/tape/by-path/ip-10.5.66.22:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-07-lun-0-nst)</p>
  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    "Drive7"
(/dev/tape/by-path/ip-10.5.66.22:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-08-lun-0-nst)</p>
  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    "Drive8"
(/dev/tape/by-path/ip-10.5.66.22:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-09-lun-0-nst)</p>
  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    "Drive9"
(/dev/tape/by-path/ip-10.5.66.22:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-10-lun-0-nst)</p>
  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Device

                                    "Drive0"
                                    \
(/dev/tape/by-path/ip-10.5.66.22:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-01-lun-0-nst)


                                    is mounted with:</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    &nbsp; Volume:&nbsp; &nbsp; &nbsp; AAAACF5F6A</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    &nbsp; Pool:&nbsp; &nbsp; &nbsp; &nbsp; \
database</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  &nbsp; Media type:&nbsp; \
LTO</p>  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    &nbsp; Slot 3 is loaded in drive 0.</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  &nbsp; Total \
                Bytes=1,621,836,840,960
                                    Blocks=290,988 Bytes/block=5,573,552</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    &nbsp; Positioned at File=1,662 Block=0</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Device

                                    "Drive1"
                                    \
(/dev/tape/by-path/ip-10.5.66.22:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-02-lun-0-nst)


                                    is not open.</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  &nbsp; Drive 1 is not \
loaded.</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Device

                                    "Drive2"
                                    \
(/dev/tape/by-path/ip-10.5.66.22:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-03-lun-0-nst)


                                    is not open.</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  &nbsp; Drive 2 is not \
loaded.</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Device

                                    "Drive3"
                                    \
(/dev/tape/by-path/ip-10.5.66.22:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-04-lun-0-nst)


                                    is not open.</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  &nbsp; Drive 3 is not \
loaded.</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Device

                                    "Drive4"
                                    \
(/dev/tape/by-path/ip-10.5.66.22:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-05-lun-0-nst)


                                    is not open.</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  &nbsp; Drive 4 is not \
loaded.</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Device

                                    "Drive5"
                                    \
(/dev/tape/by-path/ip-10.5.66.22:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-06-lun-0-nst)


                                    is not open.</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  &nbsp; Drive 5 is not \
loaded.</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Device

                                    "Drive6"
                                    \
(/dev/tape/by-path/ip-10.5.66.22:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-07-lun-0-nst)


                                    is not open.</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  &nbsp; Drive 6 is not \
loaded.</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Device

                                    "Drive7"
                                    \
(/dev/tape/by-path/ip-10.5.66.22:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-08-lun-0-nst)


                                    is not open.</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  &nbsp; Drive 7 is not \
loaded.</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Device

                                    "Drive8"
                                    \
(/dev/tape/by-path/ip-10.5.66.22:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-09-lun-0-nst)


                                    is not open.</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  &nbsp; Drive 8 is not \
loaded.</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Device

                                    "Drive9"
                                    \
(/dev/tape/by-path/ip-10.5.66.22:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-10-lun-0-nst)


                                    is not open.</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  &nbsp; Drive 9 is not \
loaded.</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">====</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Used

                                    Volume status:</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">AAAACF5F6A

                                    on device "Drive0"
(/dev/tape/by-path/ip-10.5.66.22:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-01-lun-0-nst)</p>
  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  &nbsp; Reader=0 writers=0 \
devres=0  volinuse=0</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">###############</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#####

                                    OUT PUT FROM LIST JOBS ###</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo"><br>  </p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">|
                                    &nbsp;&nbsp;970 | labsdb3-02:database&nbsp; \
                &nbsp;&nbsp;|
                                    2014-11-20 20:58:07 | B&nbsp; &nbsp;&nbsp;| \
                D&nbsp;&nbsp;
                                    &nbsp;&nbsp;|&nbsp;&nbsp; &nbsp; &nbsp; \
                &nbsp;&nbsp;1 |&nbsp;&nbsp;&nbsp;3,567,140,654 |
                                    T&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;|</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">|&nbsp;&nbsp;&nbsp;971

                                    | labsdb4-02:database&nbsp; &nbsp;&nbsp;|
                                    2014-11-20 20:58:09 | B&nbsp; &nbsp;&nbsp;| \
                D&nbsp;&nbsp;
                                    &nbsp;&nbsp;|&nbsp;&nbsp; &nbsp; &nbsp; \
                &nbsp;&nbsp;3 |&nbsp;&nbsp;&nbsp;4,529,882,002 |
                                    T&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;|</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">|&nbsp;&nbsp;&nbsp;972

                                    | labsdb5-01:database&nbsp; &nbsp;&nbsp;|
                                    2014-11-20 20:58:16 | B&nbsp; &nbsp;&nbsp;| \
                D&nbsp;&nbsp;
                                    &nbsp;&nbsp;|&nbsp;&nbsp; &nbsp; &nbsp; \
                &nbsp;&nbsp;0 |&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \
                &nbsp;&nbsp;0 |
                                    R&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;|</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">|
                                    &nbsp; 973 | labsdb6-02:database&nbsp; &nbsp; |
                                    2014-11-20 20:58:18 | B&nbsp; &nbsp; | D &nbsp; \
                &nbsp; |
                                    &nbsp; &nbsp; &nbsp; &nbsp; 0 | &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0 | R</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#####

                                    AND FINALLY, querying jobid for
                                    volume shows all 4 jobs writing to
                                    the same volume at the same time,
                                    interleaving as opposed to using
                                    available volume in pool ####</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo"><br>  </p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Available

                                    queries:</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    &nbsp; 1: List up to 20 places where a
                                    File is saved regardless of the
                                    directory</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    &nbsp; 2: List where the most recent
                                    copies of a file are saved</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    &nbsp; 3: List last 20 Full Backups for a
                                    Client</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    &nbsp; 4: List all backups for a Client
                                    after a specified time</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    &nbsp; 5: List all backups for a Client</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    &nbsp; 6: List Volume Attributes for a
                                    selected Volume</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    &nbsp; 7: List Volumes used by selected
                                    JobId</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    &nbsp; 8: List Volumes to Restore All
                                    Files</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    &nbsp; 9: List Pool Attributes for a
                                    selected Pool</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    &nbsp; 10: List total files/bytes by Job</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  &nbsp; 11: List total \
files/bytes by  Volume</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  &nbsp; 12: List Files for \
a selected  JobId</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    &nbsp; 13: List Jobs stored on a selected
                                    MediaId</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    &nbsp; 14: List Jobs stored for a given
                                    Volume name</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    &nbsp; 15: List Volumes Bacula thinks are
                                    in changer</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  &nbsp; 16: List Volumes \
likely to need  replacement from age or errors</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Choose

                                    a query (1-16): 7</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Enter

                                    JobId: 970</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">+-------+------------+</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">|  JobId | VolumeName |</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">+-------+------------+</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">|  &nbsp; 970 | AAAACF5F6A |</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">+-------+------------+</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">*query</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Available

                                    queries:</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    &nbsp; 1: List up to 20 places where a
                                    File is saved regardless of the
                                    directory</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    &nbsp; 2: List where the most recent
                                    copies of a file are saved</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    &nbsp; 3: List last 20 Full Backups for a
                                    Client</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    &nbsp; 4: List all backups for a Client
                                    after a specified time</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    &nbsp; 5: List all backups for a Client</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    &nbsp; 6: List Volume Attributes for a
                                    selected Volume</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    &nbsp; 7: List Volumes used by selected
                                    JobId</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    &nbsp; 8: List Volumes to Restore All
                                    Files</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    &nbsp; 9: List Pool Attributes for a
                                    selected Pool</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    &nbsp; 10: List total files/bytes by Job</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  &nbsp; 11: List total \
files/bytes by  Volume</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  &nbsp; 12: List Files for \
a selected  JobId</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    &nbsp; 13: List Jobs stored on a selected
                                    MediaId</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    &nbsp; 14: List Jobs stored for a given
                                    Volume name</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    &nbsp; 15: List Volumes Bacula thinks are
                                    in changer</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  &nbsp; 16: List Volumes \
likely to need  replacement from age or errors</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Choose

                                    a query (1-16): 7</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Enter

                                    JobId: 971</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">+-------+------------+</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">|  JobId | VolumeName |</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">+-------+------------+</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">|  &nbsp; 971 | AAAACF5F6A |</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">+-------+------------+</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">*query</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Available

                                    queries:</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    &nbsp; 1: List up to 20 places where a
                                    File is saved regardless of the
                                    directory</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    &nbsp; 2: List where the most recent
                                    copies of a file are saved</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    &nbsp; 3: List last 20 Full Backups for a
                                    Client</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    &nbsp; 4: List all backups for a Client
                                    after a specified time</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    &nbsp; 5: List all backups for a Client</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    &nbsp; 6: List Volume Attributes for a
                                    selected Volume</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    &nbsp; 7: List Volumes used by selected
                                    JobId</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    &nbsp; 8: List Volumes to Restore All
                                    Files</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    &nbsp; 9: List Pool Attributes for a
                                    selected Pool</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    &nbsp; 10: List total files/bytes by Job</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  &nbsp; 11: List total \
files/bytes by  Volume</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  &nbsp; 12: List Files for \
a selected  JobId</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    &nbsp; 13: List Jobs stored on a selected
                                    MediaId</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    &nbsp; 14: List Jobs stored for a given
                                    Volume name</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    &nbsp; 15: List Volumes Bacula thinks are
                                    in changer</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  &nbsp; 16: List Volumes \
likely to need  replacement from age or errors</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Choose

                                    a query (1-16): 7</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Enter

                                    JobId: 972</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">+-------+------------+</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">|  JobId | VolumeName |</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">+-------+------------+</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">|  &nbsp; 972 | AAAACF5F6A |</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">+-------+------------+</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">*query</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Available

                                    queries:</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    &nbsp; 1: List up to 20 places where a
                                    File is saved regardless of the
                                    directory</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    &nbsp; 2: List where the most recent
                                    copies of a file are saved</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    &nbsp; 3: List last 20 Full Backups for a
                                    Client</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    &nbsp; 4: List all backups for a Client
                                    after a specified time</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    &nbsp; 5: List all backups for a Client</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    &nbsp; 6: List Volume Attributes for a
                                    selected Volume</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    &nbsp; 7: List Volumes used by selected
                                    JobId</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    &nbsp; 8: List Volumes to Restore All
                                    Files</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;

                                    &nbsp; 9: List Pool Attributes for a
                                    selected Pool</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    &nbsp; 10: List total files/bytes by Job</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  &nbsp; 11: List total \
files/bytes by  Volume</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  &nbsp; 12: List Files for \
a selected  JobId</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    &nbsp; 13: List Jobs stored on a selected
                                    MediaId</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    &nbsp; 14: List Jobs stored for a given
                                    Volume name</p>
                                  <p
                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                    &nbsp; 15: List Volumes Bacula thinks are
                                    in changer</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  &nbsp; 16: List Volumes \
likely to need  replacement from age or errors</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Choose

                                    a query (1-16): 7</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Enter

                                    JobId: 973</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">+-------+------------+</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">|  JobId | VolumeName |</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">+-------+------------+</p>  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">|  &nbsp; 973 | AAAACF5F6A |</p>
                                  <p
                                    \
style="margin:0px;font-size:11px;font-family:Menlo">+-------+------------</p>  </div>
                                <div><br>
                                </div>
                                <span>
                                  <div
                                    \
style="font-family:Calibri;font-size:11pt;text-align:left;color:black;border-width:1pt
  medium medium;border-style:solid
                                    none none;padding:3pt 0in
                                    0in;border-top-color:rgb(181,196,223)">
                                    <span style="font-weight:bold">From:
                                    </span>"Ana Em&iacute;lia M. Arruda" &lt;<a
                                      moz-do-not-send="true"
                                      href="mailto:emiliaarruda@gmail.com"
                                      \
target="_blank">emiliaarruda@gmail.com</a>&gt;<br>  <span \
style="font-weight:bold">Date:  </span>Wednesday, November 19, 2014
                                    at 5:56 PM<br>
                                    <span style="font-weight:bold">To: \
</span>"Kelley,

                                    Jared" &lt;<a moz-do-not-send="true"
                                      href="mailto:jkelley@popcap.com"
                                      target="_blank">jkelley@popcap.com</a>&gt;<br>
                                    <span style="font-weight:bold">Cc: \
</span>bacula-users

                                    &lt;<a moz-do-not-send="true"
                                      \
                href="mailto:bacula-users@lists.sourceforge.net"
                                      \
                target="_blank">bacula-users@lists.sourceforge.net</a>&gt;<br>
                                    <span style="font-weight:bold">Subject:
                                    </span>Re: [Bacula-users] bacula
                                    can't make use of multi drives<br>
                                  </div>
                                  <div><br>
                                  </div>
                                  <div>
                                    <div>
                                      <div dir="ltr">
                                        <div><font
                                            face="tahoma,sans-serif">Hi
                                            Jared,</font></div>
                                        <div><font
                                            face="tahoma,sans-serif"><br>
                                          </font></div>
                                        <div><font
                                            face="tahoma,sans-serif">In
                                            your bacula-sd.conf, you
                                            have defined an autochanger
                                            device:</font></div>
                                        <div><font
                                            face="tahoma,sans-serif"><br>
                                          </font></div>
                                        <div>
                                          <p
                                            style="color:rgb(0,0,0);margin:0px"><font
                                              face="tahoma,sans-serif">Name
                                              = Autochanger</font></p>
                                          <p
                                            style="color:rgb(0,0,0);margin:0px"><font
                                              face="tahoma,sans-serif">&nbsp;
                                              Device = Drive-1, Drive-2,
                                              Drive-3, Drive-4, Drive-5,
                                              Drive-6, Drive-7, Drive-8,
                                              Drive-9, Drive-10</font></p>
                                          <p
                                            style="color:rgb(0,0,0);margin:0px"><font
                                              face="tahoma,sans-serif">...</font></p>
                                          <p
                                            style="color:rgb(0,0,0);margin:0px"><font
                                              face="tahoma,sans-serif">}</font></p>
                                          <p
                                            style="color:rgb(0,0,0);margin:0px"><font
                                              face="tahoma,sans-serif"><br>
                                            </font></p>
                                          <p
                                            style="color:rgb(0,0,0);margin:0px"><font
                                              face="tahoma,sans-serif">But,
                                              in your bacula-sd.conf,
                                              you don't use it. Instead,
                                              you have a storage
                                              definition for each of
                                              your tape devices, like
                                              the bellow one for the
                                              Drive-1:</font></p>
                                          <p
                                            style="color:rgb(0,0,0);margin:0px"><font
                                              face="tahoma,sans-serif"><br>
                                            </font></p>
                                          <p
                                            style="color:rgb(0,0,0);margin:0px"><font
                                              face="tahoma,sans-serif">Storage
                                              {</font></p>
                                          <p
                                            style="color:rgb(0,0,0);margin:0px"><font
                                              face="tahoma,sans-serif">&nbsp;
                                              Name = Tape1</font></p>
                                          <p
                                            style="color:rgb(0,0,0);margin:0px"><font
                                              face="tahoma,sans-serif">&nbsp;
                                              Address = backup&nbsp; &nbsp; &nbsp; \
                &nbsp; &nbsp;
                                              &nbsp; &nbsp;&nbsp;# N.B. Use a fully
                                              qualified name here, not
                                              localhost</font></p>
                                          <p
                                            style="color:rgb(0,0,0);margin:0px"><font
                                              face="tahoma,sans-serif">&nbsp;
                                              SDPort = 9103</font></p>
                                          <p
                                            style="color:rgb(0,0,0);margin:0px"><font
                                              face="tahoma,sans-serif">&nbsp;
                                              Password = &#8220;PASSWORD"&nbsp; #
                                              password for SD&nbsp;</font></p>
                                          <p
                                            style="color:rgb(0,0,0);margin:0px"><font
                                              face="tahoma,sans-serif">&nbsp;
                                              Device = Drive-1</font></p>
                                          <p
                                            style="color:rgb(0,0,0);margin:0px"><font
                                              face="tahoma,sans-serif">&nbsp;
                                              Media Type = LTO</font></p>
                                          <p style="margin:0px"><font
                                              face="tahoma,sans-serif">&nbsp;
                                              Autochanger = yes &nbsp; &nbsp; &nbsp; \
                &nbsp;
                                              &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; # \
                enable for
                                              autochanger device</font></p>
                                          <p
                                            style="color:rgb(0,0,0);margin:0px"><font
                                              face="tahoma,sans-serif">&nbsp;
                                              Maximum Concurrent Jobs =
                                              20&nbsp;</font></p>
                                          <p
                                            style="color:rgb(0,0,0);margin:0px"><font
                                              \
face="tahoma,sans-serif"><span></span></font></p>  <p
                                            style="color:rgb(0,0,0);margin:0px"><font
                                              face="tahoma,sans-serif">}</font></p>
                                        </div>
                                        <div class="gmail_extra"><font
                                            face="tahoma,sans-serif"><br>
                                          </font></div>
                                        <div class="gmail_extra">
                                          <div><font
                                              face="tahoma,sans-serif">&#8203;
                                              This way, you are not
                                              using an autochanger nor a
                                              group of devices, but
                                              stand alone tape \
drives.&#8203;</font></div>  <div><font
                                              face="tahoma,sans-serif"><br>
                                            </font></div>
                                          <div><font
                                              face="tahoma,sans-serif">If

                                              you want to use the
                                              autochanger, in your
                                              bacula-dir.conf, you
                                              should have just one
                                              storage definition for
                                              your autochanger, like
                                              (note that the Device name
                                              in your bacula-dir.conf is
                                              the same as the
                                              Autochanger Name in your
                                              bacula-sd.conf):</font></div>
                                          <font face="tahoma,sans-serif"><br>
                                          </font></div>
                                        <div class="gmail_extra">
                                          <p
                                            style="color:rgb(0,0,0);margin:0px"><font
                                              face="tahoma,sans-serif">Storage
                                              {</font></p>
                                          <p
                                            style="color:rgb(0,0,0);margin:0px"><font
                                              face="tahoma,sans-serif">&nbsp;
                                              Name = </font> </p>
                                          <div style="display:inline"><font
                                              face="tahoma,sans-serif">Autochanger-sd

                                              &#8203;</font></div>
                                          <p
                                            style="color:rgb(0,0,0);margin:0px"><font
                                              face="tahoma,sans-serif">&nbsp;
                                              Address = backup&nbsp; &nbsp; &nbsp; \
                &nbsp; &nbsp;
                                              &nbsp; &nbsp;&nbsp;# N.B. Use a fully
                                              qualified name here, not
                                              localhost</font></p>
                                          <p
                                            style="color:rgb(0,0,0);margin:0px"><font
                                              face="tahoma,sans-serif">&nbsp;
                                              SDPort = 9103</font></p>
                                          <p
                                            style="color:rgb(0,0,0);margin:0px"><font
                                              face="tahoma,sans-serif">&nbsp;
                                              Password = &#8220;PASSWORD"&nbsp; #
                                              password for SD&nbsp;</font></p>
                                          <p
                                            style="color:rgb(0,0,0);margin:0px"><font
                                              face="tahoma,sans-serif">&nbsp;
                                              Device = </font> </p>
                                          <div style="display:inline"><font
                                              face="tahoma,sans-serif">&#8203;
                                              Autochanger</font></div>
                                          <p
                                            style="color:rgb(0,0,0);margin:0px"><font
                                              face="tahoma,sans-serif">&nbsp;
                                              Media Type = LTO</font></p>
                                          <p style="margin:0px"><font
                                              face="tahoma,sans-serif">&nbsp;
                                              Autochanger = yes &nbsp; &nbsp; &nbsp; \
                &nbsp;
                                              &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; # \
                enable for
                                              autochanger device</font></p>
                                          <p
                                            style="color:rgb(0,0,0);margin:0px"><font
                                              face="tahoma,sans-serif">&nbsp;
                                              Maximum Concurrent Jobs =
                                              20&nbsp;</font></p>
                                          <p
                                            style="color:rgb(0,0,0);margin:0px"><font
                                              \
face="tahoma,sans-serif"><span></span></font></p>  <p
                                            style="color:rgb(0,0,0);margin:0px"><font
                                              face="tahoma,sans-serif">}</font></p>
                                        </div>
                                        <div class="gmail_extra"><font
                                            face="tahoma,sans-serif"><br>
                                          </font></div>
                                        <div class="gmail_extra">
                                          <div><font
                                              face="tahoma,sans-serif">&#8203;
                                              Also, could you please
                                              confirm if the bellow
                                              definitions in your pools
                                              are really working?</font></div>
                                          <div><font
                                              face="tahoma,sans-serif"><br>
                                            </font></div>
                                          <div>
                                            <p
                                              \
                style="color:rgb(0,0,0);margin:0px"><font
                                                face="tahoma,sans-serif">Pool
                                                {</font></p>
                                            <p
                                              \
                style="color:rgb(0,0,0);margin:0px"><font
                                                face="tahoma,sans-serif">&nbsp;
                                                Name = Default</font></p>
                                            <p
                                              \
                style="color:rgb(0,0,0);margin:0px"><font
                                                face="tahoma,sans-serif">&nbsp;
                                                Pool Type = Backup</font></p>
                                            <p
                                              \
                style="color:rgb(0,0,0);margin:0px"><font
                                                face="tahoma,sans-serif">&nbsp;
                                                Storage = Tape7, Tape8,
                                                Tape9, Tape10</font></p>
                                            <p
                                              \
                style="color:rgb(0,0,0);margin:0px"><font
                                                \
face="tahoma,sans-serif">...</font></p>  <p
                                              \
                style="color:rgb(0,0,0);margin:0px"><font
                                                face="tahoma,sans-serif">}</font></p>
                                            <p
                                              \
                style="color:rgb(0,0,0);margin:0px"><font
                                                face="tahoma,sans-serif"><br>
                                              </font></p>
                                            <p
                                              \
                style="color:rgb(0,0,0);margin:0px"><font
                                                face="tahoma,sans-serif">Is
                                                it really possible to
                                                have more than one
                                                storage in the storage
                                                directive definition
                                                above? Because I really
                                                think that the storage
                                                directive accepts just
                                                one storage entry
                                                definition. And if you
                                                have defined an
                                                autochanger in your
                                                bacula-dir.conf, so this
                                                should be something
                                                like:</font></p>
                                            <p
                                              \
                style="color:rgb(0,0,0);margin:0px"><font
                                                face="tahoma,sans-serif"><br>
                                              </font></p>
                                            <p
                                              \
                style="color:rgb(0,0,0);margin:0px"><font
                                                face="tahoma,sans-serif">Pool
                                                {</font></p>
                                            <p
                                              \
                style="color:rgb(0,0,0);margin:0px"><font
                                                face="tahoma,sans-serif">&nbsp;
                                                Name = Default</font></p>
                                            <p
                                              \
                style="color:rgb(0,0,0);margin:0px"><font
                                                face="tahoma,sans-serif">&nbsp;
                                                Pool Type = Backup</font></p>
                                            <p
                                              \
                style="color:rgb(0,0,0);margin:0px"><font
                                                face="tahoma,sans-serif">&nbsp;
                                                Storage = Autochanger-sd</font></p>
                                            <p
                                              \
                style="color:rgb(0,0,0);margin:0px"><font
                                                \
face="tahoma,sans-serif">...</font></p>  <p
                                              \
                style="color:rgb(0,0,0);margin:0px"><font
                                                face="tahoma,sans-serif">}</font></p>
                                            <p
                                              \
                style="color:rgb(0,0,0);margin:0px"><font
                                                face="tahoma,sans-serif"><br>
                                              </font></p>
                                            <p
                                              \
                style="color:rgb(0,0,0);margin:0px"><font
                                                face="tahoma,sans-serif">Best

                                                regards,</font></p>
                                            <p
                                              \
                style="color:rgb(0,0,0);margin:0px"><font
                                                \
face="tahoma,sans-serif">Ana</font></p>  </div>
                                          <br>
                                        </div>
                                        <div class="gmail_extra"><br>
                                          <div class="gmail_quote">On
                                            Wed, Nov 19, 2014 at 5:01
                                            PM, Kelley, Jared <span
                                              dir="ltr"> &lt;<a
                                                moz-do-not-send="true"
                                                href="mailto:jkelley@popcap.com"
                                                \
target="_blank">jkelley@popcap.com</a>&gt;</span>  wrote:<br>
                                            <blockquote
                                              class="gmail_quote"
                                              style="margin:0px 0px 0px
0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
  <div
style="word-wrap:break-word;color:rgb(0,0,0);font-size:14px;font-family:Calibri,sans-serif">
  <div>Sure, here is my
                                                  bacula-sd.conf and
                                                  bacula-dir.conf.
                                                  &nbsp;passwords and
                                                  addresses edited for
                                                  security reasons.</div>
                                                <div><br>
                                                </div>
                                                <div><br>
                                                </div>
                                                <div><br>
                                                </div>
                                                <div>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#  Default Bacula
                                                    Storage Daemon
                                                    Configuration file</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#&nbsp;

                                                    For Bacula release
                                                    3.0.1 (30 April
                                                    2009) -- debian
                                                    5.0.1</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#  You may need to
                                                    change the name of
                                                    your tape drive</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#  &nbsp; on the "Archive
                                                    Device" directive in
                                                    the Device</p>
                                                  <p
                                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">#
                                                    &nbsp; resource.&nbsp; If you
                                                    change the Name
                                                    and/or the&nbsp;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#  &nbsp; "Media Type" in
                                                    the Device resource,
                                                    please ensure</p>
                                                  <p
                                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">#
                                                    &nbsp; that dird.conf has
                                                    corresponding
                                                    changes.</p>
                                                  <span>
                                                    <p
                                                      \
style="margin:0px;font-size:11px;font-family:Menlo">#</p>  <p
                                                      \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                    <p
                                                      \
style="margin:0px;font-size:11px;font-family:Menlo">Storage

                                                      { &nbsp; &nbsp; &nbsp; &nbsp; \
                &nbsp; &nbsp; &nbsp; &nbsp;
                                                      &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; #  definition of
                                                      myself</p>
                                                  </span>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = backup02-sd</p>
                                                  <span>
                                                    <p
                                                      \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                      SDPort = 9103&nbsp; &nbsp; \
                &nbsp;
                                                      &nbsp; &nbsp; &nbsp; &nbsp; \
                &nbsp; &nbsp; #
                                                      Director's port &nbsp;
                                                      &nbsp; &nbsp;</p>
                                                  </span>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  WorkingDirectory =
                                                    "/etc/bacula/working"</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Pid Directory =
                                                    "/var/run/bacula"</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Maximum Concurrent
                                                    Jobs = 20</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#  List Directors who
                                                    are permitted to
                                                    contact Storage
                                                    daemon</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Director

                                                    {</p>
                                                  <p
                                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                    Name = backup02-dir</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Password =
                                                    &#8220;PASSWORD"</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">##

                                                    Restricted Director,
                                                    used by tray-monitor
                                                    to get the</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#  &nbsp; status of the
                                                    storage daemon</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">##</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Director

                                                    {</p>
                                                  <p
                                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                    Name = backup02-mon</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Password =
                                                    &#8220;PASSWORD"</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Monitor = yes</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo"><br>  </p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Autochanger

                                                    {</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = Autochanger</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Device = Drive-1,
                                                    Drive-2, Drive-3,
                                                    Drive-4, Drive-5,
                                                    Drive-6, Drive-7,
                                                    Drive-8, Drive-9,
                                                    Drive-10</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Changer Command =
                                                    "/etc/bacula/scripts/mtx-changer
                                                    %c %o %S %a %d"</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Changer Device =
                                                    /dev/sg12</p>
                                                  <span>
                                                    <p
                                                      \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                                      \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                    <p
                                                      \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                    <p
                                                      \
style="margin:0px;font-size:11px;font-family:Menlo">Device

                                                      {</p>
                                                    <p
                                                      \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                      Name = Drive-1&nbsp;</p>
                                                    <p
                                                      \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Drive Index = 0</p>
                                                    <p
                                                      \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Media Type = LTO</p>
                                                  </span>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Archive Device =
/dev/tape/by-path/ip-:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-01-lun-0-nst</p>
  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  AutomaticMount =
                                                    yes; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; #  when device opened,
                                                    read it</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  AlwaysOpen = yes;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  RemovableMedia =
                                                    yes;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  RandomAccess = no;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  LabelMedia = no;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  AutoChanger = yes</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  # Enable the Alert
                                                    command only if you
                                                    have the mtx package
                                                    loaded</p>
                                                  <span>
                                                    <p
                                                      \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Alert Command =
                                                      "sh -c 'tapeinfo
                                                      -f %c |grep
                                                      TapeAlert|cat'"</p>
                                                  </span>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  SpoolDirectory =
                                                    /etc/bacula/spool</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Maximum Concurrent
                                                    Jobs = 20&nbsp;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Maximum Changer Wait
                                                    = 10 minutes</p>
                                                  <span>
                                                    <p
                                                      \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                                      \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                    <p
                                                      \
style="margin:0px;font-size:11px;font-family:Menlo">Device

                                                      {</p>
                                                    <p
                                                      \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = Drive-2</p>
                                                    <p
                                                      \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Drive Index = 1</p>
                                                    <p
                                                      \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Media Type = LTO</p>
                                                  </span>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Archive Device =
/dev/tape/by-path/ip-:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-02-lun-0-nst</p>
  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  AutomaticMount =
                                                    yes; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; #  when device opened,
                                                    read it</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  AlwaysOpen = yes;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  RemovableMedia =
                                                    yes;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  RandomAccess = no;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  LabelMedia = no;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  AutoChanger = yes</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  # Enable the Alert
                                                    command only if you
                                                    have the mtx package
                                                    loaded</p>
                                                  <span>
                                                    <p
                                                      \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Alert Command =
                                                      "sh -c 'tapeinfo
                                                      -f %c |grep
                                                      TapeAlert|cat'"</p>
                                                  </span>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  SpoolDirectory =
                                                    /etc/bacula/spool</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Maximum Concurrent
                                                    Jobs = 20&nbsp;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Maximum Changer Wait
                                                    = 10 minutes</p>
                                                  <span>
                                                    <p
                                                      \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                                      \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                    <p
                                                      \
style="margin:0px;font-size:11px;font-family:Menlo">Device

                                                      {</p>
                                                    <p
                                                      \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = Drive-3</p>
                                                    <p
                                                      \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Drive Index = 2</p>
                                                    <p
                                                      \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Media Type = LTO</p>
                                                  </span>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Archive Device =
/dev/tape/by-path/ip-:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-03-lun-0-nst</p>
  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  AutomaticMount =
                                                    yes; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; #  when device opened,
                                                    read it</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  AlwaysOpen = yes;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  RemovableMedia =
                                                    yes;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  RandomAccess = no;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  LabelMedia = no;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  AutoChanger = yes</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  # Enable the Alert
                                                    command only if you
                                                    have the mtx package
                                                    loaded</p>
                                                  <span>
                                                    <p
                                                      \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Alert Command =
                                                      "sh -c 'tapeinfo
                                                      -f %c |grep
                                                      TapeAlert|cat'"</p>
                                                  </span>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  SpoolDirectory =
                                                    /etc/bacula/spool</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Maximum Concurrent
                                                    Jobs = 20&nbsp;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Maximum Changer Wait
                                                    = 10 minutes</p>
                                                  <span>
                                                    <p
                                                      \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                                      \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                    <p
                                                      \
style="margin:0px;font-size:11px;font-family:Menlo">Device

                                                      {</p>
                                                    <p
                                                      \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = Drive-4</p>
                                                    <p
                                                      \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Drive Index = 3</p>
                                                    <p
                                                      \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Media Type = LTO</p>
                                                  </span>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Archive Device =
/dev/tape/by-path/ip-:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-04-lun-0-nst</p>
  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  AutomaticMount =
                                                    yes; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; #  when device opened,
                                                    read it</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  AlwaysOpen = yes;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  RemovableMedia =
                                                    yes;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  RandomAccess = no;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  LabelMedia = no;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  AutoChanger = yes</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  # Enable the Alert
                                                    command only if you
                                                    have the mtx package
                                                    loaded</p>
                                                  <span>
                                                    <p
                                                      \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Alert Command =
                                                      "sh -c 'tapeinfo
                                                      -f %c |grep
                                                      TapeAlert|cat'"</p>
                                                  </span>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  SpoolDirectory =
                                                    /etc/bacula/spool</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Maximum Concurrent
                                                    Jobs = 20&nbsp;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Maximum Changer Wait
                                                    = 10 minutes</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Device

                                                    {</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = Drive-5</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Drive Index = 4</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Media Type = LTO</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Archive Device =
/dev/tape/by-path/ip-:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-05-lun-0-nst</p>
  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  AutomaticMount =
                                                    yes; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; #  when device opened,
                                                    read it</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  AlwaysOpen = yes;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  RemovableMedia =
                                                    yes;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  RandomAccess = no;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  LabelMedia = no;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  AutoChanger = yes</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  # Enable the Alert
                                                    command only if you
                                                    have the mtx package
                                                    loaded</p>
                                                  <span>
                                                    <p
                                                      \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Alert Command =
                                                      "sh -c 'tapeinfo
                                                      -f %c |grep
                                                      TapeAlert|cat'"</p>
                                                  </span>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  SpoolDirectory =
                                                    /etc/bacula/spool</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Maximum Concurrent
                                                    Jobs = 20&nbsp;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Maximum Changer Wait
                                                    = 10 minutes</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Device

                                                    {</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = Drive-6</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Drive Index = 5</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Media Type = LTO</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Archive Device =
/dev/tape/by-path/ip-:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-06-lun-0-nst</p>
  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  AutomaticMount =
                                                    yes; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; #  when device opened,
                                                    read it</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  AlwaysOpen = yes;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  RemovableMedia =
                                                    yes;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  RandomAccess = no;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  LabelMedia = no;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  AutoChanger = yes</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  # Enable the Alert
                                                    command only if you
                                                    have the mtx package
                                                    loaded</p>
                                                  <span>
                                                    <p
                                                      \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Alert Command =
                                                      "sh -c 'tapeinfo
                                                      -f %c |grep
                                                      TapeAlert|cat'"</p>
                                                  </span>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  SpoolDirectory =
                                                    /etc/bacula/spool</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Maximum Concurrent
                                                    Jobs = 20&nbsp;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Maximum Changer Wait
                                                    = 10 minutes</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Device

                                                    {</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = Drive-7</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Drive Index = 6</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Media Type = LTO</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Archive Device =
/dev/tape/by-path/ip-:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-07-lun-0-nst</p>
  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  AutomaticMount =
                                                    yes; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; #  when device opened,
                                                    read it</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  AlwaysOpen = yes;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  RemovableMedia =
                                                    yes;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  RandomAccess = no;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  LabelMedia = no;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  AutoChanger = yes</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  # Enable the Alert
                                                    command only if you
                                                    have the mtx package
                                                    loaded</p>
                                                  <span>
                                                    <p
                                                      \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Alert Command =
                                                      "sh -c 'tapeinfo
                                                      -f %c |grep
                                                      TapeAlert|cat'"</p>
                                                  </span>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  SpoolDirectory =
                                                    /etc/bacula/spool</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Maximum Concurrent
                                                    Jobs = 20&nbsp;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Maximum Changer Wait
                                                    = 10 minutes</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Device

                                                    {</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = Drive-8</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Drive Index = 7</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Media Type = LTO</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Archive Device =
/dev/tape/by-path/ip-:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-08-lun-0-nst</p>
  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  AutomaticMount =
                                                    yes; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; #  when device opened,
                                                    read it</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  AlwaysOpen = yes;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  RemovableMedia =
                                                    yes;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  RandomAccess = no;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  LabelMedia = no;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  AutoChanger = yes</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  # Enable the Alert
                                                    command only if you
                                                    have the mtx package
                                                    loaded</p>
                                                  <span>
                                                    <p
                                                      \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Alert Command =
                                                      "sh -c 'tapeinfo
                                                      -f %c |grep
                                                      TapeAlert|cat'"</p>
                                                  </span>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  SpoolDirectory =
                                                    /etc/bacula/spool</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Maximum Concurrent
                                                    Jobs = 20&nbsp;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Maximum Changer Wait
                                                    = 10 minutes</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Device

                                                    {</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = Drive-9</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Drive Index = 8</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Media Type = LTO</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Archive Device =
/dev/tape/by-path/ip-:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-09-lun-0-nst</p>
  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  AutomaticMount =
                                                    yes; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; #  when device opened,
                                                    read it</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  AlwaysOpen = yes;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  RemovableMedia =
                                                    yes;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  RandomAccess = no;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  LabelMedia = no;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  AutoChanger = yes</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  # Enable the Alert
                                                    command only if you
                                                    have the mtx package
                                                    loaded</p>
                                                  <span>
                                                    <p
                                                      \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Alert Command =
                                                      "sh -c 'tapeinfo
                                                      -f %c |grep
                                                      TapeAlert|cat'"</p>
                                                  </span>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  SpoolDirectory =
                                                    /etc/bacula/spool</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Maximum Concurrent
                                                    Jobs = 20&nbsp;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Maximum Changer Wait
                                                    = 10 minutes</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Device

                                                    {</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = Drive-10</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Drive Index = 9</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Media Type = LTO</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Archive Device =
/dev/tape/by-path/ip-:3260-iscsi-iqn.1997-05.com.amazon:sgw-20b85d49-tapedrive-10-lun-0-nst</p>
  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  AutomaticMount =
                                                    yes; &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; #  when device opened,
                                                    read it</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  AlwaysOpen = yes;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  RemovableMedia =
                                                    yes;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  RandomAccess = no;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  LabelMedia = no;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  AutoChanger = yes</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  # Enable the Alert
                                                    command only if you
                                                    have the mtx package
                                                    loaded</p>
                                                  <span>
                                                    <p
                                                      \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Alert Command =
                                                      "sh -c 'tapeinfo
                                                      -f %c |grep
                                                      TapeAlert|cat'"</p>
                                                  </span>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  SpoolDirectory =
                                                    /etc/bacula/spool</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Maximum Concurrent
                                                    Jobs = 20&nbsp;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Maximum Changer Wait
                                                    = 10 minutes</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#  Send all messages
                                                    except skipped files
                                                    back to Director</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Messages

                                                    {</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = Standard</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  director =
                                                    backup02-dir = all,
                                                    !skipped, !restored</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  </div>
                                                <div>########### END
                                                  BACULA-SD.CONF
                                                  ############</div>
                                                <div><br>
                                                </div>
                                                <div>########### BEGIN
                                                  BACULA-DIR.CONF
                                                  ##########</div>
                                                <div><br>
                                                </div>
                                                <div><br>
                                                </div>
                                                <div>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Default

                                                    Bacula Director
                                                    Configuration file</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#&nbsp;

                                                    The only thing that
                                                    MUST be changed is
                                                    to add one or more</p>
                                                  <p
                                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">#
                                                    &nbsp; file or directory
                                                    names in the Include
                                                    directive of the</p>
                                                  <p
                                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">#
                                                    &nbsp; FileSet resource.</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#&nbsp;

                                                    For Bacula release
                                                    3.0.1 (30 April
                                                    2009) -- debian
                                                    5.0.1</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#&nbsp;

                                                    You might also want
                                                    to change the
                                                    default email
                                                    address</p>
                                                  <p
                                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">#
                                                    &nbsp; from root to your
                                                    address.&nbsp; See the
                                                    "mail" and
                                                    "operator"</p>
                                                  <p
                                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">#
                                                    &nbsp; directives in the
                                                    Messages resource.</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">###</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">###

                                                    Source other config
                                                    files</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">###</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">@/etc/bacula/clients.conf</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">@/etc/bacula/jobs.conf</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">###</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">###

                                                    Basic director
                                                    configuration</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">###</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Director

                                                    {&nbsp; &nbsp; &nbsp; &nbsp; \
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                                                    &nbsp; &nbsp; &nbsp; &nbsp; # \
define  myself</p>
                                                  <p
                                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                    Name = backup02-dir</p>
                                                  <span>
                                                    <p
                                                      \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                      DIRport = 9101&nbsp; &nbsp;
                                                      &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; #  where we listen
                                                      for UA connections</p>
                                                    <p
                                                      \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  QueryFile =
                                                      "/etc/bacula/query.sql"</p>
                                                  </span>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  WorkingDirectory =
                                                    "/etc/bacula/working"</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  PidDirectory =
                                                    "/var/run/bacula"</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Maximum Concurrent
                                                    Jobs = 20&nbsp;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Password =
                                                    &#8220;PASSWORD" &nbsp; &nbsp; \
&nbsp; &nbsp; #  Console password</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Messages = Daemon</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  DIRAddress =
                                                    localhost</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">###</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">###

                                                    Storage</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">###</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#  Storage device for
                                                    tape</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Storage

                                                    {</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = Tape1</p>
                                                  <p
                                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                    Address = backup&nbsp; &nbsp;
                                                    &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp;&nbsp;# N.B. Use  a fully qualified
                                                    name here, not
                                                    localhost</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  SDPort = 9103</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Password =
                                                    &#8220;PASSWORD"&nbsp; #
                                                    password for SD&nbsp;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Device = Drive-1</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Media Type = LTO</p>
                                                  <span>
                                                    <p
                                                      \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Autochanger = yes
                                                      &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  # enable for
                                                      autochanger device</p>
                                                  </span>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Maximum Concurrent
                                                    Jobs = 20&nbsp;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Storage

                                                    {</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = Tape2</p>
                                                  <p
                                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                    Address = backup&nbsp;&nbsp; \
                &nbsp;
                                                    &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; # N.B. Use  a fully qualified
                                                    name here, not
                                                    localhost</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  SDPort = 9103</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Password =
                                                    &#8220;PASSWORD"&nbsp; #
                                                    password for SD&nbsp;</p>
                                                  <p
                                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                    Device = Drive-2&nbsp; &nbsp;
                                                    &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; #  must be same Device
                                                    in sd</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Media Type = LTO</p>
                                                  <span>
                                                    <p
                                                      \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Autochanger = yes
                                                      &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  # enable for
                                                      autochanger device</p>
                                                  </span>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Maximum Concurrent
                                                    Jobs = 20&nbsp;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Storage

                                                    {</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = Tape3</p>
                                                  <p
                                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                    Address = backup&nbsp;&nbsp; \
                &nbsp;
                                                    &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; # N.B. Use  a fully qualified
                                                    name here, not
                                                    localhost</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  SDPort = 9103</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Password =
                                                    &#8220;PASSWORD"&nbsp; #
                                                    password for SD&nbsp;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Device = Drive-3</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Media Type = LTO</p>
                                                  <span>
                                                    <p
                                                      \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Autochanger = yes
                                                      &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  # enable for
                                                      autochanger device</p>
                                                  </span>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Maximum Concurrent
                                                    Jobs = 20&nbsp;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Storage

                                                    {</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = Tape4</p>
                                                  <p
                                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                    Address = backup&nbsp;&nbsp; \
                &nbsp;
                                                    &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; # N.B. Use  a fully qualified
                                                    name here, not
                                                    localhost</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  SDPort = 9103</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Password =
                                                    &#8220;PASSWORD"&nbsp; #
                                                    password for SD&nbsp;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Device = Drive-4</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Media Type = LTO</p>
                                                  <span>
                                                    <p
                                                      \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Autochanger = yes
                                                      &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  # enable for
                                                      autochanger device</p>
                                                  </span>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Maximum Concurrent
                                                    Jobs = 20&nbsp;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Storage

                                                    {</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = Tape5</p>
                                                  <p
                                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                    Address = backup&nbsp;&nbsp; \
                &nbsp;
                                                    &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; # N.B. Use  a fully qualified
                                                    name here, not
                                                    localhost</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  SDPort = 9103</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Password =
                                                    &#8220;PASSWORD"&nbsp; #
                                                    password for SD&nbsp;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Device = Drive-5</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Media Type = LTO</p>
                                                  <span>
                                                    <p
                                                      \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Autochanger = yes
                                                      &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  # enable for
                                                      autochanger device</p>
                                                  </span>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Maximum Concurrent
                                                    Jobs = 20&nbsp;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Storage

                                                    {</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = Tape6</p>
                                                  <p
                                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                    Address = backup&nbsp;&nbsp; \
                &nbsp;
                                                    &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; # N.B. Use  a fully qualified
                                                    name here, not
                                                    localhost</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  SDPort = 9103</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Password =
                                                    &#8220;PASSWORD"&nbsp; #
                                                    password for SD&nbsp;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Device = Drive-6</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Media Type = LTO</p>
                                                  <span>
                                                    <p
                                                      \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Autochanger = yes
                                                      &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  # enable for
                                                      autochanger device</p>
                                                  </span>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Maximum Concurrent
                                                    Jobs = 20&nbsp;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Storage

                                                    {</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = Tape7</p>
                                                  <p
                                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                    Address = backup&nbsp;&nbsp; \
                &nbsp;
                                                    &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; # N.B. Use  a fully qualified
                                                    name here, not
                                                    localhost</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  SDPort = 9103</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Password =
                                                    &#8220;PASSWORD"&nbsp; #
                                                    password for SD&nbsp;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Device = Drive-7</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Media Type = LTO</p>
                                                  <span>
                                                    <p
                                                      \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Autochanger = yes
                                                      &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  # enable for
                                                      autochanger device</p>
                                                  </span>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Maximum Concurrent
                                                    Jobs = 20&nbsp;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Storage

                                                    {</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = Tape8</p>
                                                  <p
                                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                    Address = backup&nbsp;&nbsp; \
                &nbsp;
                                                    &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; # N.B. Use  a fully qualified
                                                    name here, not
                                                    localhost</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  SDPort = 9103</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Password =
                                                    &#8220;PASSWORD"&nbsp; #
                                                    password for SD&nbsp;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Device = Drive-8</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Media Type = LTO</p>
                                                  <span>
                                                    <p
                                                      \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Autochanger = yes
                                                      &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  # enable for
                                                      autochanger device</p>
                                                  </span>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Maximum Concurrent
                                                    Jobs = 20&nbsp;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Storage

                                                    {</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = Tape9</p>
                                                  <p
                                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                    Address = backup&nbsp;&nbsp; \
                &nbsp;
                                                    &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; # N.B. Use  a fully qualified
                                                    name here, not
                                                    localhost</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  SDPort = 9103</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Password =
                                                    &#8220;PASSWORD"&nbsp; #
                                                    password for SD&nbsp;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Device = Drive-9</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Media Type = LTO</p>
                                                  <span>
                                                    <p
                                                      \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Autochanger = yes
                                                      &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  # enable for
                                                      autochanger device</p>
                                                  </span>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Maximum Concurrent
                                                    Jobs = 20&nbsp;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Storage

                                                    {</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = Tape10</p>
                                                  <p
                                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                    Address = backup&nbsp; &nbsp;
                                                    &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp;&nbsp;# N.B. Use  a fully qualified
                                                    name here, not
                                                    localhost</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  SDPort = 9103</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Password =
                                                    &#8220;PASSWORD"&nbsp; #
                                                    password for SD&nbsp;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Device = Drive-10</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Media Type = LTO</p>
                                                  <span>
                                                    <p
                                                      \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Autochanger = yes
                                                      &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  # enable for
                                                      autochanger device</p>
                                                  </span>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Maximum Concurrent
                                                    Jobs = 20&nbsp;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#Storage

                                                    {</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">###</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">###</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">###

                                                    Storage pools</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">###</p>  <p
                                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">#
                                                    Default storage pool</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Pool

                                                    {</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = Default</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Pool Type = Backup</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Storage = Tape7,
                                                    Tape8, Tape9, Tape10</p>
                                                  <p
                                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                    Recycle = no &nbsp; &nbsp; &nbsp; \
                &nbsp;
                                                    &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; #  Bacula can
                                                    automatically
                                                    recycle Volumes</p>
                                                  <span>
                                                    <p
                                                      \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                      AutoPrune = yes &nbsp;
                                                      &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  # Prune expired
                                                      volumes</p>
                                                  </span>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Volume Retention =
                                                    365 days &nbsp; &nbsp; &nbsp; \
&nbsp; #  one year</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Maximum Volume Bytes
                                                    = 2500G</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">###</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#  social service
                                                    storage pool</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Pool

                                                    {</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = svc</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Pool Type = Backup</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Storage = Tape1,
                                                    Tape2</p>
                                                  <p
                                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                    Recycle = no &nbsp; &nbsp; &nbsp; \
                &nbsp;
                                                    &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; #  Bacula can
                                                    automatically
                                                    recycle Volumes</p>
                                                  <span>
                                                    <p
                                                      \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                      AutoPrune = yes &nbsp;
                                                      &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  # Prune expired
                                                      volumes</p>
                                                  </span>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Volume Retention =
                                                    365 days &nbsp; &nbsp; &nbsp; \
&nbsp; #  one year</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Maximum Volume Bytes
                                                    = 2500G</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#  database service
                                                    storage pool</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Pool

                                                    {</p>
                                                  <p
                                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                    Name = database&nbsp;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Pool Type = Backup</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Storage = Tape3,
                                                    Tape4, Tape5, Tape6</p>
                                                  <p
                                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                    Recycle = no &nbsp; &nbsp; &nbsp; \
                &nbsp;
                                                    &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; #  Bacula can
                                                    automatically
                                                    recycle Volumes</p>
                                                  <span>
                                                    <p
                                                      \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                      AutoPrune = yes &nbsp;
                                                      &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  # Prune expired
                                                      volumes</p>
                                                  </span>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Volume Retention =
                                                    365 days &nbsp; &nbsp; &nbsp; \
&nbsp; #  one year</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Maximum Volume Bytes
                                                    = 2500G</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px">###</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">###

                                                    Backup catalog</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">###</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#  Generic catalog
                                                    service</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Catalog

                                                    {</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = MyCatalog</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#  Uncomment the
                                                    following line if
                                                    you want the dbi
                                                    driver</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#  dbdriver =
                                                    "dbi:mysql";
                                                    dbaddress =
                                                    127.0.0.1; dbport =
                                                    &nbsp;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  dbname = "bacula";
                                                    dbuser = &#8220;USER";
                                                    dbpassword =
                                                    &#8220;HAHAHA"</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">###</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">###

                                                    Logging</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">###</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#  Reasonable message
                                                    delivery -- send
                                                    most everything to
                                                    email address</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#&nbsp;

                                                    and to the console</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Messages

                                                    {</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = Standard</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#  NOTE! If you send to
                                                    two email or more
                                                    email addresses, you
                                                    will need</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#&nbsp;

                                                    to replace the %r in
                                                    the from field (-f
                                                    part) with a single
                                                    valid</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#&nbsp;

                                                    email address in
                                                    both the mailcommand
                                                    and the
                                                    operatorcommand.</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#&nbsp;

                                                    What this does is,
                                                    it sets the email
                                                    address that emails
                                                    would display</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#&nbsp;

                                                    in the FROM field,
                                                    which is by default
                                                    the same email as
                                                    they're being</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#&nbsp;

                                                    sent to.&nbsp; However,
                                                    if you send email to
                                                    more than one
                                                    address, then</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#&nbsp;

                                                    you'll have to set
                                                    the FROM address
                                                    manually, to a
                                                    single address.&nbsp;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#&nbsp;

                                                    for example, a '<a
                                                      moz-do-not-send="true"
href="mailto:no-reply@mydomain.com" target="_blank">no-reply@mydomain.com</a>',

                                                    is better since that
                                                    tends to</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#&nbsp;

                                                    tell (most) people
                                                    that its coming from
                                                    an automated source.</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  mailcommand =
                                                    "/usr/sbin/bsmtp -h
                                                    localhost -f
                                                    \"\(Bacula\)
                                                    \&lt;%r\&gt;\" -s
                                                    \"Bacula: %t %e of
                                                    %c %l\" %r"</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  operatorcommand =
                                                    "/usr/sbin/bsmtp -h
                                                    localhost -f
                                                    \"\(Bacula\)
                                                    \&lt;%r\&gt;\" -s
                                                    \"Bacula:
                                                    Intervention needed
                                                    for %j\" %r"</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  mail on error =
                                                    EMAILADDRESS = all,
                                                    !skipped &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp;</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  operator =
                                                    EMAILADDRESS= mount</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  console = all,
                                                    !skipped, !saved</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#  WARNING! the
                                                    following will
                                                    create a file that
                                                    you must cycle from</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#&nbsp;

                                                    &nbsp; &nbsp; &nbsp; &nbsp; time \
to time  as it will grow
                                                    indefinitely.
                                                    However, it will</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#&nbsp;

                                                    &nbsp; &nbsp; &nbsp; &nbsp; also \
keep  all your messages if
                                                    they scroll off the
                                                    console.</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  append =
                                                    "/etc/bacula/working/log"
                                                    = all, !skipped</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  catalog = all,
                                                    !skipped, !saved</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#  Message delivery for
                                                    daemon messages (no
                                                    job).</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Messages

                                                    {</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Name = Daemon</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  mailcommand =
                                                    "/usr/sbin/bsmtp -h
                                                    localhost -f
                                                    \"\(Bacula\)
                                                    \&lt;%r\&gt;\" -s
                                                    \"Bacula daemon
                                                    message\" %r"</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  mail =
                                                    root@localhost =
                                                    all, !skipped &nbsp; &nbsp; \
                &nbsp;
                                                    &nbsp; &nbsp; &nbsp;</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  console = all,
                                                    !skipped, !saved</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  append =
                                                    "/etc/bacula/working/log"
                                                    = all, !skipped</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">###</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">###

                                                    Console</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">###</p>  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">#  Restricted console
                                                    used by tray-monitor
                                                    to get the status of
                                                    the director</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">Console

                                                    {</p>
                                                  <p
                                                    \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                    Name = backup02-mon</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Password =
                                                    &#8220;PASSWORD"</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  CommandACL = status,
                                                    .status</p>
                                                  <p
                                                    \
style="margin:0px;font-size:11px;font-family:Menlo">}</p>  </div>
                                                <div><br>
                                                </div>
                                                <span>
                                                  <div
                                                    \
style="font-family:Calibri;font-size:11pt;text-align:left;color:black;border-width:1pt
  medium
                                                    medium;border-style:solid
                                                    none
                                                    none;padding:3pt 0in
0in;border-top-color:rgb(181,196,223)"> <span style="font-weight:bold">From:

                                                    </span>"Ana Em&iacute;lia
                                                    M. Arruda" &lt;<a
                                                      moz-do-not-send="true"
href="mailto:emiliaarruda@gmail.com" \
target="_blank">emiliaarruda@gmail.com</a>&gt;<br>  <span
                                                      style="font-weight:bold">Date:

                                                    </span>Wednesday,
                                                    November 19, 2014 at
                                                    11:27 AM<br>
                                                    <span
                                                      style="font-weight:bold">To:

                                                    </span>"Kelley,
                                                    Jared" &lt;<a
                                                      moz-do-not-send="true"
href="mailto:jkelley@popcap.com" target="_blank">jkelley@popcap.com</a>&gt;<br>
                                                    <span
                                                      style="font-weight:bold">Cc:

                                                    </span>"<a
                                                      moz-do-not-send="true"
href="mailto:heitor@bacula.com.br" target="_blank">heitor@bacula.com.br</a>"
                                                    &lt;<a
                                                      moz-do-not-send="true"
href="mailto:heitor@bacula.com.br" target="_blank">heitor@bacula.com.br</a>&gt;,

                                                    Josh Fisher &lt;<a
                                                      moz-do-not-send="true"
href="mailto:jfisher@pvct.com" target="_blank">jfisher@pvct.com</a>&gt;,
                                                    "<a
                                                      moz-do-not-send="true"
href="mailto:bacula-users@lists.sourceforge.net" \
target="_blank">bacula-users@lists.sourceforge.net</a>"  &lt;<a
                                                      moz-do-not-send="true"
href="mailto:bacula-users@lists.sourceforge.net" \
target="_blank">bacula-users@lists.sourceforge.net</a>&gt;

                                                    <div>
                                                      <div><br>
                                                        <span
                                                          \
style="font-weight:bold">Subject:

                                                        </span>Re:
                                                        [Bacula-users]
                                                        bacula can't
                                                        make use of
                                                        multi drives<br>
                                                      </div>
                                                    </div>
                                                  </div>
                                                  <div>
                                                    <div>
                                                      <div><br>
                                                      </div>
                                                      <div>
                                                        <div>
                                                          <div dir="ltr">
                                                          <div
                                                          \
style="font-family:tahoma,sans-serif">Hi

                                                          Jared,</div>
                                                          <div
                                                          \
style="font-family:tahoma,sans-serif"><br>  </div>
                                                          <div
                                                          \
style="font-family:tahoma,sans-serif">Can

                                                          you post here
                                                          your storage
                                                          configurations?</div>
                                                          <div
                                                          \
style="font-family:tahoma,sans-serif"><br>  </div>
                                                          <div
                                                          \
style="font-family:tahoma,sans-serif">Best

                                                          regards,</div>
                                                          <div
                                                          \
style="font-family:tahoma,sans-serif">Ana</div>  </div>
                                                          <div
                                                          class="gmail_extra"><br>
                                                          <div
                                                          class="gmail_quote">On

                                                          Wed, Nov 19,
                                                          2014 at 3:56
                                                          PM, Kelley,
                                                          Jared <span
                                                          dir="ltr">
                                                          &lt;<a
                                                          moz-do-not-send="true"
href="mailto:jkelley@popcap.com" target="_blank">jkelley@popcap.com</a>&gt;</span>
                                                          wrote:<br>
                                                          <blockquote
                                                          class="gmail_quote"
                                                          style="margin:0px
                                                          0px 0px
0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
  <div
                                                          \
style="word-wrap:break-word">  <div
                                                          \
style="color:rgb(0,0,0);font-family:Calibri,sans-serif;font-size:14px">For

                                                          the sake of
                                                          sharing
                                                          information I
                                                          am going to
                                                          reply to this
                                                          thread since I
                                                          am working on
                                                          the same type
                                                          of setup and
                                                          experiencing
                                                          similar
                                                          issues. &nbsp;</div>
                                                          <div
                                                          \
style="color:rgb(0,0,0);font-family:Calibri,sans-serif;font-size:14px"><br>  </div>
                                                          <div
                                                          \
style="color:rgb(0,0,0);font-family:Calibri,sans-serif;font-size:14px"><br>  </div>
                                                          <div>
                                                          <div><span
                                                          style="font-size:16px">I
                                                          removed the
                                                          setting&nbsp;&#8216;prefer
                                                          mounted
                                                          volumes = no'
                                                          and&nbsp;separated&nbsp;my

                                                          jobs into 3
                                                          different
                                                          pools.&nbsp; All my
                                                          jobs are
                                                          running
                                                          smoothly now,
                                                          no failures.&nbsp;
                                                          The prefer
                                                          mounted
                                                          volumes was
                                                          the issue.</span></div>
                                                          <div
                                                          \
style="color:rgb(0,0,0);font-family:Calibri;font-size:medium"><span \
style="font-size:16px">Now&nbsp;I am experiencing interleaving on a single  \
volume/tape  drive with
                                                          multiple jobs
                                                          scheduled at
                                                          the same time,
                                                          in the same
                                                          pool, as
                                                          opposed to
                                                          bacula using
                                                          different
                                                          volumes and
                                                          different
                                                          drives for
                                                          jobs&nbsp;scheduled
                                                          at the same
                                                          time for the
                                                          same pool.</span></div>
                                                          <div
                                                          \
style="color:rgb(0,0,0);font-family:Calibri;font-size:medium"><span \
style="font-size:16px"><br>  </span></div>
                                                          <div
                                                          \
style="color:rgb(0,0,0);font-family:Calibri;font-size:medium"><span \
style="font-size:16px">Here is my issue:</span></div>  <div
                                                          \
style="color:rgb(0,0,0);font-family:Calibri;font-size:medium"><span \
style="font-size:16px"><br>  </span></div>
                                                          <div
                                                          \
style="color:rgb(0,0,0);font-family:Calibri;font-size:medium"><span \
style="font-size:16px">I have 10 jobs that kick off &nbsp;at the same time  every \
day.&nbsp;  Each job takes
                                                          anywhere from
                                                          10 minutes to
                                                          2 hours.&nbsp; The
                                                          pool behind
                                                          these jobs has
                                                          4 tape drives
                                                          and 4
                                                          volumes(virtual
                                                          tapes)
                                                          assigned to
                                                          it.&nbsp; The 10
                                                          jobs all kick
                                                          off at the
                                                          same time and
                                                          they all write
                                                          to&nbsp;the same
                                                          volume,
                                                          apparently(assuming)
                                                          interleaving
                                                          the data. &nbsp;
                                                          See my paste
                                                          below,&nbsp;Ive
                                                          bolded start
                                                          times, end
                                                          times, pools
                                                          and tapes.&nbsp;
                                                          One can see
                                                          these jobs all
                                                          completed near
                                                          each other and
                                                          ran for over
                                                          an hour.&nbsp; All
                                                          to the same
                                                          tape/volume,
                                                          tape3 and
                                                          volume&nbsp;</span><b
style="font-family:Menlo;font-size:11px">AAAACF5F6A</b><span
                                                          \
style="font-size:16px">&nbsp;.

                                                          &nbsp; I assume
                                                          if&nbsp;I had the
                                                          "prefer
                                                          mounted
                                                          volume=no" for
                                                          these jobs
                                                          they would use
                                                          all 4&nbsp;drives
                                                          in the pool
                                                          and write
                                                          to&nbsp;separate
                                                          volumes as
                                                          opposed to
                                                          interleaving
                                                          to a single
                                                          drive and
                                                          volume.&nbsp; But
                                                          based on the
                                                          manual,
                                                          reported
                                                          problems and
                                                          experienced
                                                          problems
                                                          with&nbsp;&#8216;prefer
                                                          mounted
                                                          volumes =
                                                          no&#8217;&nbsp;I hesitate
                                                          to use that. \
&nbsp;</span></div>  <div
                                                          \
style="color:rgb(0,0,0);font-family:Calibri;font-size:medium"><span \
style="font-size:16px"><br>  </span></div>
                                                          <div
                                                          \
style="color:rgb(0,0,0);font-family:Calibri;font-size:medium"><span \
style="font-size:16px">My&nbsp;question:</span></div>  <div
                                                          \
style="color:rgb(0,0,0);font-family:Calibri;font-size:medium"><span \
style="font-size:16px">Is there another way to get multiple jobs  scheduled at
                                                          the same time
                                                          to run
                                                          concurrently
                                                          using
                                                          different
                                                          drives
                                                          and&nbsp;volumes,
                                                          as assigned to
                                                          the pool,
                                                          versus all
                                                          writing at the
                                                          same time
                                                          and&nbsp;interleaving
                                                          the data to a
                                                          single drive
                                                          and volume
                                                          even though
                                                          the pool has 4
                                                          drives/volumes
                                                          assigned to
                                                          it? &nbsp; &nbsp;Or is
                                                          prefer mounted
                                                          volumes = no
                                                          the only way
                                                          to solve this?</span></div>
                                                          <div
                                                          \
style="color:rgb(0,0,0);font-family:Calibri;font-size:medium"><span \
style="font-size:16px"><br>  </span></div>
                                                          <div
                                                          \
style="color:rgb(0,0,0);font-family:Calibri;font-size:medium">any

                                                          help is
                                                          greatly
                                                          appreciated</div>
                                                          <div
                                                          \
style="color:rgb(0,0,0);font-family:Calibri;font-size:medium"><br>  </div>
                                                          <div
                                                          \
style="color:rgb(0,0,0);font-family:Calibri;font-size:medium">  <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">19-Nov

                                                          10:06
                                                          backup02-sd
                                                          JobId 925: Job
                                                          write elapsed
                                                          time =
                                                          01:01:23,
                                                          Transfer rate
                                                          = 1.489 M
                                                          Bytes/second</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">19-Nov

                                                          10:06
                                                          backup02-dir
                                                          JobId 925:
                                                          Bacula
                                                          backup02-dir
                                                          5.2.6
                                                          (21Feb12):</p>
                                                          <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          Build OS: &nbsp; &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
                &nbsp;
                                                          x86_64-pc-linux-gnu
                                                          ubuntu 14.04</p>
                                                          <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          JobId:&nbsp; &nbsp; &nbsp; \
                &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; 925</p>  <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          Job:&nbsp; &nbsp; &nbsp; \
                &nbsp; &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
                &nbsp;
                                                          \
labsdb1.2014-11-19_09.05.00_21</p>  <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Backup Level:
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; Full  (upgraded from
                                                          Differential)</p>
                                                          <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          Client: &nbsp; &nbsp; \
                &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp;  "labsdb1"
                                                          2.4.4
                                                          (28Dec08)
                                                          \
x86_64-pc-linux-gnu,debian,lenny/sid</p>  <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          FileSet:&nbsp; &nbsp; \
                &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp;  "Database
                                                          Backup"
                                                          2014-11-07
                                                          22:02:50</p>
                                                          <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          P<b>ool: &nbsp; &nbsp; \
                &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp;  "database"
                                                          (From Job
                                                          resource)</b></p>
                                                          <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          Catalog:&nbsp; &nbsp; \
                &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp;  "MyCatalog"
                                                          (From Client
                                                          resource)</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;<b>Storage:&nbsp;

                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp;  "Tape3" (From
                                                          Pool resource)</b></p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;<b>Scheduled

                                                          time: &nbsp; &nbsp; &nbsp; \
&nbsp;  19-Nov-2014
                                                          09:05:00</b></p>
                                                          <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo"><b>&nbsp;
                                                          Start time: &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp;  19-Nov-2014
                                                          09:05:02</b></p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;<b>End

                                                          time: &nbsp; &nbsp; &nbsp; \
                &nbsp;
                                                          &nbsp; &nbsp; &nbsp;
                                                          19-Nov-2014
                                                          10:06:26</b></p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Elapsed time:
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; 1  hour 1 min 24
                                                          secs</p>
                                                          <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          Priority: &nbsp; &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; 10</p>  <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  FD Files
                                                          Written: &nbsp; &nbsp; \
&nbsp;  2</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  SD Files
                                                          Written: &nbsp; &nbsp; \
&nbsp;  2</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  FD Bytes
                                                          Written: &nbsp; &nbsp; \
&nbsp;  5,486,802,781
                                                          (5.486 GB)</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  SD Bytes
                                                          Written: &nbsp; &nbsp; \
&nbsp;  5,486,802,988
                                                          (5.486 GB)</p>
                                                          <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          Rate: &nbsp; &nbsp; &nbsp; \
                &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp;  1489.4 KB/s</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Software
                                                          Compression: &nbsp;
                                                          None</p>
                                                          <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          VSS:&nbsp; &nbsp; &nbsp; \
                &nbsp; &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; no</p>  <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          Encryption: &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; no</p>  <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          Accurate: &nbsp; &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; no</p>  <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;<b>Volume

                                                          name(s): &nbsp; &nbsp; \
                &nbsp;
                                                          &nbsp; AAAACF5F6A</b></p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Volume Session
                                                          Id:&nbsp; &nbsp; &nbsp; \
155</p>  <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Volume Session
                                                          Time:&nbsp; &nbsp;
                                                          1415816791</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Last Volume
                                                          Bytes:&nbsp; &nbsp; &nbsp;
                                                          1,348,311,508,992
                                                          (1.348 TB)</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Non-fatal FD
                                                          errors:&nbsp; &nbsp; 0</p>
                                                          <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          SD Errors:&nbsp; &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; 0</p>  <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  FD termination
                                                          status:&nbsp; OK</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  SD termination
                                                          status:&nbsp; OK</p>
                                                          <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          Termination:&nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp;  Backup OK</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">19-Nov

                                                          10:06
                                                          backup02-dir
                                                          JobId 925:
                                                          Begin pruning
                                                          Jobs older
                                                          than 1 year .</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">19-Nov

                                                          10:06
                                                          backup02-dir
                                                          JobId 925: No
                                                          Jobs found to
                                                          prune.</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">19-Nov

                                                          10:06
                                                          backup02-dir
                                                          JobId 925:
                                                          Begin pruning
                                                          Files.</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">19-Nov

                                                          10:06
                                                          backup02-dir
                                                          JobId 925: No
                                                          Files found to
                                                          prune.</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">19-Nov

                                                          10:06
                                                          backup02-dir
                                                          JobId 925: End
                                                          auto prune.</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">19-Nov

                                                          10:41
                                                          backup02-sd
                                                          JobId 919: Job
                                                          write elapsed
                                                          time =
                                                          01:36:26,
                                                          Transfer rate
                                                          = 2.570 M
                                                          Bytes/second</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">19-Nov

                                                          10:41
                                                          backup02-dir
                                                          JobId 919:
                                                          Bacula
                                                          backup02-dir
                                                          5.2.6
                                                          (21Feb12):</p>
                                                          <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          Build OS: &nbsp; &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
                &nbsp;
                                                          x86_64-pc-linux-gnu
                                                          ubuntu 14.04</p>
                                                          <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          JobId:&nbsp; &nbsp; &nbsp; \
                &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; 919</p>  <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          Job:&nbsp; &nbsp; &nbsp; \
                &nbsp; &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
                &nbsp;
                                                          \
shopd1.2014-11-19_09.05.00_15</p>  <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Backup Level:
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; Full  (upgraded from
                                                          Differential)</p>
                                                          <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          Client: &nbsp; &nbsp; \
                &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp;  "shopdb1"
                                                          5.0.2
                                                          (28Apr10)
                                                          \
x86_64-pc-linux-gnu,debian,squeeze/sid</p>  <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          FileSet:&nbsp; &nbsp; \
                &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp;  "varlibDatabase
                                                          Backup"
                                                          2014-11-06
                                                          20:20:52</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;<b>Pool:

                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
                &nbsp; &nbsp; &nbsp;
                                                          &nbsp; &nbsp; "database"
                                                          (From Job
                                                          resource)</b></p>
                                                          <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          Catalog:&nbsp; &nbsp; \
                &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp;  "MyCatalog"
                                                          (From Client
                                                          resource)</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;<b>Storage:&nbsp;

                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp;  "Tape3" (From
                                                          Pool resource)</b></p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;<b>Scheduled

                                                          time: &nbsp; &nbsp; &nbsp; \
&nbsp;  19-Nov-2014
                                                          09:05:00</b></p>
                                                          <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo"><b>&nbsp;
                                                          Start time: &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp;  19-Nov-2014
                                                          09:05:00</b></p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;<b>End

                                                          time: &nbsp; &nbsp; &nbsp; \
                &nbsp;
                                                          &nbsp; &nbsp; &nbsp;
                                                          19-Nov-2014
                                                          10:41:26</b></p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Elapsed time:
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; 1  hour 36 mins
                                                          26 secs</p>
                                                          <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          Priority: &nbsp; &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; 10</p>  <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  FD Files
                                                          Written: &nbsp; &nbsp; \
&nbsp;  3</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  SD Files
                                                          Written: &nbsp; &nbsp; \
&nbsp;  3</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  FD Bytes
                                                          Written: &nbsp; &nbsp; \
&nbsp;  14,875,191,024
                                                          (14.87 GB)</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  SD Bytes
                                                          Written: &nbsp; &nbsp; \
&nbsp;  14,875,192,011
                                                          (14.87 GB)</p>
                                                          <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          Rate: &nbsp; &nbsp; &nbsp; \
                &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp;  2570.9 KB/s</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Software
                                                          Compression: &nbsp;
                                                          None</p>
                                                          <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          VSS:&nbsp; &nbsp; &nbsp; \
                &nbsp; &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; no</p>  <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          Encryption: &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; yes</p>  <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          Accurate: &nbsp; &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; no</p>  <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;<b>Volume

                                                          name(s): &nbsp; &nbsp; \
                &nbsp;
                                                          &nbsp; AAAACF5F6A</b></p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Volume Session
                                                          Id:&nbsp; &nbsp; &nbsp; \
149</p>  <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Volume Session
                                                          Time:&nbsp; &nbsp;
                                                          1415816791</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Last Volume
                                                          Bytes:&nbsp; &nbsp; &nbsp;
                                                          1,375,507,574,784
                                                          (1.375 TB)</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Non-fatal FD
                                                          errors:&nbsp; &nbsp; 0</p>
                                                          <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          SD Errors:&nbsp; &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; 0</p>  <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  FD termination
                                                          status:&nbsp; OK</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  SD termination
                                                          status:&nbsp; OK</p>
                                                          <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          Termination:&nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp;  Backup OK</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">19-Nov

                                                          10:41
                                                          backup02-dir
                                                          JobId 919:
                                                          Begin pruning
                                                          Jobs older
                                                          than 7 years .</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">19-Nov

                                                          10:41
                                                          backup02-dir
                                                          JobId 919: No
                                                          Jobs found to
                                                          prune.</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">19-Nov

                                                          10:41
                                                          backup02-dir
                                                          JobId 919:
                                                          Begin pruning
                                                          Files.</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">19-Nov

                                                          10:41
                                                          backup02-dir
                                                          JobId 919: No
                                                          Files found to
                                                          prune.</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">19-Nov

                                                          10:41
                                                          backup02-dir
                                                          JobId 919: End
                                                          auto prune.</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo"><br>  </p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">19-Nov

                                                          11:10
                                                          backup02-sd
                                                          JobId 917: Job
                                                          write elapsed
                                                          time =
                                                          02:05:32,
                                                          Transfer rate
                                                          = 3.894 M
                                                          Bytes/second</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">19-Nov

                                                          11:10
                                                          backup02-dir
                                                          JobId 917:
                                                          Bacula
                                                          backup02-dir
                                                          5.2.6
                                                          (21Feb12):</p>
                                                          <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          Build OS: &nbsp; &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
                &nbsp;
                                                          x86_64-pc-linux-gnu
                                                          ubuntu 14.04</p>
                                                          <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          JobId:&nbsp; &nbsp; &nbsp; \
                &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; 917</p>  <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          Job:&nbsp; &nbsp; &nbsp; \
                &nbsp; &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
                &nbsp;
                                                          \
pushdb.2014-11-19_09.05.00_13</p>  <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Backup Level:
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; Full  (upgraded from
                                                          Differential)</p>
                                                          <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          Client: &nbsp; &nbsp; \
                &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp;  "pushdb1"
                                                          5.0.2
                                                          (28Apr10)
                                                          \
x86_64-pc-linux-gnu,debian,6.0.6</p>  <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          FileSet:&nbsp; &nbsp; \
                &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp;  "varlibDatabase
                                                          Backup"
                                                          2014-11-06
                                                          20:20:52</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;<b>Pool:

                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
                &nbsp; &nbsp; &nbsp;
                                                          &nbsp; &nbsp; "database"
                                                          (From Job
                                                          resource)</b></p>
                                                          <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          Catalog:&nbsp; &nbsp; \
                &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp;  "MyCatalog"
                                                          (From Client
                                                          resource)</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;<b>Storage:&nbsp;

                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp;  "Tape3" (From
                                                          Pool resource)</b></p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;<b>Scheduled

                                                          time: &nbsp; &nbsp; &nbsp; \
&nbsp;  19-Nov-2014
                                                          09:05:00</b></p>
                                                          <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo"><b>&nbsp;
                                                          Start time: &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp;  19-Nov-2014
                                                          09:05:00</b></p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;<b>End

                                                          time: &nbsp; &nbsp; &nbsp; \
                &nbsp;
                                                          &nbsp; &nbsp; &nbsp;
                                                          19-Nov-2014
                                                          11:10:33</b></p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Elapsed time:
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; 2  hours 5 mins
                                                          33 secs</p>
                                                          <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          Priority: &nbsp; &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; 10</p>  <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  FD Files
                                                          Written: &nbsp; &nbsp; \
&nbsp;  2</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  SD Files
                                                          Written: &nbsp; &nbsp; \
&nbsp;  2</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  FD Bytes
                                                          Written: &nbsp; &nbsp; \
&nbsp;  29,334,385,684
                                                          (29.33 GB)</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  SD Bytes
                                                          Written: &nbsp; &nbsp; \
&nbsp;  29,334,385,894
                                                          (29.33 GB)</p>
                                                          <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          Rate: &nbsp; &nbsp; &nbsp; \
                &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp;  3894.1 KB/s</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Software
                                                          Compression: &nbsp;
                                                          None</p>
                                                          <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          VSS:&nbsp; &nbsp; &nbsp; \
                &nbsp; &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; no</p>  <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          Encryption: &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; no</p>  <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          Accurate: &nbsp; &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; no</p>  <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;<b>Volume

                                                          name(s): &nbsp; &nbsp; \
                &nbsp;
                                                          &nbsp; AAAACF5F6A</b></p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Volume Session
                                                          Id:&nbsp; &nbsp; &nbsp; \
147</p>  <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Volume Session
                                                          Time:&nbsp; &nbsp;
                                                          1415816791</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Last Volume
                                                          Bytes:&nbsp; &nbsp; &nbsp;
                                                          1,397,835,371,520
                                                          (1.397 TB)</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Non-fatal FD
                                                          errors:&nbsp; &nbsp; 1</p>
                                                          <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          SD Errors:&nbsp; &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; 0</p>  <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  FD termination
                                                          status:&nbsp; OK</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  SD termination
                                                          status:&nbsp; OK</p>
                                                          <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          Termination:&nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
                &nbsp;
                                                          Backup OK&nbsp;</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">19-Nov

                                                          11:10
                                                          backup02-dir
                                                          JobId 917:
                                                          Begin pruning
                                                          Jobs older
                                                          than 1 year .</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">19-Nov

                                                          11:10
                                                          backup02-dir
                                                          JobId 917: No
                                                          Jobs found to
                                                          prune.</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">19-Nov

                                                          11:10
                                                          backup02-dir
                                                          JobId 917:
                                                          Begin pruning
                                                          Files.</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">19-Nov

                                                          11:10
                                                          backup02-dir
                                                          JobId 917: No
                                                          Files found to
                                                          prune.</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">19-Nov

                                                          11:10
                                                          backup02-dir
                                                          JobId 917: End
                                                          auto prune.</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br>  </p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">19-Nov

                                                          11:26
                                                          backup02-sd
                                                          JobId 915: Job
                                                          write elapsed
                                                          time =
                                                          02:21:25,
                                                          Transfer rate
                                                          = 3.655 M
                                                          Bytes/second</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">19-Nov

                                                          11:26
                                                          backup02-dir
                                                          JobId 915:
                                                          Bacula
                                                          backup02-dir
                                                          5.2.6
                                                          (21Feb12):</p>
                                                          <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          Build OS: &nbsp; &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
                &nbsp;
                                                          x86_64-pc-linux-gnu
                                                          ubuntu 14.04</p>
                                                          <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          JobId:&nbsp; &nbsp; &nbsp; \
                &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; 915</p>  <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          Job:&nbsp; &nbsp; &nbsp; \
                &nbsp; &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
                &nbsp;
                                                          \
ecommdb1.2014-11-19_09.05.00_11</p>  <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Backup Level:
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp;  Differential,
                                                          since=2014-11-08

                                                          09:05:03</p>
                                                          <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          Client: &nbsp; &nbsp; \
                &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp;  "ecommdb"
                                                          2.4.4
                                                          (28Dec08)
                                                          \
x86_64-pc-linux-gnu,debian,lenny/sid</p>  <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          FileSet:&nbsp; &nbsp; \
                &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp;  "Database
                                                          Backup"
                                                          2014-11-07
                                                          22:02:50</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;<b>Pool:

                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
                &nbsp; &nbsp; &nbsp;
                                                          &nbsp; &nbsp; "database"
                                                          (From Job
                                                          resource)</b></p>
                                                          <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          Catalog:&nbsp; &nbsp; \
                &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp;  "MyCatalog"
                                                          (From Client
                                                          resource)</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;<b>Storage:&nbsp;

                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; &nbsp; &nbsp;  "Tape3" (From
                                                          Pool resource)</b></p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;<b>Scheduled

                                                          time: &nbsp; &nbsp; &nbsp; \
&nbsp;  19-Nov-2014
                                                          09:05:00</b></p>
                                                          <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo"><b>&nbsp;
                                                          Start time: &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp;  19-Nov-2014
                                                          09:05:00</b></p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;<b>End

                                                          time: &nbsp; &nbsp; &nbsp; \
                &nbsp;
                                                          &nbsp; &nbsp; &nbsp;
                                                          19-Nov-2014
                                                          11:26:27</b></p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Elapsed time:
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; 2  hours 21 mins
                                                          27 secs</p>
                                                          <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          Priority: &nbsp; &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; 10</p>  <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  FD Files
                                                          Written: &nbsp; &nbsp; \
&nbsp;  1</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  SD Files
                                                          Written: &nbsp; &nbsp; \
&nbsp;  1</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  FD Bytes
                                                          Written: &nbsp; &nbsp; \
&nbsp;  31,016,183,168
                                                          (31.01 GB)</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  SD Bytes
                                                          Written: &nbsp; &nbsp; \
&nbsp;  31,016,183,295
                                                          (31.01 GB)</p>
                                                          <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          Rate: &nbsp; &nbsp; &nbsp; \
                &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp;  3654.6 KB/s</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Software
                                                          Compression: &nbsp;
                                                          None</p>
                                                          <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          VSS:&nbsp; &nbsp; &nbsp; \
                &nbsp; &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; no</p>  <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          Encryption: &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; no</p>  <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          Accurate: &nbsp; &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; no</p>  <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;&nbsp;<b>Volume

                                                          name(s): &nbsp; &nbsp; \
                &nbsp;
                                                          &nbsp; AAAACF5F6A</b></p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Volume Session
                                                          Id:&nbsp; &nbsp; &nbsp; \
145</p>  <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Volume Session
                                                          Time:&nbsp; &nbsp;
                                                          1415816791</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Last Volume
                                                          Bytes:&nbsp; &nbsp; &nbsp;
                                                          1,407,107,681,280
                                                          (1.407 TB)</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  Non-fatal FD
                                                          errors:&nbsp; &nbsp; 0</p>
                                                          <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          SD Errors:&nbsp; &nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp; 0</p>  <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  FD termination
                                                          status:&nbsp; OK</p>
                                                          <p
                                                          \
style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;  SD termination
                                                          status:&nbsp; OK</p>
                                                          <p
                                                          \
                style="margin:0px;font-size:11px;font-family:Menlo">&nbsp;
                                                          Termination:&nbsp;
                                                          &nbsp; &nbsp; &nbsp; &nbsp; \
&nbsp;  Backup OK</p>
                                                          <div><br>
                                                          </div>
                                                          </div>
                                                          </div>
                                                          <div
                                                          \
style="color:rgb(0,0,0);font-family:Calibri,sans-serif;font-size:14px"><br>  </div>
                                                          <span
                                                          \
style="color:rgb(0,0,0);font-family:Calibri,sans-serif;font-size:14px">  <div
                                                          \
style="font-family:Calibri;font-size:11pt;text-align:left;color:black;border-width:1pt
  medium
                                                          medium;border-style:solid
                                                          none
                                                          none;padding:3pt
                                                          0in
                                                          \
0in;border-top-color:rgb(181,196,223)">  <span
                                                          \
style="font-weight:bold">From:

                                                          </span>"<a
                                                          moz-do-not-send="true"
href="mailto:heitor@bacula.com.br" target="_blank">heitor@bacula.com.br</a>"
                                                          &lt;<a
                                                          moz-do-not-send="true"
href="mailto:heitor@bacula.com.br" target="_blank">heitor@bacula.com.br</a>&gt;<br>
                                                          <span
                                                          \
style="font-weight:bold">Date:

                                                          </span>Wednesday,

                                                          November 19,
                                                          2014 at 9:03
                                                          AM<br>
                                                          <span
                                                          \
style="font-weight:bold">To:

                                                          </span>Josh
                                                          Fisher &lt;<a
moz-do-not-send="true" href="mailto:jfisher@pvct.com" \
target="_blank">jfisher@pvct.com</a>&gt;<br>  <span
                                                          \
style="font-weight:bold">Cc:

                                                          </span>"<a
                                                          moz-do-not-send="true"
href="mailto:bacula-users@lists.sourceforge.net" \
target="_blank">bacula-users@lists.sourceforge.net</a>"  &lt;<a
                                                          moz-do-not-send="true"
href="mailto:bacula-users@lists.sourceforge.net" \
target="_blank">bacula-users@lists.sourceforge.net</a>&gt;<br>  <span
                                                          \
style="font-weight:bold">Subject:

                                                          </span>Re:
                                                          [Bacula-users]
                                                          bacula can't
                                                          make use of
                                                          multi drives<br>
                                                          </div>
                                                          <div>
                                                          <div>
                                                          <div><br>
                                                          </div>
                                                          <div>
                                                          <div>
                                                          <div
style="font-family:arial,helvetica,sans-serif;font-size:10pt;color:rgb(0,0,0)">
                                                          <div
                                                          \
style="padding-left:30px"><span \
style="font-family:Helvetica,Arial,sans-serif;font-size:16px">I think  that the only
                                                          problem with
                                                          setting <span
style="font-family:Helvetica,Arial,sans-serif;font-size:16px">"Prefer
                                                          Mounted
                                                          Volumes = \
no"</span>&nbsp;is

                                                          that it will
                                                          result in a
                                                          lot of moving
                                                          of a volume
                                                          back and forth
                                                          between
                                                          drives. While
                                                          it might not
                                                          be a bug,
                                                          since it works
                                                          as advertised,
                                                          it CAN be a
                                                          problem. For
                                                          tape, it will
                                                          really slow
                                                          things down
                                                          because it
                                                          takes a
                                                          substantial
                                                          time to move a
                                                          tape out of
                                                          one drive and
                                                          into another.
                                                          For disk
                                                          virtual
                                                          autochangers,
                                                          though, the
                                                          moving between
                                                          "drives" is
                                                          simply closing
                                                          a disk file
                                                          and then
                                                          re-opening it,
                                                          meaning that
                                                          the delay is
                                                          very
                                                          negligible.</span></div>
                                                          <div
                                                          \
style="padding-left:30px"><br>  </div>
                                                          <div>Mr.
                                                          Fisher: It's
                                                          not just that.
                                                          Eventually
                                                          "Prefer
                                                          Mounted
                                                          Volumes =
                                                          no"&nbsp;messes up
                                                          the
                                                          autochanger
                                                          during a
                                                          random backup
                                                          and you have
                                                          to restart
                                                          storage daemon
                                                          and sometimes
                                                          powercycle the
                                                          tape library.</div>
                                                          <div
                                                          \
style="padding-left:30px"><br \
style="font-family:Helvetica,Arial,sans-serif;font-size:16px">  <span
                                                          \
style="font-family:Helvetica,Arial,sans-serif;font-size:16px">If

                                                          there is some
                                                          other issue,
                                                          like a race
                                                          condition that
                                                          I am not aware
                                                          of, then that
                                                          would indeed
                                                          be a bug in my
                                                          book. But I
                                                          have used
                                                          PreferMountedVolumes=no
                                                          for disk
                                                          virtual
                                                          autochanger
                                                          without (so
                                                          far)
                                                          encountering
                                                          any such
                                                          problems, just
                                                          the swapping
                                                          between
                                                          drives. And
                                                          for disk
                                                          virtual
                                                          autochangers,
                                                          I don't see
                                                          that as a
                                                          problem in and
                                                          of itself.</span></div>
                                                          <div><br>
                                                          </div>
                                                          <div>I don't
                                                          know if it is
                                                          already fixed
                                                          or if this
                                                          error happens
                                                          for all
                                                          autochangers.
                                                          But last
                                                          Bacula System
                                                          Community
                                                          Storage
                                                          whitepapers
                                                          goes in the
                                                          same way.
                                                          Having 2 pools
                                                          is still safer
                                                          and more
                                                          reliable way
                                                          to do multiple
                                                          volumes
                                                          writing.</div>
                                                          <div><br>
                                                          </div>
                                                          <div>Regards,</div>
                                                          <div><span
                                                          name="x"></span>
                                                          <div><span
style="color:rgb(136,136,136);font-family:arial,sans-serif;font-size:12.7272720336914px;background-color:rgb(255,255,255)"></span><span
 style="color:rgb(136,136,136);font-family:arial,helvetica,sans-serif;font-size:13px;b \
ackground-color:rgb(255,255,255)">=========================================================================</span><br
 style="color:rgb(136,136,136);font-family:arial,sans-serif;font-size:12.8000001907349px;background-color:rgb(255,255,255)">
  <span
style="color:rgb(136,136,136);font-family:arial,helvetica,sans-serif;font-size:12.8000001907349px;background-color:rgb(255,255,255)">Heitor


                                                          Medrado de
                                                          Faria&nbsp;<span
style="color:rgb(136,136,136);font-family:arial,sans-serif;background-color:rgb(255,255,255)">&nbsp;-


                                                          LPIC-III |
                                                          ITIL-F</span></span></div>
                                                          <div><span
                                                          \
style="color:rgb(136,136,136)">Faltam

                                                          poucos dias -
                                                          Treinamento
                                                          Telepresencial
                                                          Bacula:&nbsp;<span
style="color:rgb(0,0,255)"><a moz-do-not-send="true"
                                                          \
href="http://www.bacula.com.br/?p=2174" target="_blank"><span \
style="color:rgb(0,0,255)">http://www.bacula.com.br/?p=2174</span></a></span></span></div>
  <div
style="color:rgb(136,136,136);font-family:arial,sans-serif;font-size:12.8000001907349px;background-color:rgb(255,255,255)"><span
 style="font-family:arial,helvetica,sans-serif;color:rgb(136,136,136)"><a
moz-do-not-send="true" href="tel:%2B55%2061%202021-8260"
                                                          value="+556120218260"
style="font-size:12.8000001907349px;color:rgb(17,85,204)"
                                                          target="_blank"><span
style="color:rgb(136,136,136)">61 2021-8260</span></a><span
                                                          \
style="font-size:12.8000001907349px">&nbsp;|&nbsp;</span><a moz-do-not-send="true" \
                href="tel:%2B55%2061%208268-4220"
                                                          value="+556182684220"
style="color:rgb(17,85,204)" target="_blank"><span
                                                          \
style="color:rgb(136,136,136)">8268-4220</span></a></span></div>  <div
style="color:rgb(136,136,136);font-family:arial,sans-serif;font-size:12.8000001907349px;background-color:rgb(255,255,255)">
  <div><span
                                                          \
style="font-family:arial,helvetica,sans-serif;color:rgb(136,136,136)"><span \
                style="font-size:12.8000001907349px">Site:&nbsp;</span><a
                                                          moz-do-not-send="true"
href="http://www.bacula.com.br/"
                                                          \
style="font-size:12.8000001907349px;color:rgb(17,85,204)" target="_blank"><span \
style="color:rgb(136,136,136)">www.bacula.com.br</span></a><span \
                style="font-size:12.8000001907349px">&nbsp;|&nbsp;</span><span
                                                          \
style="font-size:12.8000001907349px">Facebook:&nbsp;</span><a moz-do-not-send="true" \
                href="http://www.facebook.com/heitor.faria"
                                                          \
style="font-size:12.8000001907349px;color:rgb(17,85,204)" target="_blank"><span \
style="color:rgb(136,136,136)">heitor.faria</span></a><span \
                style="font-size:12.8000001907349px">&nbsp;|&nbsp;</span><span
                                                          \
style="font-size:12.8000001907349px">Gtalk:&nbsp;</span><a moz-do-not-send="true" \
                href="mailto:heitorfaria@gmail.com"
                                                          \
style="font-size:12.8000001907349px;color:rgb(17,85,204)" target="_blank"><span \
style="color:rgb(136,136,136)">heitorfaria@gmail.com</span></a></span></div>  \
<div><span  style="font-family:arial,helvetica,sans-serif;color:rgb(136,136,136)">==== \
======================================================================</span></div>  \
                </div>
                                                          <span name="x"></span><br>
                                                          </div>
                                                          <hr>
                                                          <div
style="color:rgb(0,0,0);font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt"><b>De:


                                                          </b>"Josh
                                                          Fisher" &lt;<a
moz-do-not-send="true" href="mailto:jfisher@pvct.com" \
target="_blank">jfisher@pvct.com</a>&gt;<br>  <b>Para: </b><a
moz-do-not-send="true" href="mailto:bacula-users@lists.sourceforge.net"
target="_blank">bacula-users@lists.sourceforge.net</a><br>
                                                          <b>Enviadas: \
</b>Quarta-feira,

                                                          19 de novembro
                                                          de 2014
                                                          14:52:42<br>
                                                          <b>Assunto: </b>Re:

                                                          [Bacula-users]
                                                          bacula can't
                                                          make use of
                                                          multi drives<br>
                                                          <div><br>
                                                          </div>
                                                          <div>On
                                                          11/19/2014
                                                          11:10 AM, <a
moz-do-not-send="true" href="mailto:heitor@bacula.com.br"
                                                          target="_blank">
heitor@bacula.com.br</a> wrote:<br>
                                                          </div>
                                                          <blockquote>
                                                          <div
style="font-family:arial,helvetica,sans-serif;font-size:10pt;color:rgb(0,0,0)">
                                                          <div
                                                          \
style="padding-left:30px"><span \
style="font-family:Helvetica,Arial,sans-serif;font-size:16px">Is it a  bug that
                                                          bacula cannot
                                                          write to
                                                          multiple
                                                          drives for the
                                                          jobs in the
                                                          same pool?
                                                          Will there be
                                                          a fix. Back in
                                                          March 2014
                                                          Wolfgang Denk
                                                          wrote "it can"
                                                          but how?</span><br
style="font-family:Helvetica,Arial,sans-serif;font-size:16px">
                                                          <br
                                                          \
style="font-family:Helvetica,Arial,sans-serif;font-size:16px">  <a
                                                          moz-do-not-send="true"
href="http://adsm.org/lists/html/Bacula-users/2014-03/msg00212.html"
                                                          \
style="font-family:Helvetica,Arial,sans-serif;font-size:16px" \
target="_blank">http://adsm.org/lists/html/Bacula-users/2014-03/msg00212.html</a></div>
  <div><br>
                                                          </div>
                                                          <div>It's not
                                                          a bug, but
                                                          just the way
                                                          it's designed.</div>
                                                          <div>"Prefer
                                                          Mounted
                                                          Volumes=no"
                                                          it's a
                                                          directive that
                                                          could allow to
                                                          write multiple
                                                          volumes within
                                                          the same pool
                                                          at the same
                                                          time, however
                                                          this is a
                                                          little buggy
                                                          and not
                                                          recommended at
                                                          this time.</div>
                                                          </div>
                                                          </blockquote>
                                                          <br>
                                                          It's not a
                                                          bug, but it is
                                                          a little
                                                          buggy??<br>
                                                          <br>
                                                          I think that
                                                          the only
                                                          problem with
                                                          setting
                                                          "Prefer
                                                          Mounted
                                                          Volumes = no"
                                                          is that it
                                                          will result in
                                                          a lot of
                                                          moving of a
                                                          volume back
                                                          and forth
                                                          between
                                                          drives. While
                                                          it might not
                                                          be a bug,
                                                          since it works
                                                          as advertised,
                                                          it CAN be a
                                                          problem. For
                                                          tape, it will
                                                          really slow
                                                          things down
                                                          because it
                                                          takes a
                                                          substantial
                                                          time to move a
                                                          tape out of
                                                          one drive and
                                                          into another.
                                                          For disk
                                                          virtual
                                                          autochangers,
                                                          though, the
                                                          moving between
                                                          "drives" is
                                                          simply closing
                                                          a disk file
                                                          and then
                                                          re-opening it,
                                                          meaning that
                                                          the delay is
                                                          very
                                                          negligible.<br>
                                                          <br>
                                                          If there is
                                                          some other
                                                          issue, like a
                                                          race condition
                                                          that I am not
                                                          aware of, then
                                                          that would
                                                          indeed be a
                                                          bug in my
                                                          book. But I
                                                          have used
                                                          PreferMountedVolumes=no
                                                          for disk
                                                          virtual
                                                          autochanger
                                                          without (so
                                                          far)
                                                          encountering
                                                          any such
                                                          problems, just
                                                          the swapping
                                                          between
                                                          drives. And
                                                          for disk
                                                          virtual
                                                          autochangers,
                                                          I don't see
                                                          that as a
                                                          problem in and
                                                          of itself.<br>
                                                          <br>
                                                          <blockquote>
                                                          <div
style="font-family:arial,helvetica,sans-serif;font-size:10pt;color:rgb(0,0,0)">
                                                          <div><br>
                                                          </div>
                                                          <div>Regards,</div>
                                                          <div><span></span>
                                                          <div><span
style="color:rgb(136,136,136);font-family:arial,sans-serif;font-size:12.7272720336914px;background-color:rgb(255,255,255)"></span><span
 style="color:rgb(136,136,136);font-family:arial,helvetica,sans-serif;font-size:13px;b \
ackground-color:rgb(255,255,255)">=========================================================================</span><br
 style="color:rgb(136,136,136);font-family:arial,sans-serif;font-size:12.8000001907349px;background-color:rgb(255,255,255)">
  <span
style="color:rgb(136,136,136);font-family:arial,helvetica,sans-serif;font-size:12.8000001907349px;background-color:rgb(255,255,255)">Heitor


                                                          Medrado de
                                                          Faria&nbsp;<span
style="color:rgb(136,136,136);font-family:arial,sans-serif;background-color:rgb(255,255,255)">&nbsp;-


                                                          LPIC-III |
                                                          ITIL-F</span></span></div>
                                                          <div><span
                                                          \
style="color:rgb(136,136,136)">Faltam

                                                          poucos dias -
                                                          Treinamento
                                                          Telepresencial
                                                          Bacula:&nbsp;<span
style="color:rgb(0,0,255)"><a moz-do-not-send="true"
                                                          \
href="http://www.bacula.com.br/?p=2174" target="_blank"><span \
style="color:rgb(0,0,255)">http://www.bacula.com.br/?p=2174</span></a></span></span></div>
  <div
style="color:rgb(136,136,136);font-family:arial,sans-serif;font-size:12.8000001907349px;background-color:rgb(255,255,255)"><span
 style="font-family:arial,helvetica,sans-serif;color:rgb(136,136,136)"><a
moz-do-not-send="true" href="tel:%2B55%2061%202021-8260"
                                                          \
style="font-size:12.8000001907349px;color:rgb(17,85,204)" target="_blank"><span \
style="color:rgb(136,136,136)">61 2021-8260</span></a><span \
style="font-size:12.8000001907349px">&nbsp;|&nbsp;</span><a moz-do-not-send="true" \
                href="tel:%2B55%2061%208268-4220" style="color:rgb(17,85,204)"
                                                          target="_blank"><span
style="color:rgb(136,136,136)">8268-4220</span></a></span></div>
                                                          <div
style="color:rgb(136,136,136);font-family:arial,sans-serif;font-size:12.8000001907349px;background-color:rgb(255,255,255)">
  <div><span
                                                          \
style="font-family:arial,helvetica,sans-serif;color:rgb(136,136,136)"><span \
                style="font-size:12.8000001907349px">Site:&nbsp;</span><a
                                                          moz-do-not-send="true"
href="http://www.bacula.com.br/"
                                                          \
style="font-size:12.8000001907349px;color:rgb(17,85,204)" target="_blank"><span \
style="color:rgb(136,136,136)">www.bacula.com.br</span></a><span \
                style="font-size:12.8000001907349px">&nbsp;|&nbsp;</span><span
                                                          \
style="font-size:12.8000001907349px">Facebook:&nbsp;</span><a moz-do-not-send="true" \
                href="http://www.facebook.com/heitor.faria"
                                                          \
style="font-size:12.8000001907349px;color:rgb(17,85,204)" target="_blank"><span \
style="color:rgb(136,136,136)">heitor.faria</span></a><span \
                style="font-size:12.8000001907349px">&nbsp;|&nbsp;</span><span
                                                          \
style="font-size:12.8000001907349px">Gtalk:&nbsp;</span><a moz-do-not-send="true" \
                href="mailto:heitorfaria@gmail.com"
                                                          \
style="font-size:12.8000001907349px;color:rgb(17,85,204)" target="_blank"><span \
style="color:rgb(136,136,136)">heitorfaria@gmail.com</span></a></span></div>  \
<div><span  style="font-family:arial,helvetica,sans-serif;color:rgb(136,136,136)">==== \
======================================================================</span></div>  \
                </div>
                                                          <span></span><br>
                                                          </div>
                                                          </div>
                                                          </blockquote>
                                                          <br>
                                                          <br>
------------------------------------------------------------------------------<br>
                                                          Download BIRT
                                                          iHub F-Type -
                                                          The Free
                                                          Enterprise-Grade
                                                          BIRT Server<br>
                                                          from Actuate!
                                                          Instantly
                                                          Supercharge
                                                          Your Business
                                                          Reports and
                                                          Dashboards<br>
                                                          with
                                                          Interactivity,
                                                          Sharing,
                                                          Native Excel
                                                          Exports, App
                                                          Integration
                                                          &amp; more<br>
                                                          Get technology
                                                          previously
                                                          reserved for
                                                          billion-dollar
                                                          corporations,
                                                          FREE<br>
                                                          <a
                                                          moz-do-not-send="true"
href="http://pubads.g.doubleclick.net/gampad/clk?id=157005751&amp;iu=/4140/ostg.clktrk"
 target="_blank">http://pubads.g.doubleclick.net/gampad/clk?id=157005751&amp;iu=/4140/ostg.clktrk</a><br>
 _______________________________________________<br>
                                                          Bacula-users
                                                          mailing list<br>
                                                          <a
                                                          moz-do-not-send="true"
href="mailto:Bacula-users@lists.sourceforge.net" \
target="_blank">Bacula-users@lists.sourceforge.net</a><br>  <a
                                                          moz-do-not-send="true"
href="https://lists.sourceforge.net/lists/listinfo/bacula-users"
                                                          \
target="_blank">https://lists.sourceforge.net/lists/listinfo/bacula-users</a><br>  \
</div>  <div><br>
                                                          </div>
                                                          </div>
                                                          </div>
                                                          </div>
                                                          </div>
                                                          </div>
                                                          </span></div>
                                                          <br>
------------------------------------------------------------------------------<br>
                                                          Download BIRT
                                                          iHub F-Type -
                                                          The Free
                                                          Enterprise-Grade
                                                          BIRT Server<br>
                                                          from Actuate!
                                                          Instantly
                                                          Supercharge
                                                          Your Business
                                                          Reports and
                                                          Dashboards<br>
                                                          with
                                                          Interactivity,
                                                          Sharing,
                                                          Native Excel
                                                          Exports, App
                                                          Integration
                                                          &amp; more<br>
                                                          Get technology
                                                          previously
                                                          reserved for
                                                          billion-dollar
                                                          corporations,
                                                          FREE<br>
                                                          <a
                                                          moz-do-not-send="true"
href="http://pubads.g.doubleclick.net/gampad/clk?id=157005751&amp;iu=/4140/ostg.clktrk"
 target="_blank">http://pubads.g.doubleclick.net/gampad/clk?id=157005751&amp;iu=/4140/ostg.clktrk</a><br>
 _______________________________________________<br>
                                                          Bacula-users
                                                          mailing list<br>
                                                          <a
                                                          moz-do-not-send="true"
href="mailto:Bacula-users@lists.sourceforge.net" \
target="_blank">Bacula-users@lists.sourceforge.net</a><br>  <a
                                                          moz-do-not-send="true"
href="https://lists.sourceforge.net/lists/listinfo/bacula-users"
                                                          \
target="_blank">https://lists.sourceforge.net/lists/listinfo/bacula-users</a><br>  \
<br>  </blockquote>
                                                          </div>
                                                          <br>
                                                          </div>
                                                        </div>
                                                      </div>
                                                    </div>
                                                  </div>
                                                </span></div>
                                            </blockquote>
                                          </div>
                                          <br>
                                        </div>
                                      </div>
                                    </div>
                                  </div>
                                </span></div>
                            </blockquote>
                          </div>
                          <br>
                        </div>
                      </div>
                    </div>
                  </div>
                </span> <br>
                <fieldset></fieldset>
                <br>
                <pre>------------------------------------------------------------------------------
 Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration &amp; more
Get technology previously reserved for billion-dollar corporations, FREE
<a moz-do-not-send="true" \
href="http://pubads.g.doubleclick.net/gampad/clk?id=157005751&amp;iu=/4140/ostg.clktrk" \
target="_blank">http://pubads.g.doubleclick.net/gampad/clk?id=157005751&amp;iu=/4140/ostg.clktrk</a></pre>
  <br>
                <fieldset></fieldset>
                <br>
                <pre>_______________________________________________
Bacula-users mailing list
<a moz-do-not-send="true" href="mailto:Bacula-users@lists.sourceforge.net" \
target="_blank">Bacula-users@lists.sourceforge.net</a> <a moz-do-not-send="true" \
href="https://lists.sourceforge.net/lists/listinfo/bacula-users" \
target="_blank">https://lists.sourceforge.net/lists/listinfo/bacula-users</a> </pre>
              </blockquote>
              <br>
            </div>
            <br>
------------------------------------------------------------------------------<br>
            Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT
            Server<br>
            from Actuate! Instantly Supercharge Your Business Reports
            and Dashboards<br>
            with Interactivity, Sharing, Native Excel Exports, App
            Integration &amp; more<br>
            Get technology previously reserved for billion-dollar
            corporations, FREE<br>
            <a moz-do-not-send="true"
href="http://pubads.g.doubleclick.net/gampad/clk?id=157005751&amp;iu=/4140/ostg.clktrk"
                
              target="_blank">http://pubads.g.doubleclick.net/gampad/clk?id=157005751&amp;iu=/4140/ostg.clktrk</a><br>
  _______________________________________________<br>
            Bacula-users mailing list<br>
            <a moz-do-not-send="true"
              href="mailto:Bacula-users@lists.sourceforge.net">Bacula-users@lists.sourceforge.net</a><br>
  <a moz-do-not-send="true"
              href="https://lists.sourceforge.net/lists/listinfo/bacula-users"
              target="_blank">https://lists.sourceforge.net/lists/listinfo/bacula-users</a><br>
  <br>
          </blockquote>
        </div>
        <br>
      </div>
    </blockquote>
    <br>
  </body>
</html>



------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk

_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic