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
35 cyr_dbtool reads any applicable configuration options out of the
36 imapd.conf(5) file unless specified otherwise by -C. note that the
37 file locations are NOT read out of the configuration file, and must be
38 supplied on the command line.
39
41 -C config-file
42 Read configuration options from config-file.
43
44 -n Create the database file if it doesn't already exist.
45
47 /etc/imapd.conf
48
50 imapd.conf(5)
51
52
53
54CMU Project Cyrus CYR_DBTOOL(8)