add /media to the default skippedPaths list mostly as a reminder that blindly processing these with the general indexer is a bad idea (use separate indexes instead).
This commit is contained in:
parent
4ed65969f5
commit
e385e4dcc3
1 changed files with 9 additions and 3 deletions
|
@ -22,9 +22,15 @@ skippedNames = #* bin CVS Cache cache* .cache caughtspam tmp \
|
||||||
.recoll* xapiandb recollrc recoll.conf
|
.recoll* xapiandb recollrc recoll.conf
|
||||||
|
|
||||||
# Wildcard expressions for paths we shouldn't go into. The database and
|
# Wildcard expressions for paths we shouldn't go into. The database and
|
||||||
# configuration directories will automatically be added in there, else the
|
# configuration directories will automatically be added in there.
|
||||||
# default value is empty
|
# We add the usual mount point for removable media by default to remind
|
||||||
#skippedPaths =
|
# people that it is a bad idea to naively have recoll work on these
|
||||||
|
# (esp. with the monitor: media gets indexed on mount, all data gets erased
|
||||||
|
# on unmount...). Typically the presence of /media is mostly a reminder, it
|
||||||
|
# would only have effect for someone who's indexing / ...
|
||||||
|
# Explicitely adding /media/xxx to the topdirs will override this.
|
||||||
|
skippedPaths = /media
|
||||||
|
|
||||||
# Same for real time indexing. The idea here is that there is stuff that
|
# Same for real time indexing. The idea here is that there is stuff that
|
||||||
# you might want to initially index but not monitor. If daemSkippedPaths is
|
# you might want to initially index but not monitor. If daemSkippedPaths is
|
||||||
# not set, the daemon uses skippedPaths.
|
# not set, the daemon uses skippedPaths.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue