Computer Tips - How can I see what file rsyncd is working on?

Date: 2013oct22 OS: Linux Product: rsync Q. How can I see what file rsyncd is working on? A. Do this:
lsof -u rsyncd | grep -w REG
The file with the basename that begins with a dot is the file that is currently being transferred