Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
TTULMGR(1)			  Tokyo Tyrant			      TTULMGR(1)

NAME
     ttulmgr - the command line utility of the update log API

DESCRIPTION
     The  command  `ttulmgr' is the utility to export and import the update log.
     It is useful to filter the update log with such text  utilities  as  `grep'
     and  `sed'.   This command is used in the following format.  `upath' speci-
     fies the update log directory.

	    ttulmgr export [-ts num] [-sid num] upath
		   Export the update log as TSV text data to the  standard  out-
		   put.
	    ttulmgr import upath
		   Import  TSV	text  data from the standard input to the update
		   log.

     Options feature the following.

	    -ts num : specify the beginning time stamp.
	    -sid num : specify the self server ID.

     This command returns 0 on success, another on failure.

SEE ALSO
     ttserver(1), ttultest(1), ttutil(3), tculog(3), tcrdb(3)

Man Page			   2010-08-05			      TTULMGR(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=ttulmgr&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help