> I I said before, I'll try a wrapper and see if that bypasses the
> environmental problems my scripts are having running directly by the
> File Daemon.
Just for the archives, calling a simple wrapper script in Client Run
Before Job which in turn called the backup_mysql script (and the
backup scri
On 07/06/06, Scott Ruckh <[EMAIL PROTECTED]> wrote:
> >> I am using,
> >> http://worldcommunity.com/opensource/utilities/mysql_backup.html, to
> >> backup my databases from Bacula Director (ClientRunBeforeJob).
> >>
> >> ClientRunBeforeJob= "/usr/local/bin/mysqlbackup/mysqlbackup.pl"
> >>
> >> This
On 07/06/06, Georger Araujo <[EMAIL PROTECTED]> wrote:
> Possible solutions below.
>
> 1. Try sudo.
That's a possibility. All hosts have a standardised sudo config,
adding in a few entries for backing databases would be do-able.
> 2. How do you connect to MySQL locally, TCP/IP or
> socket? In tha
Possible solutions below.
1. Try sudo.
2. How do you connect to MySQL locally, TCP/IP or
socket? In that case, you might want to log into MySQL
as root and
SELECT User, Host, Password FROM mysql.user;
to see if your passwords are OK. My output is as
follows:
++-+
--
> The Bacula Director and Storage daemons are running as bacula on the
> backup server. The Bacula File Daemon running on the clients is
> running as use root, group bacula. As the script's running on the
> client I'd have thought it'd execute as root, and it is.
>
>> I am using,
>> http://wo
On 07/06/06, Scott Ruckh <[EMAIL PROTECTED]> wrote:
> This is what you said Will McDonald
> > Hi all. Tried to send this mail yesterday and it appeared to bounce.
> > Apologies if this is a duplicate.
> >
> > I have a problem with a Client Run Before Job script to backup MySQL
> > databases which i
Hi all.
I have a problem with a Client Run Before Job script to backup MySQL
databases which is only occurring when it's called by Bacula.
On the Director I have:
[EMAIL PROTECTED] scripts]# cat /etc/redhat-release; rpm -qa | grep
bacula; ps aux | grep [b]acula
CentOS release 4.3 (Final)
bacula-
--
This is what you said Will McDonald
> Hi all. Tried to send this mail yesterday and it appeared to bounce.
> Apologies if this is a duplicate.
>
> I have a problem with a Client Run Before Job script to backup MySQL
> databases which is only occurring when it's called by Bacula.
>
> On the Di
Hi all. Tried to send this mail yesterday and it appeared to bounce.
Apologies if this is a duplicate.
I have a problem with a Client Run Before Job script to backup MySQL
databases which is only occurring when it's called by Bacula.
On the Director I have:
[EMAIL PROTECTED] scripts]# cat /etc/r