mirror of
https://github.com/rclone/rclone.git
synced 2026-09-21 05:16:07 -04:00
This patch adds the missing stats to the output of core/stats - totalChecks - totalTransfers - totalBytes - eta This now includes enough information to rebuild the normal stats output from rclone including percentage completions and ETAs. Fixes #5116