summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2011-11-24 07:55:11 -0800
committerWayne Davison <wayned@samba.org>2011-11-24 07:55:11 -0800
commit60ef39705797c9df7069297eb4ed5feab5e88f29 (patch)
tree5eb3de178ad24716d92caa50dea90a34756376b5
parent89e049ad7f710bdf7fb884e396e3331d0c8afe0d (diff)
downloadrsync-60ef39705797c9df7069297eb4ed5feab5e88f29.tar.gz
Mention that %a and %h are daemon-only escapes.
-rw-r--r--rsyncd.conf.yo4
1 files changed, 2 insertions, 2 deletions
diff --git a/rsyncd.conf.yo b/rsyncd.conf.yo
index 240c63a1..29bb12f5 100644
--- a/rsyncd.conf.yo
+++ b/rsyncd.conf.yo
@@ -634,14 +634,14 @@ rsyncstats.)
The single-character escapes that are understood are as follows:
quote(itemization(
- it() %a the remote IP address
+ it() %a the remote IP address (only available for a daemon)
it() %b the number of bytes actually transferred
it() %B the permission bits of the file (e.g. rwxrwxrwt)
it() %c the total size of the block checksums received for the basis file (only when sending)
it() %C the full-file MD5 checksum if bf(--checksum) is enabled or a file was transferred (only for protocol 30 or above).
it() %f the filename (long form on sender; no trailing "/")
it() %G the gid of the file (decimal) or "DEFAULT"
- it() %h the remote host name
+ it() %h the remote host name (only available for a daemon)
it() %i an itemized list of what is being updated
it() %l the length of the file in bytes
it() %L the string " -> SYMLINK", " => HARDLINK", or "" (where bf(SYMLINK) or bf(HARDLINK) is a filename)