<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I think I must be missing something.  If source and dest are the same <br>
place rsync shouldn't do anything unless it it responding to changes <br>
happening at the same time.  For example, when I do 'rsync -vain <br>
--remove-source-files /tmp/ /tmp/' rsync does nothing.<br></blockquote><div><br></div><div class="gmail_default" style="font-family:verdana,sans-serif;color:rgb(0,102,0)">Thanks for the response. You are using "-n" / "--no-clobber". </div><div class="gmail_default" style="font-family:verdana,sans-serif;color:rgb(0,102,0)"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif;color:rgb(0,102,0)">In my case I'm using "-b" / "--backup" (or overwrite). My use case is to get everything out of the source location, and "--no-clobber" will leave things behind. So I guess I should refine my issue to "when you're not using --no-clobber."</div><div class="gmail_default" style="font-family:verdana,sans-serif;color:rgb(0,102,0)"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif;color:rgb(0,102,0)">Do I have a case here? Or is this erasing both the source and destination a valid behaviour in my case?</div></div></div>