<HTML><BODY>
 &nbsp;Hi,<br>&nbsp;&nbsp;&nbsp; I tried to send bash file via rsync from Ubuntu server to FreeBSD server<br><br>I configure the FreeBSD as rsync server. The rsync daemon is running.<br>I install rsync 3.0.6 on bought servers<br><br>furst I type on Ubuntu<br><br>&nbsp;rsync /home/rcbandit/buffer.sh&nbsp; rcbandit@192.168.1.106:/home/rcbandit/<br><br>The file buffer.sh is copied successfully from Ubuntu server to FreeBSD server<br><br>but when I try to run the buffer.sh file using this command<br><br>rsync rcbandit@192.168.1.106 rsync --read-batch=-&nbsp; /home/rcbandit/&nbsp; &lt;buffer.sh<br><br>the following error appears<br><br>"The protocol version in the batch file is too new (1932488297 &gt; 30).<br>sync&nbsp; error: protocol incompatibility (code 2) at compat.c(160) [receiver=3.0.6]"<br><br>Any idea what to do?<br><br>Regards<br></BODY></HTML>