I have one windows 2003 server with a large SATA JOBD and a tape drive. On it I set up cwrsync as a service. I don't use SSH. Remote hosts backup their data to the SATA periodically throughout the day and the whole SATA is backed up to tape once a day.
I set up a script for each of the servers and workstations to backup selected directories to the cwrsync server. It has consistently worked great for the last year.
This week I tried to backup some directories on the cwrsync server using the same script the remotes use. It fails with the 'reset by peer' error. I suspect it has something to do with trying to run an rsync client on the same machine a daemon is running on and having them connect to each other. I didn't want to do a directory to directory copy when I already have an rsync job configured. Any insights on how I can do a local backup to the daemon?
Opps, I didn't realize the version I was running was so old. I just downloaded and installed 2.0.3 and it is working fine.