From 6728bc093237aa45605daec5a2daf42e5f888fda Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Wed, 29 Apr 2009 11:46:43 +0200 Subject: [PATCH] s3-docs: document "net eventlog" in net manpage. Guenther (cherry picked from commit 664ff081cadd29a1e750b349ecb23e8402d977cb) (cherry picked from commit 65d4acdb1b7f9cd78d38c23a00267688dc156da6) --- 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 826b91688fc..477c3d8add4 100644 --- a/docs-xml/manpages-3/net.8.xml +++ b/docs-xml/manpages-3/net.8.xml @@ -1582,6 +1582,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] Gives usage information for the specified command. -- 2.11.4.GIT