|
how to configure updatedb.conf file for NFS sub-directory
Is it possible to add one specific NFS sub-directory to be searchable using the
updatedb.conf file?
This is what my /etc/updatedb.conf looks like now:
#########################################################
cat /etc/updatedb.conf
PRUNEFS="NFS nfs devpts afs sfs proc smbfs autofs auto iso9660"
PRUNEPATHS="/tmp /usr/tmp /var/tmp /afs /net /sfs"
export PRUNEFS
export PRUNEPATHS
#########################################################
I think what I am looking for is the reverse of the PruneFS
I want to only run it on one specific NFS sub-directory
I suppose that I could list them all specificaly to be pruned, but this would not be
very helpful as the other directory structures keep changing and this one is static
|