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