blob: 4d0443d8cc113aa78564f33628df5dab7acf46d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
.TH icestormdb 1
.SH NAME
icestormdb - The IceStorm database import/export utility.
.SH SYNOPSIS
icestormdb [options]
.SH DESCRIPTION
The icestormdb utility is a command-line tool for importing and exporting IceStorm
databases. Full documentation for icestormdb is available
online at:
.br
https://doc.zeroc.com/display/Ice37/IceStorm+Database+Utility
.SH OPTIONS
.TP
.BR \-h ", " \-\-help\fR
.br
Show program help.
.TP
.BR \-v ", " \-\-version\fR
.br
Display the Ice version.
.TP
.BR \-v ", " \-\-version\fR
.br
Display the Ice version.
.TP
.BR \-\-import " " FILE\fR
.br
Import database from the specifed file.
.TP
.BR \-\-export " " FILE\fR
.br
Export database to the specified file.
.TP
.BR \-\-dbpath " " DIR\fR
.br
Source or target database environment.
.TP
.BR \-\-mapsize " " VALUE\fR
.br
Set LMDB map size in MB (optional, import only).
.TP
.BR \-d ", " \-\-debug\fR
.br
Print debug messages.
.SH SEE ALSO
.BR icestormadmin (1)
|