Re: [Bacula-users] Run scripts fails

2012-01-16 Thread Sebastien Douche
On Tue, Dec 27, 2011 at 16:13, Konstantin Khomoutov wrote: > I suspect the problem is that running an internal command does not have > shell semantics, or, to put differently, the call does not go through > the shell. Same issue with a scrip shell. I write a workaround with cron. -- Sebastien

Re: [Bacula-users] Run scripts fails

2011-12-27 Thread Konstantin Khomoutov
On Tue, 27 Dec 2011 14:55:48 +0100 Sebastien Douche wrote: > Hi, > The command is not launched w/o error in the log. My config file: > > Job { > Name = "BackupDagobah" > JobDefs = "SA1Job" > FileSet = "Wordpress Set" > Client = dagobah-fd > RunScript { > Command = "/usr/bin/mysqldu

[Bacula-users] Run scripts fails

2011-12-27 Thread Sebastien Douche
Hi, The command is not launched w/o error in the log. My config file: Job { Name = "BackupDagobah" JobDefs = "SA1Job" FileSet = "Wordpress Set" Client = dagobah-fd RunScript { Command = "/usr/bin/mysqldump --user=wordpress --password=XXX wordpress > /srv/wordpress/db/wordpress.sql"