https://bugzilla.samba.org/show_bug.cgi?id=3784
------- Comment #3 from [EMAIL PROTECTED] 2008-07-04 15:54 CST ------- Created an attachment (id=3390) --> (https://bugzilla.samba.org/attachment.cgi?id=3390&action=view) patch to give total run progress indication Here's a little patch that creates a new flag "--total-progress", which causes the progress indication to be based on data-copied/total-data, rather than on a per-file basis. It may be used with or without -v(erbose). Is this useful, or would people prefer to just use the existing --progress/-P flag, and have the global totals only used in non-verbose mode? Also, when used with -r(ecursive) mode, you can see some interesting oddities, as it scans subdirectories as it goes. This means it's possible to have the total number of files (and the % completed) *decrease* as it runs as it scans more subdirectories. I'm not sure if there's any real way around this. -- 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