I've configured a rsync server on a Windows Server 2019 (Server Name - ServerX). rsync is working fine within the ServerX. But none of my local machines are connected to ServerX via rsync. rsync is getting failed between my local machine and ServerX. I'm using a host entry with a url to connect to the ServerX.
protocol version mismatch -- is your shell clean? (see the rsync man page for an explanation) rsync error: protocol incompatibility (code 2) at compat.c(600) [sender=3.2.3]
I saw some solutions to do with bashrc file. It was not successful in my case. Your expertise guidance is highly apprecialted.