Yes, it does (see the following configuration). One more thing... I was
using the latest 3.0 version of Bacula and I updated it to 5.0.3 (Clients
and Director). Could this be the problem? Just to make sure, I'm creating a
fresh install of Bacula 5.0.3 just to see if this problem remains...

Pool {
    Name = pool.tpa.full
    Pool Type = Backup
    Storage = st.tpa
    Volume Use Duration = 28d
    Volume Retention = 90d
    Maximum Volumes = 21
    Recycle = yes
    AutoPrune = yes
    Scratch Pool = scratch.tpa
    RecyclePool = scratch.tpa
    Cleaning Prefix = "CLN"
}

Pool {
    Name = pool.tpb.diff
    Pool Type = Backup
    Storage = st.tpb
    Volume Use Duration = 6d
    Volume Retention = 30d
    Maximum Volumes = 4
    Recycle = yes
    AutoPrune = yes
    Scratch Pool = scratch.tpb
    RecyclePool = scratch.tpb
    Cleaning Prefix = "CLN"
}

Schedule {
    Name = sch.tpa
    Run = Level=Full Pool=pool.tpa.full 1st sun at 01:00
    Run = Level=Differential FullPool=pool.tpa.full Pool=pool.tpb.diff
2nd-5th sun at 01:00
    Run = Level=Incremental FullPool=pool.tpa.full Pool=pool.tpb.inc mon-sat
at 01:00
}


2011/1/10 Phil Stracchino <[email protected]>

> On 01/10/11 13:06, Rodrigo Renie Braga wrote:
> > Actually, that's correct, I have one Pool for Full Backups (using
> > storage TPA) and another Pool for Diff Backups (using storage TPB).
> >
> > That's not a correct configuration? Because I have a specific necessity
> > of Volume Retention and Volume Duration for each one of the Diffential
> > and Full backups...
>
> That sounds correct.  Do the Pool resources specify the correct Storage
> devices?
>
>
>
> --
>  Phil Stracchino, CDK#2     DoD#299792458     ICBM: 43.5607, -71.355
>  [email protected]   [email protected]   [email protected]
>         Renaissance Man, Unix ronin, Perl hacker, Free Stater
>                 It's not the years, it's the mileage.
>
>
> ------------------------------------------------------------------------------
> Gaining the trust of online customers is vital for the success of any
> company
> that requires sensitive data to be transmitted over the Web.   Learn how to
> best implement a security strategy that keeps consumers' information secure
> and instills the confidence they need to proceed with transactions.
> http://p.sf.net/sfu/oracle-sfdevnl
> _______________________________________________
> Bacula-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
_______________________________________________
Bacula-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to