--ACTION------------------------------
[name] synchronizeContent [type] ShellAction
[description] Synchronizing /usr/local/apache2/subdomains/fredistrano/
files/tmp/sjccSmallDeploymentTest/tmpDir/ with /usr/local/apache2/
htdocs/deploytest/
[took] 0.008 secondes
[command] rsync -rtv --delete --exclude-from=/usr/local/apache2/
subdomains/fredistrano/files/tmp/sjccSmallDeploymentTest/
exclude_file.txt /usr/local/apache2/subdomains/fredistrano/files/tmp/
sjccSmallDeploymentTest/tmpDir/ /usr/local/apache2/htdocs/deploytest/
2>&1
[result]
--ACTION------------------------------
[name] createFilesListToChmod [type] PhpAction
[description] files_to_chmod.txt and dir_to_chmod.txt
[took] 0 secondes
Error : Missing working data
--------------
[command]
[result]
It appears as if the rsync command is not receiving a result. However
i can ssh into the server and copy the above rsync command and run it
with no problems even as a regular user.
anyone ran into this before?
I've also tried commenting out the optionalOptions value in
config.php like so:
$config['Rsync'] = array(
#'optionalOptions' => 'O' //rsync option not supported on all OS,
comment this line if you get an issue during the rsync command
);
i still get the same issue