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 X-Injected-Via-Gmane: http://gmane.org/ To: cygwin AT cygwin DOT com Path: not-for-mail From: =?ISO-8859-1?Q?Sven_K=F6hler?= Subject: rsync problem Date: Sat, 28 Dec 2002 02:29:57 +0100 Lines: 33 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet AT main DOT gmane DOT org User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2.1) Gecko/20021130 X-Accept-Language: en, de hi, i have a problem with rsync. it copies the same the files again and agin and .... i run rsync -rv dir1/ dir2/ but when i run rsync again it copies some files that have not been changed and if i run rsync the third, forth, etc. time, it copied the same files again. is there anything wrong with the get/set-function for the file-time? i guess rsync uses the file time. if i use the -c (checksum) option, rsync works OK, but that is just a work-around so far. i can reproduce this as follows: $ mkdir dir1 dir2 $ echo >dir1/test $ rsync -rv dir1/ dir2/ building file list ... done test wrote 88 bytes read 36 bytes 248.00 bytes/sec total size is 2 speedup is 0.02 $ rsync -rv dir1/ dir2/ building file list ... done test wrote 88 bytes read 36 bytes 248.00 bytes/sec total size is 2 speedup is 0.02 -- 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/