Mention that %a and %h are daemon-only escapes.
authorWayne Davison <wayned@samba.org>
Thu, 24 Nov 2011 15:55:11 +0000 (07:55 -0800)
committerWayne Davison <wayned@samba.org>
Thu, 24 Nov 2011 15:55:11 +0000 (07:55 -0800)
rsyncd.conf.yo

index 240c63a14792884dcf16920148fed3f0cb57a580..29bb12f5849da999925ee5e24933d62b97eecd2d 100644 (file)
@@ -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)