On Fri, Apr 06, 2007 at 08:45:00AM -0300, Rodrigo Severo wrote:
> I'm writing to suggest a small new feature: including the number of
> deleted files on --stats.
That would be useful to have. Getting it implemented will require a
protocol change due to the fact that either the sender or the recei
On 4/6/07, Rodrigo Severo <[EMAIL PROTECTED]> wrote:
Or maybe there already is a simplier way to detect if rsync actually changed
anything. Please enlighten me.
Use --out-format='changed something: %i %n%L' and see if the output to
stdout contains a line beginning with "changed something: ". :