https://bugzilla.samba.org/show_bug.cgi?id=6080
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Comment #1 from [email protected] 2009-02-01 15:00 CST ------- This is not a bug. You should first post to the mailing list, [email protected], unless you are pretty sure you have a bug rather than a misunderstanding. (In reply to comment #0) > The problem I see is when --stats shows me his statistics: > > Number of files: 707443 > Number of files transferred: 695454 > Total file size: 24010667438 bytes > Total transferred file size: 24010667438 bytes > Literal data: 24010761646 bytes > Matched data: 0 bytes > File list size: 8206592 > File list generation time: 27.429 seconds > File list transfer time: 0.000 seconds > Total bytes sent: 24051362502 > Total bytes received: 13249605 > > sent 24051362502 bytes received 13249605 bytes 702790.83 bytes/sec > total size is 24010667438 speedup is 1.00 > > Why does: > Number of files > Number of files transferred "Number of files" is the number of source files rsync considered on the current run, including all types (directories, etc.). "Number of files transferred" is the number of regular files that rsync transferred because the destination did not have an up-to-date copy. Directories probably account for the difference you saw. > Total file size > Total transferred file size No, in the output you posted, the "Total file size" and "Total transferred file size" are both 24010667438 bytes. > Literal data > Total bytes sent Again, this is not true in the output you posted. But one way that could happen is the -z option. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. -- 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
