Re: [Bacula-users] Questions about how bacula works

2011-05-21 Thread John Drescher
2011/5/21 Daniel O'Neal > > Does bacula do “Open File Backups” similar to Windows VSS?  I know that on > Windows backup, it’ll do a shadow copy of open files.  What happens when you > are currently backing up a file that is already open?  Can someone describe > how this works so I can explain t

[Bacula-users] Questions about how bacula works

2011-05-21 Thread Daniel O'Neal
Does bacula do "Open File Backups" similar to Windows VSS? I know that on Windows backup, it'll do a shadow copy of open files. What happens when you are currently backing up a file that is already open? Can someone describe how this works so I can explain this better? Thanks, Daniel O'Nea

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

2011-05-21 Thread Guenter Bartsch
James, that was a quick response! thank you so much for looking into this On Sat, May 21, 2011 at 11:15 AM, James Harper wrote: > You can add a setting to disallow duplicate jobs (see the manual) on a > per job basis, although when the duplicate tries to run Bacula logs an > error which can be

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 jobshasn't finished

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

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 }

Re: [Bacula-users] Client Run After Job

2011-05-21 Thread J. Echter
Am 20.05.2011 22:31, schrieb Phil Stracchino: > On 05/20/11 14:09, J. Echter wrote: >> Am 20.05.2011 19:46, schrieb Dennis Hoppe: >>> Hello Jürgen, >>> >>> Am 20.05.2011 19:08, schrieb J. Echter: is there a possibility to have a job run which purpose is to start a sql server after backup

Re: [Bacula-users] BackupCatalog Job not running

2011-05-21 Thread J. Echter
Am 20.05.2011 19:34, schrieb Brian Blater: >RunBeforeJob = "/etc/bacula/scripts/make_catalog_backup.pl MyCatalog" myself i use the make_catalog_backup script without .pl maybe it has something to do with this... -- Wh

Re: [Bacula-users] BackupCatalog Job not running

2011-05-21 Thread J. Echter
Am 20.05.2011 19:34, schrieb Brian Blater: > On Fri, May 20, 2011 at 1:11 PM, J. Echter > wrote: >>>RunBeforeJob = "/etc/bacula/scripts/make_catalog_backup.pl MyCatalog" >> Hi, >> >> here this line looks like this >> >> RunBeforeJob = "/etc/bacula/scripts/make_catalog_backup bacula bacula >>