> Hi,
>
> you could use Priorities.
>
> Full Backup Priority = 1
> Incremental Priority = 2
>
> Priority 2 will always wait for Priority 1 Jobs to finish.
>
> Have a look at the Job Resource.
>
I think that that still schedules the job concurrently though, so if the
Full hasn't finished when
Am 21.05.2011 10:57, schrieb Guenter Bartsch:
> hi everyone,
>
> i have a question about bacula job scheduling. I have a pretty simple
> schedule for my backup: do a full backup at the beginning at the month
> and then incremental ones every day:
>
>
> Schedule {
>Name = "DefaultCycle"
>Run
hi everyone,
i have a question about bacula job scheduling. I have a pretty simple
schedule for my backup: do a full backup at the beginning at the month
and then incremental ones every day:
Schedule {
Name = "DefaultCycle"
Run = Incremental mon-sun at 23:05
Run = Full 1st sun at 23:05
}