blob: 7fc6ac3ca0058b98c3e0c3806ea66fed5dab9714 (
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
|
.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.
.SH OPTIONS
.TP
.BR \-h ", " \-\-help\fR
.br
Show program help.
.TP
.BR \-v ", " \-\-version\fR
.br
Display the Ice version.
.TP
.BR \-d ", " \-\-debug\fR
.br
Print debug messages.
.TP
.BR \-\-import " " FILE\fR
.br
Import database from specifed file.
.TP
.BR \-\-export " " FILE\fR
.br
Export database to specified file.
.TP
.BR \-\-dbhome " " DIR\fR
.br
The database directory.
.SH SEE ALSO
.BR icegridadmin (1),
.BR icegridnode (1),
.BR icegridregistry (1)
|