Il 11/05/15 15:45, Ana Emília M. Arruda ha scritto:
> Yes luc, command 2 will be executed if command 1 fails.
>
> This is only a "join" of separate runscript resources:
Thank you all, this was very informative.
--
01
---
d 2 still be executed if command 1 fails?
>
>
>
>
>
> *From:* Alex Domoradov [mailto:alex@gmail.com]
> *Sent:* 11 May 2015 14:17
> *To:* ZeroUno
> *Cc:* bacula-users
> *Subject:* Re: [Bacula-users] RunScript order of multiple Commands
>
>
>
>
>
> &g
’, will command 2 still be executed if command 1 fails?
From: Alex Domoradov [mailto:alex@gmail.com]
Sent: 11 May 2015 14:17
To: ZeroUno
Cc: bacula-users
Subject: Re: [Bacula-users] RunScript order of multiple Commands
> Or are they executed in the order in which they are written in
> Or are they executed in the order in which they are written in the
configuration, with the second waiting for the first to complete and so on?
it's seem so
RunScript {
RunsWhen = Before
FailJobOnError = No
Command = "/etc/bacula/script_1.sh"
Command = "/etc/bacula/script_3.sh"
C
Hi,
I'm using bacula 5.2.13 on RedHat 6.3 (cannot change version), and I
have a very basic question to which I cannot find an answer online.
In the description of the RunScript directive I read that you can
specify more than one Command option per RunScript.
But when you do it, in which order ar