Bacula-users

[Bacula-users] Fwd: two pools with one job

2009-04-22 10:22:36
Subject: [Bacula-users] Fwd: two pools with one job
From: John Drescher <drescherjm AT gmail DOT com>
To: bacula-users <Bacula-users AT lists.sourceforge DOT net>
Date: Wed, 22 Apr 2009 10:17:04 -0400
> I'm newbie to bacula
> finally I have configured & running bacula with "Exabyte VXA PacketLoader
> 1X10 1U" including the BARCODES Label everything working fine event the
> autochanger
> but i would like to do some changing on way of the backup files like
>
> I want to make full backup for my serves on two first tape on slot 1,2
> (H000001 H000002) and replace it weekly with another new 2 tapes like
> (H000003 H000004). and
> on the same time i want make full backup on the slot # 3,4,5,6 with another
> tapes & label like (K000001,K000002, K000003, K000004) with another
> schedule  time also those tapes it will recycling and purging  after expired
> . mean I'll not remove it from the box .
> so  what kind of changing i have to do it
> shall i add  additional pool in Job,  like below:
>
>
> Job {
>   Name = "backup-myserver1"
>   Client = ladns.server-fd
>   Type  = Backup
>   FileSet = "Files.dns"
>   Schedule = "WeeklyCycle"
>   Storage = VXA3
>   Messages = Standard
>
> ## like this
>   Pool = Default, NewPool
>
> ## or like this
>    Pool = Default
>    Pool = NewPool
>
>   Write Bootstrap = "/var/lib/bacula/dns1.bsr"
> }
>
> and run lablel barcodes and select the new pool which i added in above and
> he will searching & labling the tapes on slots 3,4,5,6  since the slots 1,2
> is already labeled. I'm not tried before but I'm just asking if can be done
> in this way ??
>
No. Make 2 jobs or do manual runs. Or use the schedule resource to
specify the pool.

I believe if you do not make them 2 jobs then they are not
independent. I mean incrementals from one pool will be based on the
last full and that could be from the other pool. I would bet that this
is not what you want. There is also migration.

John



-- 
John M. Drescher

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>