<div dir="ltr">Good day to all!<br><div><br></div><div>I'm doing git file replication task and need to sync source destination, using below sync command.<br><br>rsync -atnvv --existing --exclude '.git' --progress source/ destination/;<br><br></div><div>Here I,<br><br></div><div>1) need  only sync directories that <b>exist on destination</b> ,no new folders should copy from source - [used  --existing did the job but it not copying new files also.]<br><br></div><div>2) need to copy <b>new files </b>on source  directory to destination.<br><br></div><div>Thanks in advance<br></div><div>Charith.<br></div><div><br></div><div><br><br></div></div>