I have two CentOS boxes, essentially a QA and a production box, and I want to use nfs to mirror over the entire directory structure of my prod box to QA, however, I want to exclude a certain nested directory, and instead have that be a directory located local to the QA box. For example:
**Prod box**
/
local/
libs/
repos/
bin/
etc/
**QA** (<> means nfs'ed from prod)
</
local/
libs/>
repos/
<bin/
etc/>
So basically, how can I have repos be a directory local to the QA box, while having the rest of the filestructure as nfs?