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

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