NAME

iprop-log - maintain the iprop log file

SYNOPSIS

iprop-log [--version] [-h | --help] command

iprop-logtruncate file=file [-c file Xo --config-] --realm=string [-r string Xo] [-h | --help]

iprop-logdump --config-file=file [-c file Xo] --realm=string [-r string Xo] [-h | --help]

iprop-logreplay [--start-version=version-number] [--end-version=version-number] --config-file=file [-c file Xo] --realm=string [-r string Xo] [-h | --help]

DESCRIPTION

Supported options:

Xo
--version

Xo
-h, --help

command can be one of the following:

truncate

Xo
-c file, --config-file=file configuration file

Xo
-r string, --realm=string realm

Truncates the log. Sets the new logs version number for the to the last entry of the old log. If the log is truncted by emptying the file, the log will start over at the first version (0).

dump

Xo
-c file, --config-file=file configuration file

Xo
-r string, --realm=string realm

Print out all entires in the log to standard output.

replay

Xo
--start-version=version-number start replay with this version

Xo
--end-version=version-number end replay with this version

Xo
-c file, --config-file=file configuration file

Xo
-r string, --realm=string realm

Replay the changes from specified entries (or all if none is specified) in the transaction log to the database.

last-version

Xo
-c file, --config-file=file configuration file

Xo
-r string, --realm=string realm

prints the version of the last log entry.

SEE ALSO

iprop(8)