What is the problem you are having with rclone?
When doing a server side copy on the B2 platform and using the flags "-vv --stats 1s --stats-one-line", I expect to get output similar to
22.988M / 186.061 MBytes, 12%, 2.671 MBytes/s, ETA 1m1s
where the progress percentage is the cumulative progress across all files to be transferred.
Instead, I am seeing output similar to
X / X Bytes, 100%, 10 Bytes/s, ETA 0s
where the percentage is alway 100%, ETA is always 0s and X simply keeps increasing until all files have been transferred.
When doing a server side copy on the Wasabi platform, the stats show as expected, but only with B2 server side copy do they show up as explained above. Could this maybe be fixed?
What is your rclone version (output from rclone version
)
v1.48.0
Which OS you are using and how many bits (eg Windows 7, 64 bit)
Ubuntu 64bit
Which cloud storage system are you using? (eg Google Drive)
B2 and Wasabi
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone copy :b2:bucketName/folder1 :b2:bucketName/folder2 -vv --stats 1s --stats-one-line --fast-list --transfers 14
A log from the command with the -vv
flag (eg output from rclone -vv copy /tmp remote:tmp
)
2019/08/05 14:43:54 DEBUG : rclone: Version "v1.48.0" starting with parameters ["/path/to/rclone/bin/rclone" "copy" ":b2:bucketName/folder1" ":b2:bucketName/folder2" "-vv" "--stats" "1s" "--stats-one-line" "--fast-list" "--transfers" "14" "--b2-account" "xxx" "--b2-key" "yyy"]
2019/08/05 14:43:54 DEBUG : Using config file from "path/to/rcloneconf/rclone.conf"
2019/08/05 14:43:58 INFO : B2 bucket bucketName path folder1/: Waiting for checks to finish
2019/08/05 14:43:58 INFO : B2 bucket bucketName path folder2/: Waiting for transfers to finish
2019/08/05 14:43:58 INFO : 0 / 0 Bytes, -, 0 Bytes/s, ETA -
2019/08/05 14:43:58 INFO : test/test1.txt: Copied (server side copy)
2019/08/05 14:43:59 INFO : 64 / 64 Bytes, 100%, 10 Bytes/s, ETA 0s
2019/08/05 14:44:00 INFO : 64 / 64 Bytes, 100%, 9 Bytes/s, ETA 0s
2019/08/05 14:44:01 INFO : 64 / 64 Bytes, 100%, 8 Bytes/s, ETA 0s
2019/08/05 14:44:02 INFO : test/test2.txt: Copied (server side copy)
2019/08/05 14:44:02 INFO : 53.149M / 53.149 MBytes, 100%, 5.933 MBytes/s, ETA 0s
2019/08/05 14:44:03 INFO : 53.149M / 53.149 MBytes, 100%, 5.337 MBytes/s, ETA 0s
2019/08/05 14:44:04 INFO : 53.149M / 53.149 MBytes, 100%, 4.850 MBytes/s, ETA 0s
2019/08/05 14:44:05 INFO : 53.149M / 53.149 MBytes, 100%, 4.445 MBytes/s, ETA 0s
2019/08/05 14:44:06 INFO : test/test3.txt: Copied (server side copy)
2019/08/05 14:44:06 INFO : 53.149M / 53.149 MBytes, 100%, 4.102 MBytes/s, ETA 0s
2019/08/05 14:44:07 INFO : test/test4.txt: Copied (server side copy)
2019/08/05 14:44:07 INFO : 121.876M / 121.876 MBytes, 100%, 8.732 MBytes/s, ETA 0s
2019/08/05 14:44:08 INFO : 121.876M / 121.876 MBytes, 100%, 8.148 MBytes/s, ETA 0s
2019/08/05 14:44:09 INFO : 121.876M / 121.876 MBytes, 100%, 7.637 MBytes/s, ETA 0s
2019/08/05 14:44:10 INFO : test/test5.txt: Copied (server side copy)
2019/08/05 14:44:10 INFO : 186.061M / 186.061 MBytes, 100%, 11.599 MBytes/s, ETA 0s
2019/08/05 14:44:10 DEBUG : 13 go routines active
2019/08/05 14:44:10 DEBUG : rclone: Version "v1.48.0" finishing with parameters ["/path/to/rclone/bin/rclone" "copy" ":b2:bucketName/folder1" ":b2:bucketName/folder2" "-vv" "--stats" "1s" "--stats-one-line" "--fast-list" "--transfers" "14" "--b2-account" "xxx" "--b2-key" "yyy"]