X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Richard Ivarson Subject: Re: Rsync on two WinXP Machines: how? Date: Thu, 16 Oct 2008 11:18:02 +0200 Lines: 33 Message-ID: References: <007f01c92df2$2b60a7a0$9601a8c0 AT CAM DOT ARTIMI DOT 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 AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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/