Bacula-users

[Bacula-users] Concurrent Jobs Setup

2010-05-18 15:03:35
Subject: [Bacula-users] Concurrent Jobs Setup
From: Lampzy <lampzy AT gmail DOT com>
To: Bacula Users <bacula-users AT lists.sourceforge DOT net>
Date: Tue, 18 May 2010 12:01:02 -0700
Hi folks,

I'm trying to setup concurrent jobs in Bacula 5.0.2 in the way that it 
will spool multiple backup jobs and despool them one by one to tape.

All backup jobs run at the same time, have the same priority (10 by 
default) and backup different clients. Spooling is enabled.

Right now the jobs are running one by one. I read all the documentation 
I can find and still can't figure out how to configure it to spool 4 
jobs simultaneously and de-spool them one by one to the tape drive.

Here are the configs:

==> bacula-sd.conf
Storage {
   Name = server.domain.com-sd
   SDPort = 9103
   WorkingDirectory = "/opt/bacula/working"
   Pid Directory = "/opt/bacula/working"
   Maximum Concurrent Jobs = 20
   ... TLS directives ...
}
Director {
   Name = server.domain.com-dir
   Password = "****"
   ... TLS directives ...
}
Autochanger {
   Name = csetape
   Device = Drive-1
   Changer Command = "/opt/bacula/scripts/mtx-changer %c %o %S %a %d"
   Changer Device = /dev/sg3
}
Device {
   Name = Drive-1
   Media Type = LTO-4
   Archive Device = /dev/nst0
   Automatic Mount = yes
   Always Open = yes
   Label Media = no
   Removable Media = yes
   Random Access = no
   Requires Mount = no
   Maximum File Size = 5GB
   Auto Changer = yes
   Spool Directory = /bspool
   Maximum Spool Size = 49392123904
}

==> bacula-dir.conf
Director {
   Name = server.domain.com-dir
   DIRport = 9101
   QueryFile = "/opt/bacula/scripts/query.sql"
   WorkingDirectory = "/opt/bacula/working"
   PidDirectory = "/opt/bacula/working"
   Password = "****"
   Messages = Daemon
   Statistics Retention = 2 months
   Maximum Concurrent Jobs = 4
   ... TLS directives ...
}
Storage {
   Name = Tape
   Address = server.domain.com
   SDPort = 9103
   Password = "****"
   Device = csetape
   Media Type = LTO-4
   Autochanger = yes
   Maximum Concurrent Jobs = 4
   ... TLS directives ...

}

Any help is appreciated.

Thank you
Peter

------------------------------------------------------------------------------

_______________________________________________
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>