hi all
i have installed cwrsync server on a xp box
i have installed rsync on a linux box (sarge)
i have read all the forum but didn't find the issue
i want the linux box to connect to xp and bring the backup to linux
i have 5 windows box to synchronize to the linux box
so i would like to create an unique user by windows box, then i create the same username on the linux box
i could understand that the wrapper wizard is not part of the cwrsyncserver package and i couldn't find something like adduser in the bin directory
can some one help me with this case ?
thanks
best regard
rog
Thanks for your feedback.
I've written a new FAQ about the issue.
Can you give it a try ?
Rgrds Tev
thanks for the tip
so i have uninstalled cwrsyncserver, rebooted the comp and cleaned the registry
then i have installed again without the openssh module
then editing the rsyncd.conf and added :
##################################################################
# documents and settings (mo)
##################################################################
path = /cygdrive/c/Documents and Settings/mo/
read only = true
transfert = yes
##################################################################
then i runned the PreUploadDir.exe and enabled the directory c:\Documents and Settings\mo to be synchronized
on the linux box, as root i gave the command :
rsync -ruvvv 192.168.0.50::mo_documents_and_settings /home/mo/documents_and_settings
and all seems to be fine
thanks again for the help.
just for a better understanding, the network protocole is tcp/ip and all the traffic is on clear text
if i want to do the same using ssh i should install an ssh daemon on the win box as openssh
then i should initiate a tunnel from the linux box eg : port 2200 to the win box port 22 redirecting to the 873 ?
then the command should be from the linux box :
localhost:2200::mo_documents_and_settings /home/mo/documents_and_settings
is it right ?
thanks
best regards
rog
Check FAQ How can I secure connections between linux/unix rsync clients and cwRsync servers ? for instructions.