On Tue, Dec 15, 2009 at 11:41 PM, Fabian Cenedese <[email protected]> wrote:
> I think I know now where my confusion comes from. The reported time is not > the actual time without action but the time since the start of the rsync > command. > It shouldn't be, since it is reporting the time elapsed since the last input was received. I'd suggest running an strace on the rsync and seeing what it is doing. I'd imagine that some system call does not return for an extended amount of time, and then, when rsync finally gets control back and checks for the elapsed time since the last received input, it is a really long amount. ..wayne..
-- 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
