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
|
||||
|
||||
# Wildcard expressions for paths we shouldn't go into. The database and
|
||||
# configuration directories will automatically be added in there, else the
|
||||
# default value is empty
|
||||
#skippedPaths =
|
||||
# configuration directories will automatically be added in there.
|
||||
# We add the usual mount point for removable media by default to remind
|
||||
# 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
|
||||
# you might want to initially index but not monitor. If daemSkippedPaths is
|
||||
# not set, the daemon uses skippedPaths.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue