Logging only files transferred not directories

Wayne Davison wayned at samba.org
Fri Oct 20 00:39:01 GMT 2006


On Fri, Oct 20, 2006 at 08:59:04AM +1000, Christian Hack wrote:
> Is there any way to keep the verbosity high enough to print the transferred
> files only?

You can just filter the output, via some equivalent of this:

rsync ...CMD... | grep -v '/$'

That discards every line that ends in a slash (which are the dirs).

..wayne..


More information about the rsync mailing list