<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi all,<div><br></div><div>I have a need to copy only dirs, subdirs and sym links only without the need to copy contents.</div><div><br></div><div>I originally used the following test to observe behavior;</div><div><br></div><div><code><font class="Apple-style-span" face="Helvetica" size="3"><span class="Apple-style-span" style="font-size: 12px;">rsync -a -f"+ */" -f"- *" source destination</span></font></code></div><div><br></div><div>So I noticed that dirs/subdirs were copied but without contents as desired.</div><div><br></div><div>I have several sym links (dir sym links) that I would also to to copy over.</div><div><br></div><div>I tried this;</div><div><br></div><div><div><code><font class="Apple-style-span" face="Helvetica" size="3">rsync -a -f"+ */" -f"- * -l" source destination</font></code></div><div><br></div><div>Although my sym links show, they are broken.</div><div><br></div><div>Any thoughts on how to copy dirs, subdirs and sym links only w/o contents?</div><div><br></div></div></body></html>