Bacula-users

Re: [Bacula-users] [Bacula-devel] bacula - two pools with one job

2009-04-21 19:52:30
Subject: Re: [Bacula-users] [Bacula-devel] bacula - two pools with one job
From: Dan Langille <dan AT langille DOT org>
To: Jassim Al Enezi <jassim AT maraheb DOT net>
Date: Tue, 21 Apr 2009 19:46:33 -0400
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Jassim Al Enezi wrote:
> 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 ??

I am not sure why this was sent to the developers mailing list.  Please
try the users mailing list.  I have BCC'd the devel list so they know
the thread has been moved.

- --
Dan Langille

BSDCan - The Technical BSD Conference : http://www.bsdcan.org/
PGCon  - The PostgreSQL Conference:     http://www.pgcon.org/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.11 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAknuWtgACgkQCgsXFM/7nTzTLACfdCo6V2fbQMlbOcu+emznS7bA
NxEAoMVXxcTMkUABBzfViVgGUfDnXJag
=fHCv
-----END PGP SIGNATURE-----

------------------------------------------------------------------------------
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>
  • Re: [Bacula-users] [Bacula-devel] bacula - two pools with one job, Dan Langille <=