problem rsync between windows 2k and windows xp

3 posts / 0 new
Last post
itefix
Offline
Last seen: 16 hours 32 min ago
Joined: 01.05.2008 - 21:33
problem rsync between windows 2k and windows xp

Hi all:I'm trying to "replicate" 12GB from my laptop to my
homeserver..
The first is a XP Pro SP2 and the homeserver is Windows
2k Pro with patches.
After installing the server and client components I
configure a module

path = /cygdrive/c/"Documents and Settings/All
Users/Documents"
read only = no
logging transfer = yes

After issue the command
rsync -rt /tmp bs-seti::stuff
The laptop side says:
"rsync: writefd_unbuffered failed to write 32768 bytes:
phase "unknown" :
Connection reset by peer (104)
rsync: read error: Connection reset by peer (104)
rsync error: error in rsync protocol data stream (code
12) at io.c(584)"

But on the log on the server says:
no space left on device.....
Which is wrong the free space on the homeserver is 40GB
and the laptop 12GB...
To get it worse... barely transfer 500MB of files...

Can anybody tell me what's wrong or how i can help to
fix it!
Thanks!

itefix
Offline
Last seen: 16 hours 32 min ago
Joined: 01.05.2008 - 21:33
Re: problem rsync between windows 2k and windows xp

Hi,
Command rsync -rt /tmp bs-seti::stuff will copy contents of cwrsync installation directory/tmp on your laptop to /cygdrive/c/Documents and Settings/All Users/Documents on your server.

Is that what you want? Have you used Prepare a dırectory for upload wizard ?

You should maybe specify /cygdrive/c/"Documents and Settings/All
Users/Documents"
without quotes.

Rgrds Tev

itefix
Offline
Last seen: 16 hours 32 min ago
Joined: 01.05.2008 - 21:33
Re: problem rsync between windows 2k and windows xp

I have tried with doble qoutes removed and that doesn't works....In fact when I used the qoutes it copies some files but not all ones..
What drives me crazy is the log on the "server" side!
Basically I want to replicate all files from
C:\Document and Settings\All Users\Documents to my homeserver which is a Win2kPro with the same path!

Release announcements