Kern Sibbald wrote:
Yes, this is a good point. In fact, it might even be worth while to try:
mysqldump --user=$user --password=$password $database >$fifo 2>/dev/null so also waits for all children of the script to terminate. In this case, using an Admin job that
that starts before the backu
rceforge.net
Cc: Martin Simmons; [EMAIL PROTECTED]
Subject: Re: [Bacula-users] mysqldump using fifo
On Friday 28 October 2005 18:38, Martin Simmons wrote:
> >>>>> On Fri, 28 Oct 2005 11:13:30 +0200, Kern Sibbald
> >>>>> <[EMAIL PROTECTED]>
> >>>
+-le 28/10/2005 19:03 +0200, Kern Sibbald écrivait :
| On Friday 28 October 2005 18:38, Martin Simmons wrote:
|> > On Fri, 28 Oct 2005 11:13:30 +0200, Kern Sibbald <[EMAIL PROTECTED]>
|> > said:
|>
|> Kern> On Friday 28 October 2005 10:59, Martin Simmons wrote:
|> >> > On Fri, 28 O
Kern Sibbald wrote:
>
> Yes, this is a good point. In fact, it might even be worth while to try:
>
> mysqldump --user=$user --password=$password $database >$fifo 2>/dev/null
> Another possible problem is that perhaps Bacula waits for the script to
finish and in doing
> so also waits for all c
TED]
Cc: bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] mysqldump using fifo
>>>>> On Fri, 28 Oct 2005 22:45:17 +0700, "frank" <[EMAIL PROTECTED]> said:
frank> Martin Simmons wrote:
frank> Martin Simmons wrote:
>> >> Is th
On Friday 28 October 2005 18:38, Martin Simmons wrote:
> > On Fri, 28 Oct 2005 11:13:30 +0200, Kern Sibbald <[EMAIL PROTECTED]>
> > said:
>
> Kern> On Friday 28 October 2005 10:59, Martin Simmons wrote:
> >> > On Fri, 28 Oct 2005 08:28:31 +0700, "frank" <[EMAIL PROTECTED]>
> >> >>
> On Fri, 28 Oct 2005 11:13:30 +0200, Kern Sibbald <[EMAIL PROTECTED]> said:
Kern> On Friday 28 October 2005 10:59, Martin Simmons wrote:
>> > On Fri, 28 Oct 2005 08:28:31 +0700, "frank" <[EMAIL PROTECTED]> said:
>>
frank> I cannot get MySQL fifo backups to work. If I run the
fr
> On Fri, 28 Oct 2005 22:45:17 +0700, "frank" <[EMAIL PROTECTED]> said:
frank> Martin Simmons wrote:
frank> Martin Simmons wrote:
>> >> Is the mysqldump process still there when the job is hanging?
>> >>
>>
frank> Yes, the process is there:
>>
frank> ps -ef |grep MyDatabase
ED)
bacula-fd 32601root6r FIFO0,6 9040649 pipe
regards
Frank
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Martin
Simmons
Sent: Friday, October 28, 2005 9:39 PM
To: [EMAIL PROTECTED]
Cc: bacula-users@lists.sourceforge.net
Subjec
> On Fri, 28 Oct 2005 18:51:18 +0700, "frank" <[EMAIL PROTECTED]> said:
frank> So far no luck.
frank> Kern Sibbald wrote:
>> In addition, I don't see any need to redirect /dev/null to the input for
rm, mkfifo, and mysqldump. It probably won't hurt anything, but it just
complicates un
n Sibbald
Sent: Friday, October 28, 2005 4:14 PM
To: bacula-users@lists.sourceforge.net; [EMAIL PROTECTED]
Cc: Martin Simmons
Subject: Re: [Bacula-users] mysqldump using fifo
On Friday 28 October 2005 10:59, Martin Simmons wrote:
> >>>>> On Fri, 28 Oct 2005 08:28:31 +0700, "fra
On Friday 28 October 2005 10:59, Martin Simmons wrote:
> > On Fri, 28 Oct 2005 08:28:31 +0700, "frank" <[EMAIL PROTECTED]> said:
>
> frank> I cannot get MySQL fifo backups to work. If I run the
> frank> backup job it hangs forever waiting for the input. If I
> frank> run the job manually
> On Fri, 28 Oct 2005 08:28:31 +0700, "frank" <[EMAIL PROTECTED]> said:
frank> I cannot get MySQL fifo backups to work. If I run the
frank> backup job it hangs forever waiting for the input. If I
frank> run the job manually from the shell it works without
frank> problems. What is going
> -Original Message-
> From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Rainer Martin
> Sent: Friday, October 28, 2005 1:53 PM
> To: bacula-users@lists.sourceforge.net
> Subject: Re: [Bacula-users] mysqldump using fifo
>
> Hi,
>
> maybe the
Hi,
Am Fri, Oct 28, 2005 at 08:28:31AM +0700 schrieb frank folgendes:
> case "$1" in
> before)
> echo Before backup job processing...
> rm -f $fifo 2>&1 < /dev/null
> mkfifo $fifo 2>&1 < /dev/null
> echo Dumping $database to fifo: $fifo
> mysqldump --user=$user --password=$p
hi there,
I cannot get MySQL fifo backups to work. If I run the
backup job it hangs forever waiting for the input. If I
run the job manually from the shell it works without
problems. What is going on?
My job and fileset definition are as follows:
Job {
Name = "MyDatabaseFull"
JobDefs = "De
16 matches
Mail list logo