A startup from the United Kingdom.
Versatility
Rclone supports a wide range of cloud storage providers such as Google Drive, Amazon S3, Dropbox, OneDrive, and many others, making it a versatile tool for synchronization and backup.
Command-Line Interface
Rclone offers a powerful command-line interface which provides advanced users detailed control over their synchronization and backup operations.
Cross-Platform
Rclone is cross-platform and can be used on Windows, macOS, and various Linux distributions, offering flexibility in different environments.
Encryption
Rclone supports encryption for both files and directory names, ensuring that data is secure while being transferred or stored.
Scriptability
Being a command-line tool, Rclone can be easily included in scripts and automated workflows, which is beneficial for repetitive tasks.
Open Source
Rclone is open-source software, meaning it's free to use, and the source code is available for review and contribution, promoting transparency and community-driven development.
Promote Rclone. You can add any of these badges on your website.
I was looking for a GUI for rclone and found one. I am so happy for this software it has made working with rclone so much easier, and so far it has worked PERFECT. I love it!!!
Overall, Rclone is a robust and reliable tool for anyone needing to manage or transfer files across multiple cloud storage services. Its reputation within the tech community is strong due to its continuous updates, active user community, and extensive documentation. While it may have a steep learning curve for beginners unfamiliar with command-line interfaces, the benefits in terms of functionality and flexibility are substantial.
We have collected here some useful links to help you find out if Rclone is good.
Check the traffic stats of Rclone on SimilarWeb. The key metrics to look for are: monthly visits, average visit duration, pages per visit, and traffic by country. Moreoever, check the traffic sources. For example "Direct" traffic is a good sign.
Check the "Domain Rating" of Rclone on Ahrefs. The domain rating is a measure of the strength of a website's backlink profile on a scale from 0 to 100. It shows the strength of Rclone's backlink profile compared to the other websites. In most cases a domain rating of 60+ is considered good and 70+ is considered very good.
Check the "Domain Authority" of Rclone on MOZ. A website's domain authority (DA) is a search engine ranking score that predicts how well a website will rank on search engine result pages (SERPs). It is based on a 100-point logarithmic scale, with higher scores corresponding to a greater likelihood of ranking. This is another useful metric to check if a website is good.
The latest comments about Rclone on Reddit. This can help you find out how popualr the product is and what people think about it.
While there isn't a proper Linux client, if you find yourself on a Linux box and need to sync to or from iCloud, rclone[1] works great. Just putting this out there in the hope that it might help someone. It's also (ironically given TFA) what I used to sync all my files off dropbox when I cancelled my subscription because of their misuse of root to re-add their thing to special permissions on macOs after I had... - Source: Hacker News / 13 days ago
Hello, as always: imho (!) tar is great, and well kown - but not particularly for "incremental backups over the net" ... This is what rsync is/was for. Idk ... Whatever the problem is with rsync, but apparently thats none of my business ;)) you could use, which usage is very similar to rsync: rclone * https://rclone.org/ intro. - Source: Hacker News / 2 months ago
For backups I use a script with a systemd timer and rclone. Rclone is a very flexible and configurable Tool, and it can be configured with a lot of services. I use it mainly with web dav, smb and Google Drive. - Source: dev.to / 5 months ago
You can schedule the takeout to Drive, then use a tool such as rclone (amazing tool) to pull it down. It should not add any costs except the storage for the takeout zip on drive. Look at supported providers in rclone and you might find easy solutions for some hard sync problems: https://rclone.org/#providers. - Source: Hacker News / 8 months ago
Just offering some advice if you aren't aware. If you are, freely ignore. For convenience, the rclone tool is nice for most cloud storage like google and stuff that make rsync annoying[0] rsync also offers compression[1], and you might want to balance it depending if you want to be CPU bound or IO bound. You can pick the compression and level, with more options than just the `-z` flag. You can also increase speed... - Source: Hacker News / 11 months ago
Once that was done, I made a bucket (imaginatively named pvfm) and copied the data over with aws s3 sync. I probably could have gotten better performance out of rclone or s5cmd (or if I copied the data to my NAS with its 2.5 gigabit NIC), but I started it, went to sleep, and when I woke up it was done. When I looked back over the logs, I noticed that the main reason why it took so long was that a lot of the older... - Source: dev.to / 12 months ago
I don't know if it is a server or client in this context, but have you looked into using rclone? https://rclone.org/ https://github.com/rclone/rclone. - Source: Hacker News / about 1 year ago
Dump PostgreSQL database, compress (gzip) and encrypt (gpg) it, and upload to one or more remote S3-compatible storage (rclone). - Source: dev.to / about 1 year ago
But, for anyone on a site literally called "Hacker News", a DIY dropbox should be trivial. The fact that anybody, especially, "nerds" or "hackers" would pay good money for what is effectively an FTP server with file versioning is insane. I am mostly jealous that I didn't build and sell dropbox and become an overnight millionaire for setting up FTP. But seriously, modern approach,... - Source: Hacker News / about 1 year ago
The WebDAV server is Class 1 compliant (Basic), compatible with WebDAV clients like Cyberduck, rclone (GUI & CLI, available on macOS, Windows, and Linux), etc. This guide will use Cyberduck, but rclone works too. - Source: dev.to / about 1 year ago
Let me show you how I back up my computers with restic and rclone using simple systemd configuration. - Source: dev.to / over 1 year ago
Rclone [1] (bidirectional sync) on Termux [2], with Termux:Widget [3] to make syncing as simple as a button press. I backup my stuff to Google Drive, although rclone has many other supported remotes. [1] https://rclone.org/. - Source: Hacker News / over 1 year ago
The app looks pretty cool! Congratulations, OP!! If you don't need a web UI, I'd strongly recommend rclone (https://rclone.org/) that can layer e2e encryption over many and I mean MANY cloud storage providers! It runs on Linux, Windows, MacOS and Android. Finally, it has some nifty features as "union" which combines multiple backends into a single directory view. - Source: Hacker News / over 1 year ago
Tangential, but rclone[1] supports this kind of workflow with the `copy` subcommand, if you don't mind spending both download and upload bandwidth at once. [1]: https://rclone.org/. - Source: Hacker News / over 1 year ago
You might want to have a look at rclone. Not sure if it does real-time sync, but itโs very capable. No GUI though, at least not in the official distribution https://rclone.org/. - Source: Hacker News / over 1 year ago
Rclone supports tons of different storage backends. I like to use R2 on Cloudflare with their generous free tier, but you can use AWS S3, Google Cloud Storage, Dropbox, or even FTP among others. - Source: dev.to / almost 2 years ago
The rclone configuration is quite flexible too: If I need another target, I can just add another remote and update the archive-target-database union target. It will be automatically picked up by the pg-db-archive script as it only relies on the archive-target-database remote. Note that the new target can be any target supported by rclone. - Source: dev.to / almost 2 years ago
Its worth keeping this (from their readme) in mind though: > However, at present SSHFS does not have any active, regular contributors, and there are a number of known issues (see the bugtracker). Not that it is unusable or anything, it is still in widespread use, but I'd guess many assume it to be part of openssh and maintained with it, when it isn't. An interesting alternative might be https://rclone.org/, which... - Source: Hacker News / almost 2 years ago
It's a hard lesson to learn like this, but it's a learning moment nonetheless. You don't rely on your provider to make backups for business-critical stuff like this, you need to manage it (and test!) it yourself. rclone[1] supports tons of storage providers. If you get access back and recover your business, start making backups onto other providers. [1] https://rclone.org/. - Source: Hacker News / almost 2 years ago
Rclone: a command-line program to manage files on cloud storage. - Source: dev.to / about 2 years ago
They might have meant rclone: https://rclone.org/. - Source: Hacker News / about 2 years ago
Rclone, a command-line program designed for managing files across cloud storage services, continues to receive considerable attention within the technology community. Its primary appeal lies in its versatility and compatibility with a broad range of storage backends including but not limited to AWS S3, Google Cloud Storage, Dropbox, and even FTP.
Public opinion about Rclone is generally positive, with many users appreciating its flexibility and functionality. It stands out because of its robust capability to sync files across different cloud platforms. Users particularly appreciate its ability to perform tasks such as compressing, encrypting, and uploading databases to remote, S3-compatible storage, showcasing Rclone as a reliable tool for automation and data management.
A significant portion of Rclone's favorability comes from its commendable range of features. The application supports bidirectional synchronization, encryption, and offers a "union" feature which allows combining multiple backends into a singular directory view. It appears regularly recommended for a variety of tasks, from personal data backups to complex server-side processes, reflecting its adeptness in handling diverse use cases.
One of the noteworthy attributes of Rclone is its integration with other tools. It effectively works alongside software like restic and systemd for streamlined backup processes, and complements applications such as Termux for Android users, allowing for convenient file synchronization with just a button press. Furthermore, Rclone proves beneficial for users interested in managing personal backups across multiple cloud services, without relying heavily on their providers' native solutions.
However, certain limitations and challenges are noted by users. One aspect to consider is the absence of an official graphical user interface (GUI) โ Rclone is chiefly a command-line tool. Some users mention this aspect as a minor drawback, especially for those accustomed to more intuitive, graphical user interfaces. Despite the lack of a GUI, Rclone still supports standard protocols like WebDAV, further extending its usability across various platforms including macOS, Windows, and Linux.
Comparisons with competitors such as Syncthing, Cryptomator, and Cyberduck, highlight different utility niches โ for instance, Cryptomator is praised for its encryption-first approach to cloud storage, whereas Rclone is celebrated for its comprehensive syncing and multi-client compatibility.
Overall, Rclone preserves a strong reputation amongst tech enthusiasts, developers, and system administrators. It remains a go-to tool for those who need reliable and versatile file management across multiple cloud services, while also attracting users seeking a reliable DIY alternative to commercial cloud storage solutions. Its expansive support for cloud storage systems and high configurability underscores its unparalleled utility in the domain of cloud storage management and automation.
Do you know an article comparing Rclone to other products?
Suggest a link to a post with product alternatives.
Is Rclone good? This is an informative page that will help you find out. Moreover, you can review and discuss Rclone here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.