Bacula-users

[Bacula-users] Trouble getting jobs to run simultaneously

2012-12-06 15:42:12
Subject: [Bacula-users] Trouble getting jobs to run simultaneously
From: Troy Kocher <tkocher AT mtadistributors DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Thu, 6 Dec 2012 14:38:53 -0600
All, 

Recently I've made changes to my bacula-dir and bacula-sd to with the intent of 
running simultaneous jobs.  After the changes my testing seems to indicate I 
still don't have it right.  I launched my first job 'Image_Backup' manually 
with it's default priority, then launched the retail job modifying the priority 
to 1, with the hope to force a simultaneous backup.  The retail job sat waiting 
for the image job to complete. I've attached the relevant sections from my 
bacula-dir.conf.  If anyone has any helpful thoughts I'd really appreciate it.

Troy    

bacula-server-5.2.6

excerpt from bacula-dir.conf:

 Pool{
   Name  =  ImageF
   Pool Type = Backup
   Volume Use Duration =  7d
   Volume Retention = 24 months
   Catalog Files = yes
   Label Format = ImageF-
   Recycle = yes
   AutoPrune = yes
   }

Pool
{
   Name  =  RetailF
   Pool Type = Backup
   Maximum Volume Jobs = 4
   Volume Use Duration =  2d
   Volume Retention = 6 months
   Catalog Files = yes
   Label Format = RetailF-
   Recycle = yes
   AutoPrune = yes
   }

Job {
   Name     = Image_Backup
   Enabled  = YES  
   Type     = Backup 
   Level    = Full
   Accurate    = yes #[Yes|No]
   Client      = krusty-fd
   Fileset     = "krusty-image"
   Max Wait Time = 72000
   Schedule = WeeklyCycle
   Storage     = krustykrab-6
   Messages = Standard
   Pool     = ImageF
   Write Bootstrap   = "/data/working/image.bsr"
   Priority = 50
}

Job {
   Name     = Retail_Backup
   Enabled  = Yes  
   Type     = Backup
   Level    = Full
   Accurate    = yes 
   Client      = retail-fd
   Fileset     = "retail"
   Max Wait Time = 72000
   Schedule = WeeklyCycle
   Storage     = krustykrab-5
   Messages = Standard
   Pool     = RetailF
   Write Bootstrap   = "/data/working/retail.bsr"
   Priority = 60
}

FileSet{
   Name = "krusty-image"
   Include {
      Options {
        Compression = GZIP
        signature = SHA1
        Sparse = yes
        Hardlinks = no
        }
        @/usr/local/etc/backuplist/krusty_image_backuplist
}}

FileSet{
   Name = "retail"
   Include {
      Options {
        Compression = GZIP
        signature = SHA1
        Sparse = yes
        Hardlinks = no
        }
        @/usr/local/etc/backuplist/Retail_backuplist
}
   Exclude {
         File=/usr/home/sessions
}}

Storage {
  Name = krustykrab-6
  Address = krustykrab
  SDPort = 9103
  Password = "removed"
  Device = krustykrabpool-6
  Media Type = File-6
  Maximum Concurrent Jobs = 20
 }

Storage {
  Name = krustykrab-5
  Address = krustykrab
  SDPort = 9103
  Password = "password"
  Device = krustykrabpool-5
  Media Type = File-5
  Maximum Concurrent Jobs = 20
 }


excerpt from bacula-sd.conf

Device {
  Name = krustykrabpool-5
  Media Type = File-5
  Archive Device = /data/Retail
  LabelMedia = yes;                   
  Random Access = Yes;
  AutomaticMount = yes;               
  RemovableMedia = no;
  AlwaysOpen = yes;
}

Device {
  Name = krustykrabpool-6
  Media Type = File-6
  Archive Device = /data/Image
  LabelMedia = yes;                  
  Random Access = Yes;
  AutomaticMount = yes;              
  RemovableMedia = no;
  AlwaysOpen = yes;
}

_________________________________________________
Scanned by IBM Email Security Management Services 
powered by MessageLabs.
_________________________________________________

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>