Commit 15954da0 authored by Wayne Davison's avatar Wayne Davison

Updated the default "log format" string and the output of "%i".

parent b2dc7bad
...@@ -389,8 +389,8 @@ quote(itemize( ...@@ -389,8 +389,8 @@ quote(itemize(
it() %i an itemized list of what is being updated it() %i an itemized list of what is being updated
)) ))
The default log format is "%o %h [%a] %m (%u) %f %l", and a "%t [%p] " The default log format is "%o %h [%a] %m (%u) %l %f%L", and a "%t [%p] "
is always added to the beginning when using the "log file" option. is always prefixed when using the "log file" option.
A perl script called rsyncstats to summarize this format is included A perl script called rsyncstats to summarize this format is included
in the rsync source code distribution. in the rsync source code distribution.
...@@ -400,14 +400,17 @@ The %i format is a set of cryptic characters that are output as follows: ...@@ -400,14 +400,17 @@ The %i format is a set of cryptic characters that are output as follows:
quote(tt( *Xcstpog ITEM_NAME)) quote(tt( *Xcstpog ITEM_NAME))
The bf(*) is either bf(<) (receive), bf(>) (send), or bf(*) (--dry-run) if The bf(*) is either bf(<) (receive), bf(>) (send), or bf(*) (--dry-run) if
the item is being updated, otherwise it is a space. The bf(X) will be the item is being updated, otherwise it is a space.
replaced by one of the following: an "f" for a file, a "d" for a dir, an
"L" for a symlink, or a "D" for a device. The rest of the letters in the The bf(X) will be replaced by one of the following: an "f" for a file, a
string above are the actual letters that will be output if the associated "d" for a dir, an "L" for a symlink, or a "D" for a device.
attribute for the item is being updated; otherwise the letter will be
replaced by either a "-" for no change, a "+" for a new item, or a "?" if The rest of the letters in the string above are the actual letters that
the attribute is not known (which happens when speaking to an older rsync). will be output if the associated attribute for the item is being updated;
The meanings of the attribute letters are as follows: otherwise the letter will be replaced by either a "." for no change, a "+"
for a new item, or a "?" if the attribute is not known (which happens when
talking to an older rsync). The meanings of the attribute letters are as
follows:
quote(itemize( quote(itemize(
it() A bf(c) means the checksum of the file is different and will be it() A bf(c) means the checksum of the file is different and will be
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment