1BEAGLE(1) Linux User's Manual BEAGLE(1)
2
3
4
6 beagled - the Beagle desktop search daemon
7
9 beagled [options]
10
12 beagled, the Beagle daemon, is the heart of Beagle, a system for
13 searching and managing your personal information space. The Beagle
14 daemon should normally be started as part of user's desktop startup
15 process.
16
17 Running beagled by hand is of use for those wishing to customize the
18 Beagle daemon's execution via command-line options, developers testing
19 Beagle, or those who use Beagle only infrequently.
20
22 --foreground|--fg
23 If specified, execute the Beagle daemon in the foreground.
24
25 --background|--bg
26 If specified, execute the Beagle daemon in the background
27 (default).
28
29 --replace
30 If specified, the daemon tries to shutdown and replace any other
31 Beagle daemon already running.
32
33 --backend
34 Configure which backends to use.
35
36 --backend <name>
37 Only start backend 'name'
38
39 --backend +<name>
40 Additionally start backend 'name'
41
42 --backend -<name>
43 Disable backend 'name'
44
45 --list-backends
46 Retrieve a list of all known backends. This list of backends can
47 then be used with with the --allow/deny-backend options. Using
48 this argument will print out the list of backends and then exit.
49
50 --add-static-backend
51 Add a static backend by path.
52
53 --version
54 Show version of daemon, Mono, and Sqlite.
55
57 These options are mainly for debugging and fine-tuning execution and
58 are thus not required for standard use.
59
60 --debug
61 Enable extensive logging suited for general debugging purposes.
62
63 --debug-memory
64 Enable mono debugging suited for extensive debugging purposes.
65
66 --indexing-test-mode
67 Run in foreground, and exit when fully indexed.
68
69 --indexing-delay
70 Time to wait before indexing. (Default 60 seconds)
71
72 --disable-scheduler
73 Disable the internal scheduler and thus refrain the Beagle dae‐
74 mon from performing any crawling or indexing. Search facilities
75 will remain enabled.
76
77 --disable-text-cache
78 Dont't cache text content of the indexed data. This option only
79 affects data that is indexed in the current session of beagled.
80
82 Novell, Inc.
83
85 Report bugs to http://bugzilla.gnome.org
86
88 Copyright © 2005-2007 Novell, Inc.
89
90 This is free software; see the source for copying conditions. There is
91 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
92 PURPOSE.
93
95 beagle-query(1), beagle-status(1), beagle-shutdown(1),
96
97
98
99beagle November 2007 BEAGLE(1)