Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to force tracker to re-index a folder? [closed]

I'm using the tracker indexing tool to search for and in files on my Ubuntu 10.10 amd64 system. Having recently added some of files into a single folder I wondered how to force tracker to re-index this folder so I would be able to perform search-queries on these files.

Any ideas? A terminal command would be completely sufficient.

like image 943
ubuntudroid Avatar asked Jun 01 '10 15:06

ubuntudroid


1 Answers

This command will make Tracker reindex all its folders:

tracker-processes -r

Not exactly what you want, but has helped me quite a few times.

like image 157
Shnatsel Avatar answered Oct 21 '22 14:10

Shnatsel