On Mon, 16 Jan 2012 09:16:38 -0500, John Drescher wrote:
> On Mon, Jan 16, 2012 at 9:05 AM, Sebastien Douche <sdou...@gmail.com> 
> wrote:
>> Hi :),
>> I define a weekly schedule (full backup thes unday and incremental 
>> for
>> the rest):
>>
>> Schedule {
>>  Name = "WeeklyCycle"
>>  Run = Full sun at 23:05
>>  Run = Incremental mon-fri at 23:05
>> }
>>
>> But Bacula make a full backup each day:
>>
>>  JobId  Level    Files      Bytes   Status   Finished        Name
>> ====================================================================
>>    40  Full        120    57.09 M  OK       15-Jan-12 23:12 Deb
>>    41  Full     72,268    98.79 G  OK       16-Jan-12 01:31 
>> Fileserver
>>    42  Full        674    12.21 G  OK       16-Jan-12 01:45 
>> Clonezilla
>>
>> Schedule: name=WeeklyCycle
>>  --> Run Level=Full
>>      hour=23
>>      mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
>> 23 24 25 26 27 28 29 30
>>      month=0 1 2 3 4 5 6 7 8 9 10 11
>>      wday=0
>>      wom=0 1 2 3 4
>>      woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
>> 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
>> 46 47 48 49 50 51 52 53
>>      mins=5
>>  --> Run Level=Incremental
>>      hour=23
>>      mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
>> 23 24 25 26 27 28 29 30
>>      month=0 1 2 3 4 5 6 7 8 9 10 11
>>      wday=1 2 3 4 5 6
>>      wom=0 1 2 3 4
>>      woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
>> 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
>> 46 47 48 49 50 51 52 53
>>      mins=5
>>
>> Why mday are set? I'm a bit lost :(.
>>
>
> Do you have the messages or the log for the last few jobs? I suspect
> the incremental is getting upgraded from a full because bacula
> believes no prior full exists.
>
> John
>


Hello,

mday + wday = a sunday between 1 and 31... So, any sunday. That's just 
what you want.
Jobs 40,41,42 are different jobs... Each one will create its own full 
job (upgraded from incremental if no full has been created)

HTH.
Jérôme Blion

------------------------------------------------------------------------------
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to