I need to mirror a complex directory structure with hard links. Of course the directories themselves can not be hard linked, but is there a simple way to create a duplicate directory tree and then make hard links to all of the files? The links are to provide ftp access to files in a chrooted area on the same partition. Thanks.