this post was submitted on 08 Mar 2026
14 points (93.8% liked)

Linux

63607 readers
922 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] IanTwenty@piefed.social 4 points 1 day ago

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 restic that 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 do restic init then restic 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?