<div class="gmail_quote">On Sat, Aug 18, 2012 at 2:47 AM, David Liontooth <span dir="ltr"><<a href="mailto:lionteeth@cogweb.net" target="_blank">lionteeth@cogweb.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

  

    
  
  <div bgcolor="#FFFFFF" text="#000000">Does rsync provide a way to remove files at the source that are
    present on the destination, without first transferring the files?<br></div></blockquote><div><br></div><div>If the file that is already on the destination is identical to the one on the other server's source (including modified-time), then a normal copy (w/--remove-source-files) will notice they are identical and just remove the source file.  If the times differ, you can use --checksum and it will just tweak the time instead of doing an all-matching-data transfer.  If you want to avoid the checksum time, you could consider using --size-only, but only if you are sure that identically-named files of the same size are always the same.</div>
</div><div><br></div>..wayne..<br>