[Bug 10220] symlinks are not counted as files in --stats

samba-bugs at samba.org samba-bugs at samba.org
Sun Oct 27 11:29:30 MDT 2013


https://bugzilla.samba.org/show_bug.cgi?id=10220

Wayne Davison <wayned at samba.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Wayne Davison <wayned at samba.org> 2013-10-27 17:29:29 UTC ---
"Transferred" has a particular meaning to rsync which involves creating the
data for a file.  However, stats were improved in 3.1.0 (notice that the
transferred count was further qualified to say "regular files"):

Number of files: 7 (reg: 3, dir: 1, link: 3)
Number of created files: 7 (reg: 3, dir: 1, link: 3)
Number of deleted files: 0
Number of regular files transferred: 3
[...]

Thus, symlinks will now be under the created-files stat.

-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the rsync mailing list