Re: [Bacula-users] May I backup Mysql databases and tables in Bacula?

2009-03-21 Thread Kevin Keane
Yes. As a matter of fact, when you do a catalog backup, bacula itself does it. Don't back up the actual database files themselves; that is bound to cause trouble. There are several different ways to do it, but the most common is probably to use a script that calls mysqldump, and then backs up

[Bacula-users] specifying priority in the Schedule resource

2009-03-21 Thread James Harper
I would like to be able to override the priority in the Schedule resource, eg: Schedule { Name = "OfficeBackup" Run = Priority=10 Level=Incremental sun-fri at 21:00 Run = Priority=10 Level=Full sat at 21:00 Run = Priority=20 Level=VirtualFull mon-fri at 21:00 } So that the VirtualFull (to

[Bacula-users] May I backup Mysql databases and tables in Bacula?

2009-03-21 Thread openbsd shen
I want backup my Mysql databases and tables, may I do it in Bacula? -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily

Re: [Bacula-users] Best way to backup simultaneously

2009-03-21 Thread Jason Dixon
On Sat, Mar 21, 2009 at 05:02:48AM -0700, Kevin Keane wrote: > Jason Dixon wrote: > > On Fri, Mar 20, 2009 at 04:54:01PM -0400, John Lockard wrote: > > > >> On Fri, Mar 20, 2009 at 04:11:55PM -0400, Jason Dixon wrote: > >> > Running Jobs: > JobId Level Name

Re: [Bacula-users] Question about Priorities and Maximum Concurrent Jobs

2009-03-21 Thread Kevin Keane
John Lockard wrote: > The minimum setting I have on Max Concurrent Jobs is on the > Tape Library and that's set to 3. It appears that priority > trumps all, unless the priority is the same or better. > > So, if I have one job that has priority of, say, 10, then > any job running on any other tape

[Bacula-users] Reposition from (file:block) 0:998528056 to 0:1000334393

2009-03-21 Thread James Harper
I'm just trying out virtualfull backups with the latest beta (actually, a svn copy just before), and my logs are full of messages like this: 21-Mar 22:29 bitvs2-sd JobId 1084: Forward spacing Volume "BITDISK001" to file:block 0:192. 21-Mar 22:30 bitvs2-sd JobId 1084: Reposition from (file:block) 0

Re: [Bacula-users] Best way to backup simultaneously

2009-03-21 Thread Kevin Keane
Jason Dixon wrote: > On Fri, Mar 20, 2009 at 04:54:01PM -0400, John Lockard wrote: > >> On Fri, Mar 20, 2009 at 04:11:55PM -0400, Jason Dixon wrote: >> Running Jobs: JobId Level Name Status =

Re: [Bacula-users] [Bacula-devel] "Full Pool" and "Full Backup Pool" options

2009-03-21 Thread Kern Sibbald
On Saturday 21 March 2009 10:52:36 James Harper wrote: > > On Saturday 21 March 2009 10:37:25 James Harper wrote: > > > Just a small thing... "Full Pool" and "Full Backup Pool" accomplish > > > > the > > > > > same things but "Full Pool" is only valid in a Schedule resource and > > > "Full Backup P

Re: [Bacula-users] An idea for a feature (not a request yet :) - weighted concurrency

2009-03-21 Thread James Harper
> > I have half an idea for a feature request but it's not well defined > > yet... > > > > Basically, I have a bunch of clients to back up, some are on gigabit > > network and some are stuck on 100mbit. They are being backed up to a > > disk that has throughput of around 20-30mbytes/second. > > > >