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: <5771b9dc0407310747237c7bae@mail.gmail.com> Date: Sat, 31 Jul 2004 09:47:29 -0500 From: Tyler Longren To: cygwin AT cygwin DOT com Subject: rsync from windows Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Hello Everyone, I've been using sync2nas on windows XP (http://sync2nas.sourceforge.net/). It comes with rsync from cygwin. sync2nas pretty much just takes user input and generates an rsync command based on the user input. I added "--stats" and "--progress" to the sync2nas generated rsync command. I have rsyncd all setup and running on a local Slackware server (192.168.1.103). Here's what I get when I run the comand generated by sync2nas: C:\Documents and Settings\Administrator>C:\PROGRA~1\Sync2NAS\cygwin\rsync.exe -a vz -b --delete --progress "/cygdrive/C/setiathome" "backups AT 192 DOT 168 DOT 1 DOT 103::back ups/" --stats building file list ... link_stat backups AT 192 DOT 168 DOT 1 DOT 103::backups/. : No such file or directory done IO error encountered - skipping file deletion wrote 508 bytes read 20 bytes 352.00 bytes/sec total size is 1464884 speedup is 2774.40 I have a share called "backups" in /etc/rsyncd.conf. When I run "rsync localhost::" from the server, it shows "backups" as beign a valid module. Thsi line is particularly interesting to me, I think it's why this isn't working. "building file list ... link_stat backups AT 192 DOT 168 DOT 1 DOT 103::backups/. : No such file or directory" The backups module is pointing to /home/backups, but there's never anything in /home/backups after running the command. Can anybody help me out? I can provide as much information as you need. Thanks, Tyler Longren -- 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/