[Bacula-devel] PATCH: Allow Copy Jobs to work within one tape library.

2010-01-06 Thread Jim Barber
return false; } +#endif if (!start_storage_daemon_job(jcr, jcr->rstorage, jcr->wstorage, /*send_bsr*/true)) { return false; } What would be involved in having this patch accepted into the code base? Regards, -- -- Jim Barber DDI Health -

Re: [Bacula-devel] Bugs

2009-12-07 Thread Jim Barber
re to get the fixes? Or will that just be too hard? Sort of a related question. If I upgraded to 3.1.6 and found that it went badly, would it be easy enough to revert back to 3.0.3 again? Or will the structure of the database have changed too much? (if at all?) Thanks, ------ Jim Barber DDI H

Re: [Bacula-devel] Feature Request: Allow schedule to override NextPool

2009-11-30 Thread Jim Barber
0 SD Bytes Written: 0 (0 B) Rate: 0.0 KB/s Volume name(s): 18L3 Volume Session Id: 123 Volume Session Time:1258521062 Last Volume Bytes: 369,888,777,216 (369.8 GB) SD Erro

Re: [Bacula-devel] Feature Request: Allow schedule to override NextPool

2009-11-29 Thread Jim Barber
ation in my configuration is helping to crash the storage daemon or not. If it all goes well, I'll test some other scenarios and submit a patch for your consideration. > Regards, > > Kern Regards, -- Jim Barber DDI Health ---

Re: [Bacula-devel] Feature Request: Allow schedule to override NextPool

2009-11-24 Thread Jim Barber
s it could be handy to override the NextPool though. Maybe instead of overriding NextPool in the Schedule, how about in the Job definition itself? That way you just reference the appropriate jobs in your schedule to achieve your Copy or VirtualFull backups. Regards

[Bacula-devel] Feature Request: Allow schedule to override NextPool

2009-11-19 Thread Jim Barber
Item ?: Allow Schedule Resource to override NextPool Date: 18 November 2009 Origin: Jim Barber. jim.bar...@ddihealth.com Status: New request What: Allow the Schedule resource to define a NextPool= statement to override the NextPool statement of the pool defined in the job. Why