What is the problem you are having with rclone?
I am trying to transfer ~ 3 TB of files from google drive to a dropbox team account.
Run the command 'rclone version' and share the full output of the command.
rclone version
rclone v1.65.2
- os/version: darwin 14.3.1 (64 bit)
- os/kernel: 23.3.0 (arm64)
- os/type: darwin
- os/arch: arm64 (ARMv8 compatible)
- go/version: go1.21.6
- go/linking: dynamic
- go/tags: none
Which cloud storage system are you using?
Google Drive to Dropbox (team account)
I use a client id and secret and both accounts.
The command you were trying to run
I tried various commands and variants. Here is the latest I tried:
rclone -P --tpslimit=10 --order-by=size,mixed,75 --transfers=16 --checkers=128 copy gdrive:dir_src dropbox:dir_target
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
rclone config redacted
[gdrive]
type = drive
client_id = XXX
client_secret = XXX
scope = drive
token = XXX
team_drive =
[dropbox]
type = dropbox
client_id = XXX
client_secret = XXX
token = XXX
A log from the command that you were trying to run with the -vv
flag
Here is the current output with -P
Transferred: 2.851 GiB / 3.063 GiB, 93%, 414.419 KiB/s, ETA 8m54s
Checks: 64834 / 64834, 100%
Transferred: 5075 / 15219, 33%
Elapsed time: 1h9m20.9s
Transferring:
* xxx:100% /1.447Ki, 296/s, 0s
* xxx:100% /1.448Ki, 297/s, 0s
* xxx:100% /1.452Ki, 297/s, 0s
* xxx:100% /3.827Mi, 980.785Ki/s, 0s
* xxx:100% /142.461Ki, 28.511Ki/s, 0s
* xxx:100% /1.454Ki, 298/s, 0s
* xxx:100% /1.454Ki, 297/s, 0s
* xxx:100% /1.456Ki, 298/s, 0s
* ...
I recently restarted rclone
so the numbers are still changing. This command is copying only a small directory on google drive as a test, but even just that directory of about ~ 170 GiB is unable to complete in a reasonable amount of time (e.g., 12 hours).
The bandwidth speed test for uploads and downloads is around 1 Gbps on the computer I am running rclone
on.
The reported transfer speed for rclone
is around 400-500 KiB/s, which seems very low. I would need to reach ~ 10 MB/s to get to a reasonable transfer time for 1 TB of data. So my current transfer speed seems too low to be able to transfer that amount of data in a reasonable time.
Any advice on how to do this? Am I limited by the Google Drive/Dropbox performance?
Thanks for any tips/advice/experience.