I am in the process of trying to setup rsync between an Open-e box and your product, and keep getting the following error in your product.
2012/01/19 09:31:52 rsync: extended attributes are not supported on this server
I have tried the following config with no luck:
use chroot = true
strict modes = false
hosts allow = *
log file = rsyncd.log
UID = 0
GID = 0
# Module definitions
# Remember cygwin naming conventions : c:\work becomes /cygwin/c/work
#
path = /cygdrive/e/acronis
read only = false
transfer logging = yes
fake super = yes
It seems that Open-e has some requirements which can not be covered by cwRsync, excerpt from
http://kb.open-e.com/How-can-I-replicate-data-right-to-the-share-over-RS...
To be able to use rsync with ACLs and XATTRs you need to have rsync compiled from patched source. For now it's not possible to use these options under Windows (while using rsync from Cygwin) because Cygwin does not support ACLs and XATTRs.