Hi Bruno,

Thanks for the reply. I have spent my life in the Bareo¹s Docs over the
last two weeks and already have a fully working configuration.
However I am trying to setup a second backup schedule.

I have also tried various combinations of mixing day month order and the
problem still exists. For example this is what I have now

Schedule {
  Name = "OffsiteCycle"
  Run = Full on 1st sat jun at 07:00
  Run = Full on 1st sat dec at 07:00
Run = Differential 1st sun at 07:05
  Run = Differential 2nd sun at 07:05
  Run = Differential 3rd sun at 07:05
  Run = Differential 4th sun at 07:05
  Run = Differential 5th sun at 07:05
}

Show schedules still shows:

Enter a period to cancel a command.
*reload
*show schedules


Schedule {
  Name = "OffsiteCycle"
  run = level=Full 1st Sat at 07:00
  run = level=Full 1st Sat at 07:00
  run = level=Differential 1st Sun at 07:05
  run = level=Differential 2nd Sun at 07:05
  run = level=Differential 3rd Sun at 07:05
  run = level=Differential 4th Sun at 07:05
  run = level=Differential 5th at 07:05
}



If I set the schedule to:

Schedule {
Name = "OffsiteCycle"
  Run = Full on 1st sat jun at 07:00                   # (#04)
  Run = Full on 1st sat dec at 07:00                   # (#04)
  Run = Differential 1st sun at 07:05                   # (#04)
  Run = Differential 2nd sun at 07:05                   # (#04)
  Run = Differential 3rd sun at 07:05                   # (#04)
  Run = Differential 4th sun at 07:05                   # (#04)
  Run = Differential 5th sun at 07:05                   # (#04)
}


bconsole:
*reload
*show schedules


Schedule {
  Name = "OffsiteCycle"
  run = level=Full 1 at 07:00
  run = level=Full 1 at 07:00
  run = level=Differential 1st Sun at 07:05
  run = level=Differential 2nd Sun at 07:05
  run = level=Differential 3rd Sun at 07:05
  run = level=Differential 4th Sun at 07:05
  run = level=Differential 5th at 07:05
}




IT seems not matter what combination I put in the month is ignored. I am
running the latest 14.2 so could this be a bug??

Ash

On 24/01/2015 6:50 pm, "Bruno Friedmann" <[email protected]> wrote:

>On Friday 23 January 2015 17.48:14 Ashley wrote:
>> Hi Guys,
>> 
>> As we are currently using 7 x LTO-6 tapes for a full backup it is
>>beginning to get quote troublesome sending 7 tapes at a time offsite.
>> 
>> I am trying to create and offsite schedule that basically takes a Full
>>backup on the first of Jan and the first of Dec and then does a
>>differential every Saturday. This will mean that I only have to send 7
>>tapes offsite every 6 months and the rest of the time one or 2 a week.
>> 
>> My Problem is i have defined the schedule as so
>> 
>> Schedule {
>>   Name = "OffsiteCycle"
>>   Run = Full on jun 1 at 07:00
>>   Run = Full on dec 1 at 07:00
>>   Run = Differential 1st sat at 07:05
>>   Run = Differential 2nd sat at 07:05
>>   Run = Differential 3rd sat at 07:05
>>   Run = Differential 4th sat at 07:05
>>   Run = Differential 5th sat at 07:05
>> }
>> 
>> But when i run show schedule in bconsole i get the following:
>> as you can see the month is being ignored.
>> 
>> Schedule {
>>   Name = "OffsiteCycle"
>>   run = level=Full 1 at 07:00
>>   run = level=Full 1 at 07:00
>>   run = level=Differential 1st Sat at 07:05
>>   run = level=Differential 2nd Sat at 07:05
>>   run = level=Differential 3rd Sat at 07:05
>>   run = level=Differential 4th Sat at 07:05
>>   run = level=Differential 5th Sat at 07:05
>> }
>> 
>> Any help would be appreciated.
>> 
>> Regards,
>> 
>> Ashley
>> 
>> 
>
>
>you've mixed the day and month order
>check 
>http://doc.bareos.org/master/html/bareos-manual-main-reference.html#x1-101
>0008.4
>
>Should be 
> Schedule {
>  Name = "OffsiteCycle"
>   Run = Full on 1 jun at 07:00
>   Run = Full on 1 dec at 07:00
>   Run = Differential sat at 07:05
> }
>
>Read the doc, and practice ...
>
>Then I've a joker question : What happen if the 1st decembre or june is a
>saturday ?
>:-)
>
>
>-- 
>
>Bruno Friedmann 
>Ioda-Net Sàrl www.ioda-net.ch
> 
> openSUSE Member & Board, fsfe fellowship
> GPG KEY : D5C9B751C4653227
> irc: tigerfoot
>
>-- 
>You received this message because you are subscribed to a topic in the
>Google Groups "bareos-users" group.
>To unsubscribe from this topic, visit
>https://groups.google.com/d/topic/bareos-users/9ZLj__95Lqs/unsubscribe.
>To unsubscribe from this group and all its topics, send an email to
>[email protected].
>To post to this group, send email to [email protected].
>For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to