need help making hard link for a directory tree

Ron Yorston rmy at tigress.co.uk
Tue Feb 15 20:01:12 UTC 2005


>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?

How about:

   cp -al source_dir dest_dir

Ron




More information about the fedora-list mailing list