On Dec 7, 2012, at 11:53 AM, Luis H. Forchesatto wrote:
> Schedule {
>Name = "job-name"
>Run = Full mon, tue, wed, thu, fri at 01:00
>Run = Full sat, sun at 22:00
> }
>
> It's possible? I didn't find any mentions in the manual.
I don't see why not. Try it.
--
Dan Langille - http:
You can schedule jobs any way and time you like.
Note that Name = "job-name" is actually Name = "schedule-name"
"schedule-name" is used for the job(s) and not the other way around.
I have jobs that run fulls every day, there is more than 1 way to do the same
type of schedule you just have to
Schedule {
Name = "job-name"
Run = *Full *mon, tue, wed, thu, fri at 01:00
Run = *Full *sat, sun at 22:00
}
It's possible? I didn't find any mentions in the manual.
--
Att.*
***
Luis H. Forchesatto
Mail: luis_forchesa...@hotmail.com
--