This commit is contained in:
Axel Kittenberger 2010-11-30 19:12:52 +00:00
parent 12a43e21bf
commit b42398d248

View File

@ -4,7 +4,7 @@ lsyncd(1)
NAME NAME
---- ----
lsyncd a daemon to continously syncronize dircectory trees lsyncd - a daemon to continously syncronize dircectory trees
SYNOPSIS SYNOPSIS
-------- --------
@ -44,12 +44,27 @@ OPTIONS
*-help*:: *-help*::
Show a help message. Show a help message.
*-log* 'LEVEL|CATEGORY':: *-log* 'LEVEL'::
Controls which kind of events are logged. By default Lsyncd logs 'Normal' Controls which kind of events are logged. By default Lsyncd logs 'Normal'
and 'Error' Messages. *-log scarce* will make Lsyncd log Error messages and 'Error' Messages. *-log scarce* will make Lsyncd log Error messages
only. Debug messages are grouped in categories. *-log all* will log all only. *-log all* will log all
debug messages. -log Inotify will e.g. only log additional information debug messages.
about the inotify monitor.
*-log* 'Category'::
Turns on a specific debug message. E.g. *-log Exec* will log
all processes as they are spawned.
*-nodaemon*::
Lsyncd will not detach from the invoker and log as well to stdout/err.
*-pifile* 'FILE'::
Lsyncd will write its process ID in 'FILE'.
*-runner* 'FILE'::
Makes the Lsyncd core load the part of Lsyncd written in Lua from 'FILE'
*-version*::
Writes version information and exits.
EXIT STATUS EXIT STATUS
----------- -----------
@ -67,9 +82,9 @@ VERSION
------ ------
This man page is in development (TODOX) for lsyncd(1) version 2.0 This man page is in development (TODOX) for lsyncd(1) version 2.0
AUTOR AUTHOR
----- ------
Axel Kittenberger <axkibe@gmail.com> 2010 Axel Kittenberger, <axkibe@gmail.com> 2010
COPYING COPYING
------- -------