TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Rclone is 10 years old today

147 pointsby vanburenover 2 years ago

12 comments

candiddevmikeover 2 years ago
Rclone is another great example of open source being better than a commercial product. I'd rather use it than gsutil or s3cmd, it's simple, the commands make sense, and it doesn't bring in a lot of other cruft.
评论 #33734066 未加载
pfortunyover 2 years ago
If rclone’s author is around… You should update the lage with an easy and VISIBLE link for dontations. I could not find it while browsing (ios) although it appears somewhere in the FAQ.<p>Thanks for the product. Unbelievable.
评论 #33734803 未加载
rdeggesover 2 years ago
So funny! I just spent a few hours last night setting up rclone for the first time on my Macbook!<p>I&#x27;ve got one of those legacy Google Drive unlimited storage plans, and for years I&#x27;ve been using it to store all my code, video projects I work on, etc.<p>The way I normally use it is inefficient: if I was importing videos for a project, I&#x27;d use the Google Drive web UI to upload them into Drive, where I&#x27;d later organize them, etc.<p>Over the years I tried a variety of Goole Drive syncing tools, but all eventually stopped working, or were so unbearably slow that I couldn&#x27;t justify it.<p>Last night I spent some time and set up rclone for Drive, along with a persistent mount so that Google Drive is always accessible via ~&#x2F;Drive. So far it seems like everything is working well -- really amazing software! &lt;3
评论 #33735103 未加载
rsyncover 2 years ago
Here is a step by step, keystroke by keystroke, howto for rclone with S3 buckets as an example target:<p><a href="https:&#x2F;&#x2F;rsync.net&#x2F;resources&#x2F;howto&#x2F;rclone.html" rel="nofollow">https:&#x2F;&#x2F;rsync.net&#x2F;resources&#x2F;howto&#x2F;rclone.html</a><p>... this HOWTO uses an rsync.net account as an endpoint&#x2F;throughpoint <i>but you can ignore that</i> - this HOWTO is applicable to any general configuration.
Orlanover 2 years ago
I love rclone, have been using it to reliably move large files between different could providers (thanks Nick!). GUI applications were constantly crashing, rclone has always been reliable.<p>Make sure to support your favorite open source projects! <a href="https:&#x2F;&#x2F;rclone.org&#x2F;donate&#x2F;" rel="nofollow">https:&#x2F;&#x2F;rclone.org&#x2F;donate&#x2F;</a>
garganzolover 2 years ago
We use Rclone as a &quot;disk in the cloud&quot; solution for the otherwise stateless docker images. Works perfectly well. And the best thing is - it supports transparent end-to-end encryption.<p>Among all the cloud storages we&#x27;ve tried to use with Rclone, Azure Blobs turned out to be the fastest so far.<p>The bitter part of the story is that I did not know about Rclone existence until a recent year or two. I still feel ashamed about that.
评论 #33735473 未加载
floppydiscover 2 years ago
Rclone is such an epic tool. Props to the creators. Thank you for making cloud storage easily accessible for linux users
opanover 2 years ago
I&#x27;m a heavy user of rsync and sftp between personal devices, but have never used rclone. Is it only used with cloud storage from the big companies? I have never used any of those so far.
评论 #33734944 未加载
评论 #33736955 未加载
SeriousMover 2 years ago
I use it for jottacloud directory sync as jottacloud only supports dull sync. And I use it for zotero attachment sync from&#x2F;into jottacloud.<p>rclone is just awesome and well documented!
Valordover 2 years ago
Rclone is great! I used it in a CI&#x2F;CD pipeline to sync a files from a git repo to S3 for CDN distribution.
eterpsover 2 years ago
I love it that it has a mount option.
nathantsover 2 years ago
rclone with git-remote-gcrypt is the best git provider.