Re: [Bacula-users] Purged, recycled and could not connect to client

2009-03-23 Thread Brian McDonald
On Monday 23 March 2009 8:54:39 am Personal Técnico wrote: > Hi, > [snip] > How can I configure bacula for avoiding a previous purging, prunning and recycling pool if client is not accessible? Set up a run before job that tries to contact the client. Have it abort the job if the client is

Re: [Bacula-users] Permissions error

2009-03-09 Thread Brian McDonald
On Monday 09 March 2009 5:52:19 am Tony Yarusso wrote: > I'm getting the following error, and have no idea why - hoping someone > can shed some light on it. It seems to be only happening for the Full > backup (which is the only one that has a RunBeforeJob defined > currently - I'm not sure what th

Re: [Bacula-users] FreeBSD: changes to rc.d script

2009-03-03 Thread Brian McDonald
On Tuesday 03 March 2009 3:50:31 pm Dan Langille wrote: > Martin Simmons wrote: > >> On Tue, 03 Mar 2009 12:24:36 -0500, Dan Langille said: > >> Folks: > >> > >> A patch has been proposed for the FreeBSD rc.d script. If you can test > >> this and let me know if it works for you: > >> > >>

Re: [Bacula-users] cloning tapes for offsite storage

2009-03-03 Thread Brian McDonald
On Tuesday 03 March 2009 8:34:00 am Thomas wrote: > so, last week i wrote a small perl script that uses bcopy to clone every > volume from the FULL pool, that was written within the last 3 days, to offsite tapes. [snip] > all bcopy's finished successful. > but my restore tests failed. [snip] >

Re: [Bacula-users] bacula-dir not finding mysql-dependent library

2006-02-11 Thread Brian McDonald
.1.16 Multithreaded SQL database (server) > >> >> php4-mysql-4.4.2_1 The mysql shared extension for php > >> > > >> > # pkg_info | grep mysql > >> > mysql-client-4.1.16_1 Multithreaded SQL database (client) > >> > mysql-server-4.1.16 Multi

[Bacula-users] Windows 2000 Bare Metal recovery

2005-10-14 Thread Brian McDonald
! Thanks, Brian -- Brian McDonald Never confuse being nice with being a tool. --- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl

Re: [Bacula-users] does Bacula support native Oracle backups?

2005-10-14 Thread Brian McDonald
ecover a single oracle database, it was done from the RMAN spool only. The backups of the RMAN spools themselves was strictly a disaster recovery process in case the spool array died. Brian -- Brian McDonald Never confuse being nice with being a tool. -

Re: [Bacula-users] BartPE for WinNT/Win2K

2005-10-12 Thread Brian McDonald
7;ll do a write up. I don't have the resources to do as broad a testing of the method as some of you do anyway, so I could use some help/validation. :) Brian -- Brian McDonald Never confuse being nice with being a tool. ---

Re: [Bacula-users] BartPE for WinNT/Win2K

2005-10-12 Thread Brian McDonald
I've done it with Windows 2000, but the process is far from as simple as described in the manual. You can't simply restore the backup and have a functional system (at least, it never worked for me). A lot of it depends on what fileset you actually take from the system. Brian --

Re: [Bacula-users] After upgrade to 1.36.3 - sql_create.c:663 More than one Filename! 2 for file:

2005-10-12 Thread Brian McDonald
p.2005-10-12_01.05.12 Warning: > sql_create.c:663 More than one Filename! 2 for file: > > Can anyone tell me what these are? Did you run the database upgrade script? IIRC, there was a change in how it stores file names between 1.34 and 1.36 which needs to be address

Re: [Bacula-users] can write to /tmp but not to /backup

2005-10-02 Thread Brian McDonald
members of the "wheel" group, which bacula certainly shouldn't be. > drwxrwxrwt 30 root wheel 1024 Sep 30 14:50 tmp This directory can be written to by any local user, which is why bacula can write to /tm

Re: [Bacula-users] The File.LStat field

2005-09-23 Thread Brian McDonald
racters was different from the > "standard". This will cause non-C/C++ programmers a bit of extra work :-( Perl programmers too. Luckily, base64 is very straightforward. :) --- start --- # Brian McDonald, 2005 my $base64_digits = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz012

Re: [Bacula-users] Strange problem with btape and FreeBSD

2005-09-21 Thread Brian McDonald
t; > btape: btape.c:335 open_dev /dev/pass1 OK > > * > > > > Two of us have looked at it and read the documents as best as we could, > and we're at a loss. Google turns up no results. Has anyone seen this > error before? > > > > Thanks! > > > > -J

Re: [Bacula-users] Am I being ignored here?

2005-07-27 Thread Brian McDonald
Rushowr wrote: Am I asking just entirely idiotic questions or what? Two submissions today, both admitting I may have missed something, no answers. I'm not trying to be a jerk, but c'mon guys. Ignored is such a strong word... Someone answered your second, so I'll knock off the first: -- qu

Re: [Bacula-users] Getting bacula status from a command line

2005-07-18 Thread Brian McDonald
Gregory Brauer wrote: Is it possible to get the results of a status command to stdout from a command line command? I'm looking for something like: bconsole -c "status client=foo-fd" Sure. cartman# echo "status client=cartman-fd" | bconsole Connecting to Director cartman:9101 1000 OK: cartm

Re: [Bacula-users] Illegal command for a Director with Monitor directive enabled

2005-06-16 Thread Brian McDonald
René Brask Sørensen wrote: Hi Again That wasn't much response, so I will try again. Can I use bacula clients version 1.36.1 with bacula server version 1.32d ? According to the manual, for supported functionality the client and server need to share a revision, for instance: 1.34.x agent <-

Re: [Bacula-users] Event Viewer errors

2005-05-13 Thread Brian McDonald
Russell Howe wrote: Kern Sibbald wrote: I traced the bacula code quickly though, and it seems that StartServiceCtrlDispatcher is only called when the service is first started up, so it seemed a little odd. Why is this odd? Should Bacula be restarting the ser

Re: [Bacula-users] bacula, mysql, on Freebsd 5.3

2005-05-02 Thread Brian McDonald
Dan Langille wrote: On 2 May 2005 at 7:17, Lars Köller wrote: -- In reply to Dan Langille who wrote: On 1 May 2005 at 21:52, dave wrote: I've got a working bacula install running on a FreeBSD 5.3 system with a mysql database