I am trying to use rsync with exec task. But I am getting the following
error:
[exec] link_stat *.properties : No such file or directory
[exec] building file list ... done
Here is the exec task:
<exec executable="rsync" dir="${tmp}" failonerror="yes">
<arg line="-e ssh -avz *.txt [EMAIL PROTECTED]:/usr/tmp"/>
</exec>
Is there a better way to use rsync?
Any help will be greatly appreciated.
thanks,
Rajiv.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]