1CYR_DBTOOL(8) System Manager's Manual CYR_DBTOOL(8)
2
3
4
5 *
6
8 cyr_dbtool - manage Cyrus databases
9
11 cyr_dbtool [ -C config-file ] [ -n ] <db file> <db backend> <action> [
12 <key> ] [ <value> ]
13
15 cyr_dbtool is used to manage a cyrusdb file. The usable actions are:
16
17 show [<prefix>]
18
19 get <key>
20
21 set <key> <value>
22
23 delete <key>
24
25 consistency
26
27 You may omit key or key/value and specify one per line on stdin. Keys
28 are terminated by tab or newline, values are terminated by newline.
29
30 Running without any options will list the available database backends
31 and usable actions.
32
33 The 'consistency' command runs a consistency check on the DB by calling
34 'myconsistent' on it.
35
36 cyr_dbtool reads any applicable configuration options out of the
37 imapd.conf(5) file unless specified otherwise by -C. note that the
38 file locations are NOT read out of the configuration file, and must be
39 supplied on the command line.
40
42 -C config-file
43 Read configuration options from config-file.
44
45 -n Create the database file if it doesn't already exist.
46
48 /etc/imapd.conf
49
51 imapd.conf(5)
52
53
54
55CMU Project Cyrus CYR_DBTOOL(8)