Mehmet Soysal wrote:

>Hi,
>im trying to set up Bacula with concurrent jobs.
>Im use bacula to backup serveral Servers with one storage configuration 
>and i use a unique labeling format for the Volumes.
>Here is the Part from my Config.
>##################SNIP###############
>Storage {
>  Name = blub_storage
>  Address = xxx                # N.B. Use a fully qualified name here
>  SDPort = 9103
>  Password = "xxx"
>  Device = blub_client
>  Media Type = File
>  Maximum Concurrent Jobs = 2
>}
>
>
>Pool {
>  Name = testpool
>  Pool Type = Backup
>  Label Format = "TEST-${JobName}-${Level}"
>  Recycle = no                       # Bacula can automatically recycle 
>Volumes
>  AutoPrune = yes                     # Prune expired volumes
>  Volume Retention = 1 days
>  Maximum Volume Jobs = 1
>#  Use Volume Once = yes
>}
>#############SNAP###################
>
>There a 2 running Jobs at the same time, but what happens is that they 
>don“t use the Volumes which are Label with there Job names.
>I thought that each Backup would know have its own volumes for a backup 
>but sometimes there a 2 Backups in one Volume.
>Im trying to put every BAckup into one Volume.  I tryed both variables 
>"Maximum Volume Jobs" and "Use Volume Once" but it did not help.
>Did i forget something ?
>
>
>Thx in advance
>
>Mehmet Soysal
>
>  
>
Hello again,
i did the following. in my director config i include these 2 files:
@/etc/bacula/configs/client_a-dir
@/etc/bacula/configs/client_b-dir


With this order the Problem Occurs. client_b writes his backup into the 
volume labeled for
Client_a ("TEST-client_a..2006-10-06_15.58.18-Differential).

But ich i change the order of this 2 Files then the backup is going to 
the right labeled volumes.
@/etc/bacula/configs/client_b-dir
@/etc/bacula/configs/client_a-dir

It seems that the backup for client_b ist faster than for client_a.

Any hints ?


thx in advance
Mehmet Soysal






-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to