Hi, I tried to send bash file via rsync from Ubuntu server to FreeBSD server I configure the FreeBSD as rsync server. The rsync daemon is running. I install rsync 3.0.6 on bought servers furst I type on Ubuntu rsync /home/rcbandit/buffer.sh rcbandit at 192.168.1.106:/home/rcbandit/ The file buffer.sh is copied successfully from Ubuntu server to FreeBSD server but when I try to run the buffer.sh file using this command rsync rcbandit at 192.168.1.106 rsync --read-batch=- /home/rcbandit/ <buffer.sh the following error appears "The protocol version in the batch file is too new (1932488297 > 30). sync error: protocol incompatibility (code 2) at compat.c(160) [receiver=3.0.6]" Any idea what to do? Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.samba.org/pipermail/rsync/attachments/20091005/c89d4f73/attachment.html>