I have a collection of ebooks(8 GB atm) that i want to backup to google drive. It usually takes me 2-3 hrs to upload a 2 GB zip file(containing only the most important documents and files).
Tried to upload my ebooks, left it for 12 hrs and it still hasn’t uploaded. Thought maybe its because i am using Rclone shared client ID(heavily rate limited ), so i set up my own client ID and tried again and its been 3 hrs and still hasn’t upload
I am realizing now that its probably has nothing to do with rclone but rather my internet speed, specifically my upload speed(download 15-30 mps & upload 5-8 mps).
So i am wondering if anyone has solutions for people in countries with abysmal internet speeds.


At 5mbps it should take about 1 hour for 2GB. It sounds like your actual speed is 2-3x lower. Can you take that up with your ISP? Are you certain your machine has the best connection within your control, i.e. directly wired into the router? Network equipment is not faulty? Have you tested with iperf within your network? Just in case there’s another issue beside the slow external speed…
Another thing that springs to mind is to use a backup tool like
resticthat will not only compress but deduplicate your data into hundreds of small files that might make upload faster. Dedup can save significant space and you can try it out locally first. Just dorestic initthenrestic backup PATH.Restic can use rclone as a backend also and upload straight to google: https://restic.readthedocs.io/en/stable/030_preparing_a_new_repo.html#other-services
Finally there’s sometimes nothing faster than physically moving data. A person jogging with a 100gb drive has great bandwidth! Is there a location with better internet within reach? A library or school perhaps?