<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Dec 15, 2014 at 9:06 PM, Mark Stead <span dir="ltr"><<a href="mailto:Mark.Stead@unico.com.au" target="_blank">Mark.Stead@unico.com.au</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Is there any option that I've overlooked whereby I can force rsync to synchronise modified files (in addition to handling appended files).<br></blockquote><div><br></div><div>No, rsync expects you to handle just appended files in --append mode.  You should use include/exclude/filter rules to ensure that the files in the transfer are only those that are known to be growing via appended data or you risk rsync adding data onto a file with an earlier change and thus create a quick-check false-match.  For the non-append run you might consider using --inplace, or just exclude all files that are being updated via appending.</div><div><br></div><div>..wayne.. </div></div></div></div>