What is the problem you are having with rclone?
I'm use
rclone copy xx:11 yy:22 -P --rc --rc-addr=localhost:30002
and get current status
rclone rc --url http://127.0.0.1:30002 core/stats
show like this
{
"bytes": 13710820,
"checks": 0,
"deletes": 0,
"elapsedTime": 265.758961209,
"errors": 0,
"fatalError": false,
"renames": 0,
"retryError": false,
"speed": 51591.19127373593,
"transferring": [
//some thing
]
"transfers": 11
}
But the checks will not move, it will always be 0, transfers will increase。
What is your rclone version (output from rclone version
)
v1.52.2
Which OS you are using and how many bits (eg Windows 7, 64 bit)
linux 64bit
Which cloud storage system are you using? (eg Google Drive)
local->minio
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone copy xx:11 yy:22 -P --rc --rc-addr=localhost:30002
rclone rc --url http://127.0.0.1:30002 core/stats
The rclone config contents with secrets removed.
no important
A log from the command with the -vv
flag
no important