X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Richard Ivarson Subject: Rsync and NTFS -> FAT32 problem Date: Sat, 13 Sep 2008 21:01:16 +0200 Lines: 31 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Hello, I use Rsync successully to sync, for example, a NTFS formatted WinXP PC (where Cygwin's Rsync runs) with a Linux PC, and to sync the Win-PC with a GByte USB memory stick. When the memory stick is formatted to NTFS all works fine (exact command see below please). But since I formatted the memory stick to FAT32 because it's more usuable on Linux PCs, suddenly the very same Rsync command shows different results! It copies many files from the Win-PC to the USB stick which already are up to date... I couldn't figure out what these files have in common... or why Rsync would get wrong information from the FAT32 filesystem... In the end I tried the Rsync parameter "--checksum" which solved the problem, but slows down the whole thing a lot. Then I found the "--update" parameter which does the trick, too. OK, so it prints many directories which "--checksum" did not print, but ... it's rather optical. The command is : * rsync --delete --update --relative --recursive --times --progress Sourcefolder/ /cygdrive/u/Destinationfolder Using parameters like "--owner" or "-permission" didn't help. Does anybody know what is the problem with FAT32 (and Rsync using it) ? Thanks. -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/