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
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
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"