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: way...@samba.org ReportedBy: zlob...@gmail.com QAContact: rsync...@samba.org [root@dbbg]:~/symlink# touch file1 file2 file3 [root@dbbg]:~/symlink# ln -s file1 sym1 ; ln -s file2 sym2 ; ln -s file3 sym3 [root@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. -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html