Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Message-ID: From: "Tackett, Galen" To: "'cygwin AT cygwin DOT com'" Subject: How to setup.exe with rsync? Date: Fri, 28 Jun 2002 13:44:47 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" (If it won't take too much time you can email me back as either: gtackett at yahoo.com galen.tackett at dyncorp.com but I'll be watching the mailing list too.) Since setup.exe lists a couple of rsync servers, I would like to get cygwin's rsync running so as to allow me to use those servers for installing new bits of cygwin as needed. After searching around the web for help, I've managed to start rsyncd to the point that I could do file operations within my single system, but that didn't do the trick for getting setup.exe to use rsync. The rsyncd.conf file I used was: ------ log file = /var/log/rsyncd.log pid file = /etc/rsyncd.pid [backup] use chroot = false strict modes = false hosts allow = * path = /usr/pub/rsync/ read only = yes list = yes ------ and the commands to install and start the daemon were: cygrunsrv -I "RSYNC Daemon" -p /usr/bin/rsync -a '--config=/etc/rsyncd.conf --daemon' cygrunsrv -S "RSYNC Daemon" I've google-searched around on the web and newsgroups for more information but haven't found anything that's improved on that. (Note--lest the above rsync setup should be unsecure, I stopped the daemon and removed the service) Thanks for any help, Galen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/