cjnaz / rclonesync-V2

A Bidirectional Cloud Sync Utility using rclone
MIT License
355 stars 39 forks source link

Can't get it working for my entire dropbox account #78

Open janvanveldhuizen opened 2 years ago

janvanveldhuizen commented 2 years ago

This is the log:

image

When checking the 'too_many_requests' message, it appears to come from Dropbox. I already followed the suggestion to create my own App_id. And I cannot find the issue with the invalid file names. image

Any hints on what I can do? Or do I just need to stop trying syncing my entire dropbox folder in one go.

cjnaz commented 2 years ago

rclonesync has been exercised with a couple million files over 400 GiB. See the README benchmark case. Due to rate limits on some cloud providers syncs of this size make take quite a while. Check with the rclone forums on how to manage the rate of requests. I think you can pass the needed switches via the --rclone-args switch. Please post the solution for others.

cjnaz commented 2 years ago

The invalid character '<' error is coming from rclone. It is possible that rclonesync is passing an invalid command line. Run rclonesync with -vv to show the commands being passed to rclone.

If the problem isn't caused by rclonesync, then check the rclone forums, and also try an older/newer version of rclone. What version are you running now?

Let me know what you find please.