From 664ff081cadd29a1e750b349ecb23e8402d977cb Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 29 Apr 2009 11:46:43 +0200 Subject: s3-docs: document "net eventlog" in net manpage. Guenther --- docs-xml/manpages-3/net.8.xml | 59 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) diff --git a/docs-xml/manpages-3/net.8.xml b/docs-xml/manpages-3/net.8.xml index 3907f2e53c..4860fe8314 100644 --- a/docs-xml/manpages-3/net.8.xml +++ b/docs-xml/manpages-3/net.8.xml @@ -1581,6 +1581,65 @@ Delete the list of includes from the provided section (global or share). + +EVENTLOG + +Starting with version 3.4.0 net can read, dump, import and export native +win32 eventlog files (usually *.evt). evt files are used by the native Windows eventviewer tools. + + + +The import and export of evt files can only succeed when eventlog list is used in +smb.conf file. +See the smb.conf 5 manpage for details. + + +The eventlog commands are: + +net eventlog dump - Dump a eventlog *.evt file on the screen. +net eventlog import - Import a eventlog *.evt into the samba internal +tdb based representation of eventlogs. +net eventlog export - Export the samba internal tdb based representation +of eventlogs into an eventlog *.evt file. + + + + +EVENTLOG DUMP + + +Prints a eventlog *.evt file to standard output. + + + + +EVENTLOG IMPORT <replaceable>filename</replaceable> <replaceable>eventlog</replaceable> + + +Imports a eventlog *.evt file defined by filename into the +samba internal tdb representation of eventlog defined by eventlog. +eventlog needs to part of the eventlog list +defined in smb.conf. +See the smb.conf 5 manpage for details. + + + + + +EVENTLOG EXPORT <replaceable>filename</replaceable> <replaceable>eventlog</replaceable> + + +Exports the samba internal tdb representation of eventlog defined by eventlog +to a eventlog *.evt file defined by filename. +eventlog needs to part of the eventlog list +defined in smb.conf. +See the smb.conf 5 manpage for details. + + + + + + HELP [COMMAND] -- cgit