Re: [Bacula-users] Mounting disk in Client Run Before Job

2005-07-06 Thread Misty Stanley-Jones
It appears that the ClientRunBeforeJob cannot have parameters-. I put the mount directive into a script and call the script instead and it works as it should. Dunno if this is a bug. On Thursday 30 June 2005 10:45 am, Misty Stanley-Jones wrote: > I have the following in Client Run Before Job i

Re: [Bacula-users] Mounting disk in Client Run Before Job

2005-07-02 Thread Dominic Marks
On Thursday 30 June 2005 16:45, Misty Stanley-Jones wrote: > I have the following in Client Run Before Job in one of my jobs: > > Client Run Before Job = "/bin/mount /backup" Tried using ClientRunBeforeJob instead? > This exact command works just fine at the command line, but I get > syntax err

[Bacula-users] Mounting disk in Client Run Before Job

2005-06-30 Thread Misty Stanley-Jones
I have the following in Client Run Before Job in one of my jobs: Client Run Before Job = "/bin/mount /backup" This exact command works just fine at the command line, but I get syntax errors in the job logs when the job is run. Can anyone give me a clue what is wrong? Misty ---