Advertisement
Guest User

Untitled

a guest
Dec 10th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. tracker-reset(1) User Commands tracker-reset(1)
  2.  
  3. NAME
  4. tracker-reset - Reset the index and configuration
  5.  
  6. SYNOPSIS
  7. tracker reset [--hard | --soft] [--config] [--file FILE]
  8.  
  9. DESCRIPTION
  10. The reset command will change either your configuration or index irre‐
  11. versibly and should be used with care. Other than tags, actual data
  12. (e.g. files) should not be affected by this command.
  13.  
  14. The "index" is a link between your content (either locally or remotely)
  15. and how it can be found quickly using a number of different queries.
  16. Under the hood, this is done using a database.
  17.  
  18. Removing all data and starting again from the beginning with an empty
  19. data set (which is a common use of this command) is done by using the
  20. hard reset option. This behaves as if Tracker was just installed.
  21.  
  22. OPTIONS
  23. -r, --hard
  24. This kills all processes in the same way that tracker daemon
  25. --kill does but it also removes all databases. Restarting
  26. tracker-store re-creates the databases.
  27.  
  28. -e, --soft
  29. A soft reset works exactly the same way that --hard does, with
  30. the exception that the backup and journal are not removed. These
  31. are restored when tracker-store is restarted. This command is
  32. useful if you have a corrupt database but want to reply the
  33. journal to restore it to the last known good place.
  34.  
  35. -c, --config
  36. Resets all configuration to its defaults.
  37.  
  38. -f, --file FILE
  39. Resets all indexed information about FILE, works recursively for
  40. directories. Nothing will be done if FILE is not currently
  41. indexed. After deletion, a request to reindex this data will be
  42. immediately issued.
  43.  
  44. SEE ALSO
  45. tracker-daemon(1). tracker(1).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement