Bacula-users

Re: [Bacula-users] Bacula. Running concurrent job from one linux box

2016-04-13 06:47:04
Subject: Re: [Bacula-users] Bacula. Running concurrent job from one linux box
From: Wanderlei Huttel <wanderleihuttel AT gmail DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Wed, 13 Apr 2016 07:46:01 -0300
Hello Alexander

You need to set "Maximum Concurrent Jobs" in these directives below:

===== Server side =====
## bacula-dir.conf ##
Director, Storage, Client

## bacula-sd.conf ##
Device, Storage

## bacula-fd.conf ##
FileDaemon


===== Client side =====
## bacula-fd.conf ##
FileDaemon


You are using an older version, is highly recommended to update to 7.4.0.


Best Regards

Wanderlei Hüttel



2016-04-13 4:46 GMT-03:00 antimion <bacula-forum AT backupcentral DOT com>:
yes, of course

this is config of fd and sd on storage server

bacula-fd.conf

FileDaemon { # this is me
Name = arkive03.tumo.lab-fd
FDport = 9102 # where we listen for the director
WorkingDirectory = /var/lib/bacula
Pid Directory = /var/run/bacula
Maximum Concurrent Jobs = 20
FDAddress = 10.44.20.137
}

bacula-sd.conf

Storage { # definition of myself
Name = arkive03.tumo.lab-sd
SDPort = 9103 # Director's port
WorkingDirectory = "/var/lib/bacula"
Pid Directory = "/var/run/bacula"
Maximum Concurrent Jobs = 20
SDAddress = 10.44.20.137
}

Basically backup it is a copy from mounted partition to hard drive

+----------------------------------------------------------------------
|This was sent by alexander.shelega AT tumo DOT org via Backup Central.
|Forward SPAM to abuse AT backupcentral DOT com.
+----------------------------------------------------------------------



------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users