blob: 54f1c6750755114cee8f41ee1e4e8a3eb68a015f (
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
64
65
|
.TH icegriddb 1
.SH NAME
icegriddb - The IceGrid database import/export utility.
.SH SYNOPSIS
icegriddb [options]
.SH DESCRIPTION
The icegriddb utility is a command-line tool for importing and exporting IceGrid
databases. Full documentation for icegriddb is available
online at:
.br
https://doc.zeroc.com/display/Ice37/IceGrid+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 \-\-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 \-\-server\-version " " VER\fR
.br
Set Ice version for IceGrid servers (optional, import only).
.TP
.BR \-d ", " \-\-debug\fR
.br
Print debug messages.
.SH SEE ALSO
.BR icegridadmin (1),
.BR icegridnode (1),
.BR icegridregistry (1)
|