Re: [Bacula-users] Admin-Job and RunScript on Client

2013-02-27 Thread Sven Tegethoff
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

Re: [Bacula-users] Admin-Job and RunScript on Client

2013-02-26 Thread Dan Langille
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

Re: [Bacula-users] Admin-Job and RunScript on Client

2013-02-26 Thread Sven Tegethoff
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

Re: [Bacula-users] Admin-Job and RunScript on Client

2013-02-26 Thread Dan Langille
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

Re: [Bacula-users] Admin-Job and RunScript on Client

2013-02-25 Thread Markus Kress
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

Re: [Bacula-users] Admin-Job and RunScript on Client

2013-02-25 Thread Bill Arlofski
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

Re: [Bacula-users] Admin-Job and RunScript on Client

2013-02-25 Thread Dan Langille
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

Re: [Bacula-users] Admin Job and RunScript

2011-04-15 Thread Rodrigo Renie Braga
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

Re: [Bacula-users] Admin Job and RunScript

2011-04-14 Thread Jeremy Maes
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