I am currently transferring about 40 Gigs of files from an external disk to my hard drive, and the rsync progress output always shows something like

... to-check=1100/24094)
... to-check=1099/24094)

But during the transfers, the second number grows, and the first never goes under 1000.

... to-check=1200/27199)
... to-check=1199/27199)

That leaves me puzzled - when will the transfer actually end?

Edit: Okay, at some point it ended. Still, what is causing that behavior?

link|improve this question

feedback

1 Answer

up vote 5 down vote accepted

rsync starts transferring the files before it finishes crawling to see exactly how many there are, to speed up the overall process. This means the number goes up as it's running.

link|improve this answer
Is there any way to make it finish crawling first? – hopeseekr Mar 22 at 8:42
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.