Pedro,

When I asked this question a few months back, this is what I found.

The "Prefer Mounted Volumes = yes|no" option for Job and JobDefs may be
what you need. Setting this to "yes" tells bacula to interleave multiple
jobs onto the same tape volume. Setting this to "no", along with an
appropriate "Maximum Concurrent Jobs" setting, tells bacula to open an
new tape volume for the job. The new volume will be opened an another
tape drive, if one is available. I've found that if there isn't a job
already running bacula will unload an existing tape volume and load a
new one if a job specifies a separate pool rather than just using the
most available drive.

----
Alan Davis
Senior Architect
Ruckus Network, Inc.
703.464.6578 (o)
410.365.7175 (m)
[EMAIL PROTECTED]
alancdavis AIM
 
> Message: 2
> Date: Thu, 21 Dec 2006 12:40:54 +0100
> From: Pedro Sep?lveda <[EMAIL PROTECTED]>
> Subject: [Bacula-users] Concurrent backup jobs in an autochager with
>       two     drives
> To: bacula-users@lists.sourceforge.net
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi all.
> I have an autochanger:
...
> runnin in a single host,
> 
> Is it possible to configure bacula to use both of these autochangers 
> with 2 concurrent backup jobs?

> Tanks a lot.
>
>
>
> -- 
> +-----------------------------^------------------------+
> | email: [EMAIL PROTECTED]    ^ Pedro Sep?lveda        |
> | http://www.uco.es/~cc0semop ^ Cordoba (SPAIN)        |
> +-----------------------------^------------------------+






------------------------------

Message: 3
Date: Thu, 21 Dec 2006 14:25:15 +0100
From: Michel Meyers <[EMAIL PROTECTED]>
Subject: Re: [Bacula-users] Catalogue recovery problem.
To: Erik P. Olsen <[EMAIL PROTECTED]>
Cc: Bacula <bacula-users@lists.sourceforge.net>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"


On Thu, 21 Dec 2006 09:50:25 +0100, "Erik P. Olsen" <[EMAIL PROTECTED]> wrote:
> Yesterday night my back-up was terminated due to a power cut. Two out
of
[...] 
> without any visible problem. However, at the next scheduled back-up
> sequence 
> bacula error flagged the last tape volume because it did not contain
the
> number 
> of files expected by the catalogue. Of course because the recovered

I believe you can use bscan to scan the tape and have the 'number of
files' value in the catalog adjusted. Likewise, you should be able to
use bscan to scan the tapes that contain backups and have the metadata
imported into the catalog. (have a look at the manual for further
details on how to use bscan)

Greetings,
       Michel




------------------------------

Message: 4
Date: Thu, 21 Dec 2006 13:30:04 +0000 (GMT)
From: Alan Brown <[EMAIL PROTECTED]>
Subject: Re: [Bacula-users] Catalogue recovery problem.
To: Michel Meyers <[EMAIL PROTECTED]>
Cc: "Erik P.Olsen" <[EMAIL PROTECTED]>, Bacula
        <bacula-users@lists.sourceforge.net>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed

On Thu, 21 Dec 2006, Michel Meyers wrote:

>> Yesterday night my back-up was terminated due to a power cut. Two out
of
> [...]
>> without any visible problem. However, at the next scheduled back-up 
>> sequence bacula error flagged the last tape volume because it did not

>> contain the number of files expected by the catalogue. Of course 
>> because the recovered
>
> I believe you can use bscan to scan the tape and have the 'number of 
> files' value in the catalog adjusted.

There is no need for that when the cause of such an error is known, such

as in this case (aborted backup)

Simply "Update" the volume with the number of files reported and toggle
it 
into append mode.

Bscan will insert the aborted job's files into the catalogue - which is 
usually innappropriate.

AB





------------------------------

Message: 5
Date: Thu, 21 Dec 2006 15:13:32 +0100
From: Kern Sibbald <[EMAIL PROTECTED]>
Subject: Re: [Bacula-users] D2D2T and multiplexing
To: bacula-users@lists.sourceforge.net
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain;  charset="iso-8859-15"

On Wednesday 20 December 2006 14:56, Per Andreas Buer wrote:
> Hi.
> 
> When a jobs is migrated from disk to tape - will it be demultiplexed
> onto the tape?

Bacula doesn't do any multiplexing with the exception of some minor comm

concerning the heartbeat, so there is no such thing as demultipling for 
Bacula.

It does do simultaneous execution of jobs.

> 
> -- 
> Per Andreas Buer / Linpro AS   t: 21 54 41 21 / m: 958 39 117
> 
> http://linpro.no/ - Ledende p? Linux og ?pen kildekode.
> 



------------------------------

Message: 6
Date: Thu, 21 Dec 2006 09:28:52 -0500
From: "John Drescher" <[EMAIL PROTECTED]>
Subject: Re: [Bacula-users] Concurrent backup jobs in an autochager
        with two        drives
To: " Pedro Sep?lveda " <[EMAIL PROTECTED]>
Cc: bacula-users@lists.sourceforge.net
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

> Is it possible to configure bacula to use both of these autochangers
> with 2 concurrent backup jobs?
>
Yes it is. Have you set Maximum Concurrent Jobs in the director, the
filedaemon and the storage daemon? Also are you using tapes from more
than one pool?

bacula-dir
======
Director {
       ...
       Maximum Concurrent Jobs = 10
}

======
bacula-sd
======
Storage {
       ...
       Maximum Concurrent Jobs = 20
}


======
bacula-fd
======
FileDaemon {
       ...
       Maximum Concurrent Jobs = 20
}

John



------------------------------

Message: 7
Date: Thu, 21 Dec 2006 15:13:54 -0000
From: "Mair Wolfgang-awm013" <[EMAIL PROTECTED]>
Subject: [Bacula-users] download bacula-web
To: <bacula-users@lists.sourceforge.net>
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain;       charset="us-ascii"

Hello all,
 
where can I get the bacula-web package? All I found was the following
link:
 
http://indpnday.com/bacula_stuff/bacula-web/mantisbt/main_page.php
 
But this version seems to be a rather old one. (Bacula-web 1.1 Released
- 10-26-04 11:36)
 
The current docu refers to the Bacula-web version 1.38.11 (01 July
2006). But I can't find this version to download. 

Can someone send me a link to the actual version?

Thanks for help.
Wolfgang



------------------------------

Message: 8
Date: Thu, 21 Dec 2006 10:26:56 -0500
From: "John Drescher" <[EMAIL PROTECTED]>
Subject: Re: [Bacula-users] download bacula-web
To: "Mair Wolfgang-awm013" <[EMAIL PROTECTED]>
Cc: bacula-users@lists.sourceforge.net
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

On 12/21/06, Mair Wolfgang-awm013 <[EMAIL PROTECTED]> wrote:
> Hello all,
>
> where can I get the bacula-web package? All I found was the following
> link:
>
> http://indpnday.com/bacula_stuff/bacula-web/mantisbt/main_page.php
>
> But this version seems to be a rather old one. (Bacula-web 1.1
Released
> - 10-26-04 11:36)
>
> The current docu refers to the Bacula-web version 1.38.11 (01 July
> 2006). But I can't find this version to download.
>
> Can someone send me a link to the actual version?
>
Download  bacula-gui-1.38.10.tar.gz from the sourceforge site.
http://sourceforge.net/project/showfiles.php?group_id=50727


Be prepared to fix a few bugs as there are several annoying bugs in
the released version. I have a patch file for the bugs I have
encountered running bacula-web under gentoo if you want it.


John



------------------------------

Message: 9
Date: Thu, 21 Dec 2006 20:23:41 +0000
From: Jaime Ventura <[EMAIL PROTECTED]>
Subject: Re: [Bacula-users] mount a resquested tape
To: Alan Brown <[EMAIL PROTECTED]>
Cc: bacula-users@lists.sourceforge.net
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hi Alan
    Sorry about recalling this subject.
    I believe that in if understand this correctly I might be able to 
help too other people.
    You say, about the "update slots" command , ?assuming the drive is 
empty AND there is nothing actively attempting to using the drive ?.
    The "update slots" command its not save because in order to bacula 
know which tape is in the slots, it needs to load all the tapes on the 
drive in order to read their labels, right?
    If so, and saying that my tape loader can read barcodes and bacula 
is using them  to label the tapes, can i say that in this case its safe 
even though its not the recommended way to do it?

    When you say ?This behaviour is corrected in late 1.39 betas?, you 
mean about the the mount issue?
     Thanks for your help.
    I which you a merry Christmas.
             Jaime

Alan Brown wrote:
> On Mon, 11 Dec 2006, Jaime Ventura wrote:
>
>   
>>   Thank you for your reply.
>>   Shouldn't the "update slots" do the same as the command you
suggested?
>>     
>
> It will, assuming the drive is empty AND there is nothing actively 
> attempting to using the drive (That's not a safe bet if there are 
> lots of simultaneous backups happening.)
>
> This behaviour is corrected in late 1.39 betas..
>
> Don't forget the "mount" command to tell bacula the drive is usable
again.
>
> AB
>
>
>
------------------------------------------------------------------------
-
> 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=DEVDE
V
> _______________________________________________
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
>   


-- 



 


Jaime Ventura
[Infra-estruturas e Comunica??es]

Rua Dr. Ant?nio Bernardino de Almeida, 431
4200 - 072 Porto
Telef: +351 22 834 05 00 (04) - ext. 1641
Fax: +351 22 832 11 59

e-mail:         [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
url:    www.isep.ipp.pt <http://www.isep.ipp.pt>         

        






------------------------------

------------------------------------------------------------------------
-
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=DEVDE
V

------------------------------

_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


End of Bacula-users Digest, Vol 8, Issue 93
*******************************************




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