rsync має --info
опцію, яка може бути використана не тільки для виведення поточного прогресу, але і швидкості передачі та минулого часу:
--info=FLAGS fine-grained informational verbosity
Пояснення, як його використовувати, міститься під -P
опцією на сторінці man:
-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)
Зауважте, що коли передача починається, загальна кількість фрагментів і, отже, поточний хід може змінюватися, коли використовується рекурсивна опція, оскільки для синхронізації виявлено більше файлів