rsync rename duplicated files in dest directory
I have implemented a rsync based system to move files from different environments to others. The problem I'm facing now is that sometimes, there are files with the same name, but different path and content. I want to make rsync…