There are two streams and you want to redirect both to your log file.  stdout and stderr.  To do this craft the command like this:<br><br>command &amp;&gt; file.log<br><br>As for rsync, the path to rsync is set via compile time parameters.  If rsync exists on a different path on the destination you have to specify that path.  <br>
<br>Dan Kulinski<br>