<div class="gmail_quote">On Thu, Mar 1, 2012 at 4:26 AM, Daniel Bolgheroni <span dir="ltr"><<a href="mailto:daniel@cria.org.br">daniel@cria.org.br</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Is it possible to use rsync to check if there are changes in the files I'm trying to sync, but just to check?<br></blockquote><div><br></div><div>Someone already suggested --itemize-changes, so I'll just mention that if you want to check file content (to avoid a false-positive match if the file's size and mtime could possibly match w/o the content being identical), then you also need --checksum (-c).</div>
</div><br>..wayne..<br>