From 80a24d52d43a6560aaf23471c2b820f5683fcb5f Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Wed, 30 Mar 2005 19:39:11 +0000 Subject: [PATCH] Mention that the % escapes can now have a numeric infix. --- rsyncd.conf.yo | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rsyncd.conf.yo b/rsyncd.conf.yo index 341f2643..fb2e6d00 100644 --- a/rsyncd.conf.yo +++ b/rsyncd.conf.yo @@ -373,7 +373,9 @@ If you want to customize the log lines, see the "log format" option. dit(bf(log format)) The "log format" option allows you to specify the format used for logging file transfers when transfer logging is enabled. The format is a text string containing embedded single-character escape -sequences prefixed with a percent (%) character. +sequences prefixed with a percent (%) character. An optional numeric +field width may also be specified between the percent and the escape +letter (e.g. "%-50n %8l %07p"). The default log format is "%o %h [%a] %m (%u) %f %l", and a "%t [%p] " is always prefixed when using the "log file" option. @@ -408,7 +410,7 @@ For a list of what the characters mean that are output by "%i", see the bf(--itemize-changes) option in the rsync manpage. Note that some of the logged output changes when talking with older -rsync versions. For instance, deleted files were only logged as verbose +rsync versions. For instance, deleted files were only output as verbose messages prior to rsync 2.6.4. dit(bf(timeout)) The "timeout" option allows you to override the -- 2.34.1