Re: [Bacula-users] Prevent new jobs from being scheduled while old jobs hasn't finished

2011-05-21 Thread James Harper
> 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

Re: [Bacula-users] Prevent new jobs from being scheduled while old jobs hasn't finished

2011-05-21 Thread J. Echter
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

[Bacula-users] Prevent new jobs from being scheduled while old jobs hasn't finished

2011-05-21 Thread 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 = Incremental mon-sun at 23:05 Run = Full 1st sun at 23:05 }