Displaying 1 result from an estimated 1 matches for "rcbandit".
Did you mean:
bandit
2009 Oct 05
0
Help about rsync
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 erro...