Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

tracker-miner-fs(1) [centos man page]

tracker-miner-fs(1)						   User Commands					       tracker-miner-fs(1)

NAME
tracker-miner-fs - Used to crawl the file system to mine data. SYNOPSIS
tracker-miner-fs [OPTION...] DESCRIPTION
tracker-miner-fs is not supposed to be run by the user since it is started by its .desktop file when the user logs in. It can also be started manually of course for debugging purposes. You can not run more than one instance of this at the same time. tracker-miner-fs mines information about applications and files only. OPTIONS
-?, --help Show summary of options. -V, --version Returns the version of this binary. -v, --verbosity={0|1|2|3} Sets the logging level, 0=errors, 1=minimal, 2=detailed, 3=debug. -s, --initial-sleep=SECONDS Sets the initial sleep time before crawling the file system is started. If the --no-daemon option is used, this option is ignored. -n, --no-daemon Tells the miner to exit once all indexing has finished and the database is up to date. This is not the default mode of operation for the miner, usually it stays around acting like a daemon to monitor file updates which may occur over time. This option renders the --initial-sleep option moot. -e, --eligible=FILE Checks if FILE is eligible for being mined based on the current configuration rules. In addition to this, it will check if FILE would be monitored for changes. This works with non-existing FILE arguments as well as existing FILE arguments. -d, --disable-miner=MINER Tells the daemon to disable the in-house miners it supports. Depending on build options, this can be 'Files', 'Applications' and 'Userguides'. This option can be provided more than once to diasable multiple miners. Disable in this case means the miner is not started, though all miners still register themselves on D-Bus and appear there, no actual action is performed otherwise (such as crawling, setting up monitors, or checking mtimes against the file system). ENVIRONMENT
TRACKER_USE_LOG_FILES Don't just log to stdout and stderr, but to log files too which are kept in $HOME/.local/share/tracker/. This came into effect in 0.15.3 and 0.16.0. After this version of Tracker, logging to file (usually useful for debugging) can only be done by declaring this environment variable. TRACKER_USE_CONFIG_FILES Don't use GSettings, instead use a config file similar to how settings were saved in 0.10.x. That is, a file which is much like an .ini file. These are saved to $HOME/.config/tracker/ SEE ALSO
tracker-store(1), tracker-info(1). GNU
September 2009 tracker-miner-fs(1)

Check Out this Related Man Page

tracker-tag(1)							   User Commands						    tracker-tag(1)

NAME
tracker-tag - Add, remove and list tags. SYNOPSIS
tracker-tag [OPTION...] FILE [FILE...] tracker-tag [OPTION...] -t [[TAG] [TAG] ...] DESCRIPTION
tracker-tag allows the caller add tags, remove tags and list tags by URN or to list all tags and the files associated with them. The FILE argument can be either a local path or a URI. It also does not have to be an absolute path. OPTIONS
-?, --help Show summary of options. -l, --limit=N Limit search to N results. The default is 512. -o, --offset=N Offset the search results by N. For example, start at item number 10 in the results. The default is 0. -r, --or-operator Use OR for search terms instead of AND (the default) -t, --list List all tags. Results include the number of files associated with that tag and the tag's unique identifier. You can show the files associated with each tag by using --show-files. The TAG arguments are optional. If no TAG argument is specified, all tags are listed. If one or more TAGs are given, all matching tags are listed. For example, this will match any tags named either foo, bar or baz: $ tracker-tag -t foo bar baz -s, --show-files Show the files associated with each tag. This option is ONLY available WITH the --list option. -a, --add=TAG Add a tag with the name TAG. If no FILE arguments are specified, the tag is simply created (if it didn'talready exist) and no files are associated with it. Multiple FILE arguments can be specified. -d, --delete=TAG Delete a tag with the name TAG. If no FILE arguments are specified, the tag is deleted for ALL files. If FILE arguments are speci- fied, only those files have the TAG deleted. -e, --description=STRING This option ONLY applies when using --add and provides a description to go with the tag label according to STRING. -V, --version Print version. SEE ALSO
tracker-store(1), tracker-sparql(1), tracker-search(1), tracker-info(1). GNU
July 2009 tracker-tag(1)
Man Page