With rclone 1.64 a sync between google drive and dropbox takes 16 min just to check the files, with no transfers at all.
Is there anything I can do to do speed up? I think the issue is with dropbox, because the same check against other backends like cloudflare r2 takes ~1 min.
I use sync but the files almost never change, most of the time it's just content that is added but I like sync because sometimes changes can still happen
Any ideas why dropbox is so slow and how to make it faster?
Dropbox has always been one of the slowest remotes for me. I pay so much for the storage and their performance sucks so much at this point I probably should go with backblaze b2
-c just gets ignored and fall backs to size only, but i still leave there as habit...
It would be nice if there was a way to do hash check between crypted and non crypted remotes, or even between two crypted remotes using the same passwords
I will test using my own client id and let you know thanks. I didn't know it was possible with dropbox
I'm talking about hundreds of TBs here downloading them to generate a checksum is not practical...
Also I just tried with my own client id / key and I don't see any performance increase at all...
Still 5min to check ~53k files so it seems the same. Is there a way to be sure it's really using my client id and key ? I followed all the instructions and have no errors
we have more experienced dropbox forum members.
i suggest that you post the output of rclone version rclone config redacted rclone lsd dropbox:folder -vv - ok to redact|remove the directory names.
I can't past the folder / filenames and anyway it would be a very huge list, and I'm not sure how that would help anyway.
13min and still didn't finish checking the folder only ~105k objects now.
I can tell you that my folder structure is very optimized. I try to keep each folder with an average of 20-30 folders/files inside it so there is not a single giant folder
For comparison, checking the same google drive remote against cloudflare r2 with the same number of checkers it takes 1m19s
You have to either refresh dropbox remote token by reconnecting or delete and create your dropbox remote again providing clientid/key values in the process.
Also need client_id/secret for Google Drive.
Is definitely too much - it can actually slow down everything. Use defaults here.
Add --tpslimit 12 --tpslimit-burst 0 flags - this is max what Dropbox can do without throttling.
I am struggling to use my own app client key id with dropbox sometimes the logs says the apps had no permissions enabled, but i go to the web interface and give all permissions i can give. I tried rclone reconnect and evertyhing and then i got his
I deleted all the apps, and remade the configuration following the docs to use my own api key and client and now it seems to be working. I'm testing many different combinations and I will post results soon
It seems the fastest way we can run sync with ~118k objects is 14 minutes.... which I feel is really slow... is this really the fastest dropbox can handle?
Like I said with other backends the same sync with nothing to transfer takes 1-2min.