Hello,<br><br>I am trying to use rsync to copy files from several 
origins to a single destination. I would like to detect when a file gets
 overwritten because it is present with the same relative path/name in 
several origins:<br>
<br><br>Origin1:<br>foo/bar.txt<br><br>Origin2:<br>foo/bar.txt<br><br>Destination after copy:<br>foo/bar.txt -> is that from Origin1 or origin2?<br><br><br>I
 know I can use the `--ignore-existing` option to make sure only the 
first version is kept, or I could remove this option to keep the last 
one. But I would like to be notified when this happens, either with a warning or an error.<br>
<br>Is that possible with rsync?<br><br>Thanks a lot and best regards,<br>-- <br>Remi<br>