1TTULMGR(1) Tokyo Tyrant TTULMGR(1)
2
3
4
6 ttulmgr - the command line utility of the update log API
7
8
10 The command `ttulmgr' is the utility to export and import the update
11 log. It is useful to filter the update log with such text utilities as
12 `grep' and `sed'. This command is used in the following format.
13 `upath' specifies the update log directory.
14
15 ttulmgr export [-ts num] [-sid num] upath
16 Export the update log as TSV text data to the standard
17 output.
18 ttulmgr import upath
19 Import TSV text data from the standard input to the
20 update log.
21
22 Options feature the following.
23
24 -ts num : specify the beginning time stamp.
25 -sid num : specify the self server ID.
26
27 This command returns 0 on success, another on failure.
28
29
31 ttserver(1), ttultest(1), ttutil(3), tculog(3), tcrdb(3)
32
33
34
35Man Page 2010-01-20 TTULMGR(1)