Larry G. Wapnitsky <larry <at> wapnitsky.com> writes:

> 
> I'm trying to run two concurrent jobs off of a Windows box from the
> latest version of Bareos.  One is going to
> tape (LTO3 in an autochanger), and the other is going to file storage
> on my Bareos box.
> 
> The one running to tape is working fine, but the file storage one is not
> running at all. It's sitting at 0
> files, as well as, when looking in BAT, examining the wrong file
> types\system.
That is a known problem and the actual reason is that the code
use a whole bunch of global variables. So it has a so called mutex
that only allows one backup at a time in the VSS specific code.

If you want to know all the gory details there is a Mantis bug on that
which also explains why it is/was not so easy to work around.

http://bugs.bareos.org/view.php?id=253

We are testing some enhancements in that area for a paying customer
and hope to have it fully tested in a couple of weeks time. If it has
no negative side effect we hope to release it as funded development.

-- 
Marco van Wieringen                   [email protected]
Bareos GmbH & Co. KG                  Phone: +49-221-63069389
http://www.bareos.com                     

Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646
Komplementär: Bareos Verwaltungs-GmbH
Geschäftsführer: Stephan Dühr, M. Außendorf, J. Steffens,
                 P. Storz, M. v. Wieringen 

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to