<div>Hi, I have one question regarding handling of symlinks in rsync. If I have /source directory in which I have 100s of sub directories of directories and each one has symlink to some directories out side the /source directory hierarchy. Does rsync follows all those symlinks and syncs the data if I specifies below rsync command?</div>

<div> </div>
<div>rsync -avz /source/ remote.ky:/source/</div>
<div> </div>
<div>source</div>
<div>   |</div>
<div>   | - source1 --&gt; /projects/win</div>
<div>   | - source2 --&gt; /projects/unix</div>
<div>   | - source3 --&gt; /scripts/win</div>
<div>   | ....</div>
<div> </div>
<div>Does rsync command syncs /project contents as well? What if I have some symlinks inside /projects? </div>
<div> </div>
<div>Thanks,</div>
<div>Jignesh</div>