added a perl script to summarise the rsyncd log format
[rsync/rsync.git] / rsyncd.conf.yo
index f326f0a..08c188f 100644 (file)
@@ -126,9 +126,15 @@ itemize(
   it() %p for the process id of this rsync session
   it() %o for the operation, which is either "send" or "recv"
   it() %f for the filename
   it() %p for the process id of this rsync session
   it() %o for the operation, which is either "send" or "recv"
   it() %f for the filename
+  it() %P for the module path
+  it() %m for the module name
+  it() %u for the authenticated username (or the null string)
 )
 
 )
 
-The default log format is "%o %h [%a] %f %l"
+The default log format is "%o %h [%a] %m (%u) %f %l"
+
+A perl script called rsyncstats to summarise this format is included
+in the rsync source code distribution.
 
 dit(bf(socket options)) This option can provide endless fun for people
 who like to tune their systems to the utmost degree. You can set all
 
 dit(bf(socket options)) This option can provide endless fun for people
 who like to tune their systems to the utmost degree. You can set all