]> git.pond.sub.org Git - empserver/blob - man/empdump.6
empdump: Omit redundant data from export, new -c includes it
[empserver] / man / empdump.6
1 .TH EMPDUMP 6
2 .SH NAME
3 empdump \- Export/import Empire game state
4 .SH SYNOPSIS
5 .B empdump
6 [
7 .B \-chmnvx
8 ]
9 [
10 .BI \-e " configfile"
11 ]
12 [
13 .BI \-i " dump-file"
14 ]
15 .br
16 .SH DESCRIPTION
17 .B empdump
18 exports and imports game state as plain text.
19 .SH OPTIONS
20 .TP
21 .B \-c
22 Use complete export format: don't omit data import doesn't need.
23 .TP
24 .BI \-e " configfile"
25 Use game configuration in \fIconfigfile\fR.
26 .TP
27 .B \-h
28 Help.  Print brief usage information and exit.
29 .TP
30 .BI \-i " dump-file"
31 Import from \fIdump-file\fR.
32 .TP
33 .B \-m
34 Use machine-readable format for export.  Import always recognizes both
35 machine-readable and human-readable format.
36 .TP
37 .B \-n
38 Dry run, don't actually update game state on import.
39 .TP
40 .B \-v
41 Print version information and exit.
42 .TP
43 .B \-x
44 Export game state to standard output.
45 .SH "LIMITATIONS"
46 .B empdump
47 can't export player bmaps, power report, telegrams, announcements,
48 message of the day, no-login message and log files.  Exported
49 floating-point values may be inexact.  Importing an exported game
50 state may not result in identical data files; besides the loss of
51 floating-point precision just mentioned, coordinates are normalized,
52 and characters beyond a string's terminating zero in a character array
53 are lost.
54 .SH "SEE ALSO"
55 \fIemp_server\fR(6).
56 .SH AUTHOR
57 Markus Armbruster <armbru@pond.sub.org>