X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
To: cygwin@cygwin.com
From: Richard Ivarson <RiIvarson@gmail.com>
Subject:  Re: Rsync on two WinXP Machines: how?
Date:  Thu, 16 Oct 2008 11:18:02 +0200
Lines: 33
Message-ID: <gd70sm$mna$1@ger.gmane.org>
References:  <gd1sut$pqd$1@ger.gmane.org> <007f01c92df2$2b60a7a0$9601a8c0@CAM.ARTIMI.COM>
Mime-Version:  1.0
Content-Type:  text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding:  7bit
User-Agent: Thunderbird 2.0.0.17 (Windows/20080914)
In-Reply-To: <007f01c92df2$2b60a7a0$9601a8c0@CAM.ARTIMI.COM>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

Dave, thanks for the hints. I found there's no rsyncd.conf on my remote PC so 
I created an empty one and now the rsync is listing on the remote PC:

1st console:
 > rsync --daemon --no-detach -v -v -v -v --log-file=logbuch.txt

2nd console:
 > tail -f logfile.txt
2008/10/16 09:30:30 [3840] rsyncd version 3.0.4 starting, listening on port 873


On the local PC I finally can make rsync to connect to the remote rsync 
(daemon), but I'm not getting results, ie a "[local PC] rsync Remote::" 
doesn't show any files.

Do I have to configure "modules" on the remote PC? I hoped not because it 
means the local PC's rsync scripts are not flexible anymore, but testwise I 
did so: Remote PC's rsyncd.conf reads for example:
 >>
[modul]
path = /folder/
<<

A "[local PC] rsync Remote::" does list the entry "modul". However a
"[local PC] resync Remote::modul" does report an error message, something 
like "chown (?) root" access problem. (I forgot to wrote down the exact 
message...)

What could that be?
The user on the remote Windows who startet "rsync --daemon" via Autostart has 
access rights to the "/folder/.

-Richard


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

