rsync में एक --info
विकल्प है जिसका उपयोग न केवल वर्तमान प्रगति को आउटपुट करने के लिए किया जा सकता है, बल्कि अंतरण दर और बीता समय:
--info=FLAGS fine-grained informational verbosity
-P
मैन पेज में विकल्प के तहत इसका उपयोग कैसे करना है इसकी व्याख्या :
-P The -P option is equivalent to --partial --progress. Its purpose is to
make it much easier to specify these two options for a long transfer that
may be interrupted.
There is also a --info=progress2 option that outputs statistics based on
the whole transfer, rather than individual files. Use this flag
without out‐putting a filename (e.g. avoid -v or specify --info=name0)
if you want to see how the transfer is doing without scrolling the screen
with a lot of names. (You don’t need to specify the --progress
option in order to use --info=progress2.)
तो निम्नलिखित है:
rsync -r --info=progress2 --info=name0 "$src" "$dst"
निम्नलिखित आउटपुट में परिणाम और लगातार अद्यतन किया जाता है:
18,757,542,664 100% 65.70MB/s 0:04:32 (xfr#1389, to-chk=0/1510)
ध्यान दें कि जब स्थानांतरण कुल संख्या की शुरुआत करता है, और इसलिए वर्तमान प्रगति, पुनरावर्ती विकल्प का उपयोग तब बदल सकता है जब सिंक के लिए अधिक फ़ाइलों की खोज की जाती है