LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   rsync option in cygwin (https://www.linuxquestions.org/questions/linux-newbie-8/rsync-option-in-cygwin-699666/)

ufmale 01-24-2009 06:09 PM

rsync option in cygwin
 
I am searching for a argument that tell rsync not to copy the data if only time stamp is different. I tested "rsync -avz", it will copy part of the file if the time stamp is change. (i did that by "touch" cmd).

please help/

maroonbaboon 01-25-2009 08:11 AM

Have you tried the option:

--size-only (skip files that match in size)

which looks like it causes rsync to ignore all time stamps.

ufmale 01-25-2009 12:06 PM

yes. That works. Thank you so much.


All times are GMT -5. The time now is 01:37 AM.