Bacula-users

Re: [Bacula-users] Client side scripts

2013-12-12 10:16:44
Subject: Re: [Bacula-users] Client side scripts
From: "Paul Fontenot" <ssdv688i AT gmail DOT com>
To: "'Juraj Sakala'" <juraj.sakala AT gmail DOT com>, "'Bacula Users'" <bacula-users AT lists.sourceforge DOT net>
Date: Thu, 12 Dec 2013 08:15:07 -0700
Thank you very much, I was calling the script incorrectly

-----Original Message-----
From: Juraj Sakala [mailto:juraj.sakala AT gmail DOT com] 
Sent: Thursday, December 12, 2013 7:50 AM
To: Paul Fontenot; Bacula Users
Subject: Re: [Bacula-users] Client side scripts

Of course it can. But the script have to be on the client. In the Job
resource you specify script path, that is on the client side.

Example from job resource

  RunScript {
    RunsWhen = Before
    FailJobOnError = Yes
    RunsOnClient = Yes
    Command = "/usr/lib/bacula/script.sh"
  }
The path /usr/lib/bacula/ is on client not on server

On 12/12/2013 03:36 PM, Paul Fontenot wrote:
> Can Bacula run a client side script? For instance, I have bacula server
"A"
> backing up bacula client "B", can I specify a script to be run before 
> the job on client "B"? I've tried this by specifying the script to run 
> in the job block and received an error indicating the script didn't exist.
> 
> 
> ----------------------------------------------------------------------
> -------- Rapidly troubleshoot problems before they affect your 
> business. Most IT organizations don't have a clear picture of how 
> application performance affects their revenue. With AppDynamics, you 
> get 100% visibility into your Java,.NET, & PHP application. Start your 
> 15-day FREE TRIAL of AppDynamics Pro!
> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.c
> lktrk _______________________________________________
> Bacula-users mailing list
> Bacula-users AT lists.sourceforge DOT net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>