summaryrefslogtreecommitdiff
path: root/rsyncd.conf.yo
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-11-02 04:17:56 +0000
committerAndrew Tridgell <tridge@samba.org>1998-11-02 04:17:56 +0000
commit1b7c47cb550e7600a66528c9cbd4bc1e880fb91e (patch)
tree127347b185eb5cc12e085ba766c67ee4ff82e509 /rsyncd.conf.yo
parent039faa86600172aa92362657659652671aedb4c8 (diff)
downloadrsync-1b7c47cb550e7600a66528c9cbd4bc1e880fb91e.tar.gz
Jason told me that's its very important for his site to log exactly
how many bytes were needed to be transferred for each file. I added %b and %c log format options to cover this. See the man page for details.
Diffstat (limited to 'rsyncd.conf.yo')
-rw-r--r--rsyncd.conf.yo3
1 files changed, 3 insertions, 0 deletions
diff --git a/rsyncd.conf.yo b/rsyncd.conf.yo
index 08c188f6..2b01601b 100644
--- a/rsyncd.conf.yo
+++ b/rsyncd.conf.yo
@@ -129,6 +129,9 @@ itemize(
it() %P for the module path
it() %m for the module name
it() %u for the authenticated username (or the null string)
+ it() %b for the number of bytes actually transferred
+ it() %c when sending files this gives the number of checksum bytes
+ received for this file
)
The default log format is "%o %h [%a] %m (%u) %f %l"