On 26.02.2013 23:35, Dan Langille wrote:
On Feb 26, 2013, at 11:19 AM, Sven Tegethoff wrote:
On 26.02.2013 08:24, Markus Kress wrote:
Dan Langille schrieb am 25.02.2013 17:37:16:
> What are you trying to do?
Hello Dan,
we dump a postgresql database to files and backup them up to tape
one
On Feb 26, 2013, at 11:19 AM, Sven Tegethoff wrote:
> On 26.02.2013 08:24, Markus Kress wrote:
>>
>> Dan Langille schrieb am 25.02.2013 17:37:16:
>> > What are you trying to do?
>>
>> Hello Dan,
>>
>> we dump a postgresql database to files and backup them up to tape ones a
>> day. This is d
On 26.02.2013 08:24, Markus Kress wrote:
Dan Langille schrieb am 25.02.2013 17:37:16:
> What are you trying to do?
Hello Dan,
we dump a postgresql database to files and backup them up to tape ones
a day. This is done by a runscript in a job of type backup. But we
also dump the postgresql da
On 2013-02-26 02:24, Markus Kress wrote:
> Dan Langille schrieb am 25.02.2013 17:37:16:
> > What are you trying to do?
>
> Hello Dan,
>
> we dump a postgresql database to files and backup them up to tape
> ones
> a day. This is done by a runscript in a job of type backup. But we
> also dump the
Dan Langille schrieb am 25.02.2013 17:37:16:
> What are you trying to do?
Hello Dan,
we dump a postgresql database to files and backup them up to tape ones a
day. This is done by a runscript in a job of type backup. But we also dump
the postgresql database only to disk without backing up to ta
On 02/25/13 07:22, Markus Kress wrote:
>
> Hello,
>
> Bacula don't support run script on a client during a job of type Admin. But
> what is the reason for this? Are there any workarounds?
>
> Mit freundlichen Grüßen / Best regards
> Markus Kreß
Why not create a Backup Job for that client that b
On 2013-02-25 07:22, Markus Kress wrote:
> Hello,
>
> Bacula don't support run script on a client during a job of type
> Admin. But
> what is the reason for this? Are there any workarounds?
My uneducated and unresearched answer:
An admin job, by definition, does run a backup. Since there is no
You're absolutely right, Admin Jobs doesn't like the RunScript section, I
replaced it with RunBeforeJob and RunAfterJob and it worked like a charm.
Thanks!
2011/4/15 Jeremy Maes
> Op 14/04/2011 15:55, Rodrigo Renie Braga schreef:
>
> Hello list
>>
>> I've been trying to create an Admin Job to
Op 14/04/2011 15:55, Rodrigo Renie Braga schreef:
> Hello list
>
> I've been trying to create an Admin Job to execute a script on the
> director itself, but the Admin Job simply ignore the RunScript
> section. I know that Admin Jobs can only run Director Script, not
> remote Client Script, but m