diff options
author | Wayne Davison <wayned@samba.org> | 2008-07-19 22:45:05 -0700 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2008-07-19 22:50:28 -0700 |
commit | 886df221c1ce1660a2b6cd274b13952b482fe5bf (patch) | |
tree | debfb3dd61dc6e2ac952d5f641f9c891435250fa /rsyncd.conf.yo | |
parent | fb01d1fb07f6efd3752ff895fe8a77e26a2b2055 (diff) | |
download | rsync-886df221c1ce1660a2b6cd274b13952b482fe5bf.tar.gz rsync-886df221c1ce1660a2b6cd274b13952b482fe5bf.tar.bz2 rsync-886df221c1ce1660a2b6cd274b13952b482fe5bf.zip |
Added a '%C' (MD5 checksum) flag for the output/logfile formatting.
Diffstat (limited to 'rsyncd.conf.yo')
-rw-r--r-- | rsyncd.conf.yo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rsyncd.conf.yo b/rsyncd.conf.yo index 5fe4e202..b3ebd87e 100644 --- a/rsyncd.conf.yo +++ b/rsyncd.conf.yo @@ -509,7 +509,8 @@ quote(itemization( it() %a the remote IP address it() %b the number of bytes actually transferred it() %B the permission bits of the file (e.g. rwxrwxrwt) - it() %c the checksum bytes received for this file (only when sending) + 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 |