How can I make rsync not overwrite files that has not changed?

2010-06-18 Thread A B
Sorry for asking this but I find the manpage to be a little confusing
on this. I want rsync  to only replace files that has acctually a
different content, it should completely ignore any timestamps on
files..

How can I make it behave like that?
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


RE: How can I make rsync not overwrite files that has not changed?

2010-06-18 Thread Bagwill, Robert H.
 Subject: How can I make rsync not overwrite files that has 
 not changed?
 
 Sorry for asking this but I find the manpage to be a little 
 confusing on this. I want rsync  to only replace files that 
 has acctually a different content, it should completely 
 ignore any timestamps on files.

 -c, --checksum  skip based on checksum, not mod-time  size
--
Bob Bagwill  


-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html