On Jan 29, 2008 3:35 PM, jason bronson <[EMAIL PROTECTED]> wrote:
>
> Is there a document on how this is done?
> I'd be interested in seeing an example
>
Just echo what ever command you will type in bconsole and pipe that to bconsole:
# echo "status dir" | bconsole
Then grab the output.
John
Is there a document on how this is done?
I'd be interested in seeing an example
-Original Message-
From: John Drescher <[EMAIL PROTECTED]>
To: jason bronson <[EMAIL PROTECTED]>
Cc: bacula users
Subject: Re: [Bacula-users] communication with bacula-dir
Date: Tue, 29
On Jan 29, 2008 12:49 PM, jason bronson <[EMAIL PROTECTED]> wrote:
>
> > Could you or anyone tell me if theres a way to communicate with bacula
> > if i built a web interface to modify things besides using sockets etc...?
> > how can i tell it to run a job like bconsole does? can i just insert
>
> Could you or anyone tell me if theres a way to communicate with
bacula
> if i built a web interface to modify things besides using sockets
etc...?
> how can i tell it to run a job like bconsole does? can i just insert
> into mysql and it will automatically see the job and begin to run
it.