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

samba-bugs at samba.org samba-bugs at samba.org
Tue Oct 22 09:13:51 MDT 2013


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

           Summary: symlinks are not counted as files in --stats
           Product: rsync
           Version: 3.0.9
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: core
        AssignedTo: wayned at samba.org
        ReportedBy: zlobber at gmail.com
         QAContact: rsync-qa at samba.org


[root at dbbg]:~/symlink# touch file1 file2 file3
[root at dbbg]:~/symlink# ln -s file1 sym1 ; ln -s file2 sym2 ; ln -s file3 sym3
[root at dbbg]:~/symlink# rsync  -v -a --stats /root/symlink/ /tmp/symlink
sending incremental file list
created directory /tmp/symlink
./
file1
file2
file3
sym1 -> file1
sym2 -> file2
sym3 -> file3

Number of files: 7
Number of files transferred: 3
Total file size: 15 bytes
Total transferred file size: 0 bytes
Literal data: 0 bytes
Matched data: 0 bytes
File list size: 104
File list generation time: 0.001 seconds
File list transfer time: 0.000 seconds
Total bytes sent: 242
Total bytes received: 81

sent 242 bytes  received 81 bytes  646.00 bytes/sec
total size is 15  speedup is 0.05

##################################
###     Number of files transferred: 3      ###
### If -l is set, this number should be 7 ###
##################################

-- 
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