Re: [Bacula-users] RunScript order of multiple Commands

2015-05-11 Thread ZeroUno
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 ---

Re: [Bacula-users] RunScript order of multiple Commands

2015-05-11 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] RunScript order of multiple Commands

2015-05-11 Thread Luc Van der Veken
’, 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

Re: [Bacula-users] RunScript order of multiple Commands

2015-05-11 Thread Alex Domoradov
​ > 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

[Bacula-users] RunScript order of multiple Commands

2015-05-11 Thread ZeroUno
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