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