Rclone not showing total

Hi there,

I have two parallel rclone transfers at the moment (on different boxes). Both are pushing several hundred gbs to a wasabi (S3-compatible) store. One of them is showing the total, as in:

Transferred: 1.75 / 96GB, 2%, 351 kBytes/s, ETA 73h36m13s
...

This uses the following rclone version:

rclone v1.44
- os/arch: darwin/amd64
- go version: go1.11.1

While the other one is not:

Transferred:   140 MBytes (793.189 kBytes/s)

This one uses the following rclone version:

rclone v1.42
- os/arch: linux/amd64
- go version: go1.10.1

I’m using pretty much the same command for both, something like:

 rclone -vv sync /media/veracrypt1/backups/icebox Wasabi:backup/icebox

Is that because of the newer version on the macos box?

Yes, the stats changed in the newer version.