On 08/14/17 15:56, Adolf Belka wrote:
> Hi Phil,

> Here is the director config file:-

And here's your two problems:

> Director {                            # define myself
>    Name = venus-dir
>    DIRport = 9101                # where we listen for UA connections
>    QueryFile = /opt/bacula/etc/query.sql
>    WorkingDirectory = /opt/bacula/working
>    PidDirectory = /opt/bacula/working
>    Maximum Concurrent Jobs = 1

...So your Director can run only one job at once.


> Storage {
>    Name = FileStorage
>    Address = venus.harley.pimb.org                # N.B. Use a fully 
> qualified name here
>    SDPort = 9103
>    Password = "+NL9puHa4nh4Fy0QVw6+tWKqBb8pWRoSLpbHL2bvlTa4"
>    Device = FileStorage
>    Media Type = File
> }
> Pool {
>    Name = Default
>    Pool Type = Backup
>    Recycle = yes                       # Bacula can automatically 
> recycle Volumes
>    AutoPrune = yes                     # Prune expired volumes
>    Volume Retention = 14 days          # two weeks
>    Maximum Volume Jobs = 1;

...And so can your Storage, because you allow one Job per file and your
Storage can only have one File open at a time.


The Director's job concurrency is easily changed.  The one-job-per-file
setting is your decision.  The one-file-at-a-time limit, you can't do
anything about except by creating multiple Storage daemons assigned to
the same Pool but running on different ports.  If you try that, let us
know how it works.  It's not, as far as I know, an officially supported
configuration.


-- 
  Phil Stracchino
  Babylon Communications
  ph...@caerllewys.net
  p...@co.ordinate.org
  Landline: +1.603.293.8485
  Mobile:   +1.603.998.6958

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to