20
4
I was using rsync using --progress option , So the file transfer completed and I got following output
receiving incremental file list
Makefile
9,935 100% 9.47MB/s 0:00:00 (xfr#1, to-chk=0/1)
My question is what does to-chk=0/1
means ?
I am transferring only 1 file here ,that is Makefile. transfer number (xfr#1) clearly indicates 1 file , but what does to-chk = 0/1 stands for ?
Did your transfer only consist of one file? – slhck – 2013-01-14T07:53:03.933
yes , only 1 file – Akshay Patil – 2013-01-14T19:51:45.887