Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: Robbie on April 09, 2003, 06:42:26 AM
-
I am trying to use stunnel to secure an rsync connection between my SME 5.6 box and another server for backup purposes. Rsync works perfect, but I encounter problems when I try to secure the connection with stunnel.
The following commands are what I am executing:
stunnel -c -d localhost:2000 -r remotehost:5000
rsync -r -v -z /home/e-smith/files/ibays/ john@localhost::remotehost --port=2000
The following is the error that I receive:
rsync: read error: Connection reset by peer
rsync error: error in rsync protocol data stream (code 12) at io.c(163)
If anyone could give me any suggestions I would greatly appreciate it.
-
Does anyone have any suggestions on this topic?
-
Force protocol version 2, I get CRC errors sometimes when using protocol 1.
-
What command do I use to force protocol version 2?
Thanks in advance for your help.
-
Can anyone help me with this problem?