but this will override the Level statement on the Job definition?

2014-03-14 11:00 GMT-03:00 Roberts, Ben <ben.robe...@gsacapital.com>:

>  Instead of specifying the pools in the schedule, I use the Full Backup Pool 
> and Incremental Backup Pool options as below.
>
>
>
> Pool {
>
>   Name = Samba-Full
>
>   Pool Type = Backup
>
>   Maximum Volume Jobs = 1
>
>   Volume Retention = 30 days
>
>   Recycle = yes
>
>   AutoPrune = yes
>
>   LabelFormat = FullMensal
>
> }
>
> Pool {
>
>   Name = Samba-Incremental
>
>   Pool Type = Backup
>
>   Maximum Volume Jobs = 1
>
>   Volume Retention = 365 days
>
>   Recycle = yes
>
>   AutoPrune = yes
>
>   LabelFormat = Incremental
>
> }
>
> Job {
>
>   Name = Backup-Samba
>
>   Type = Backup
>
>   Level = Incremental
>
>   Client = server-fd
>
>   FileSet = DADOS
>
>   Schedule = Backup-Samba
>
>   Storage = File
>
>   Pool = Samba-Full # Redundant given the options below, but still required
>
>   Full Backup Pool = Samba-Full
>
>   Incremental Backup Pool = Samba-Incremental
>
>   Messages = Standard
>
> }
>
> Schedule {
>
>   Name = Backup-Samba
>
>   Run = Level=Full on 2nd fri at 18:30 # Monthly full
>
>   Run = Level=Incremental at 02:30 # Daily incremental
>
> }
>
>
>
> Regards,
>
> Ben Roberts
>
>
>
> *From:* Gilberto Nunes [mailto:gilberto.nune...@gmail.com]
> *Sent:* 14 March 2014 13:48
> *To:* John Drescher
> *Cc:* bacula-users
> *Subject:* Re: [Bacula-users] Backup Full and Incremental...
>
>
>
> Just to complemente I do this:
>
> It will run a Full backup today, at 18hs30 and later, around 02hs30 will
> run a Incremental backup...
>
> This the configuration:
>
> Pool {
>
>   Name = Samba-Full
>
>   Pool Type = Backup
>
>   Maximum Volume Jobs = 1
>
>   Volume Retention = 30 days
>
>   Recycle = yes
>
>   AutoPrune = yes
>
>   LabelFormat = FullMensal
>
> }
>
> Pool {
>
>   Name = Samba-Incremental
>
>   Pool Type = Backup
>
>   Maximum Volume Jobs = 1
>
>   Volume Retention = 365 days
>
>   Recycle = yes
>
>   AutoPrune = yes
>
>   LabelFormat = Incremental
>
> }
>
> Job {
>
>   Name = Backup-Samba-Completo
>
>   Type = Backup
>
>   Level = Full
>
>   Client = server-fd
>
>   FileSet = DADOS
>
>   Schedule = Samba-Full
>
>   Storage = File
>
>   Pool = Samba-Full
>
>   Messages = Standard
>
> }
>
> Job {
>
>   Name = Backup-Samba-Incremental
>
>   Type = Backup
>
>   Level = Incremental
>
>   Client = server-fd
>
>   FileSet = DADOS
>
>   Schedule = Samba-Inc
>
>   Storage = File
>
>   Pool = Samba-Incremental
>
>   Messages = Standard
>
> }
>
> Schedule {
>
>   Name = Samba-Full
>
>   Run = Level=Full Pool=Samba-Full on 14 fri at 18:30
>
> }
>
> Schedule {
>
>   Name = Samba-Inc
>
>   Run = Level=Incremental Pool=Samba-Incremental at 02:30
>
> }
>
>
>
> I don't know if work as expected but we will see...
>
> Thanks a lot
>
>
>
>
>
> 2014-03-14 10:25 GMT-03:00 Gilberto Nunes <gilberto.nune...@gmail.com>:
>
> Oh... Ok Friends... Take your time... Don't worry... I'll continue
> research...
>
>
>
> 2014-03-14 10:24 GMT-03:00 John Drescher <dresche...@gmail.com>:
>
>
>
> On Fri, Mar 14, 2014 at 9:22 AM, John Drescher <dresche...@gmail.com>
> wrote:
> > On Fri, Mar 14, 2014 at 9:19 AM, Gilberto Nunes
> > <gilberto.nune...@gmail.com> wrote:
> >> But, and if I use different Volume for different Level??
> >> I create two Volume, one for each Level, Full and Incremental...
> >> How can I handle this?
> >
> > Odd / even pools. And more than 1 Run= for Full. More than 1 Run= for
> > Incremental where you specify the pool also in the Run=
>
> That may not work the way you want with the Incremental. Give me a few
> minutes. Its time for breakfast..
>
> --
> John M. Drescher
>
>
>
>
> --
> Gilberto Ferreira
>
>
>
>
> --
> Gilberto Ferreira
>
> ------------------------------
> This email and any files transmitted with it contain confidential and
> proprietary information and is solely for the use of the intended
> recipient. If you are not the intended recipient please return the email to
> the sender and delete it from your computer and you must not use, disclose,
> distribute, copy, print or rely on this email or its contents. This
> communication is for informational purposes only. It is not intended as an
> offer or solicitation for the purchase or sale of any financial instrument
> or as an official confirmation of any transaction. Any comments or
> statements made herein do not necessarily reflect those of GSA Capital. GSA
> Capital Partners LLP is authorised and regulated by the Financial Conduct
> Authority and is registered in England and Wales at Stratton House, 5
> Stratton Street, London W1J 8LA, number OC309261. GSA Capital Services
> Limited is registered in England and Wales at the same address, number
> 5320529.
>
>


-- 
Gilberto Ferreira
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to