SaaSHub helps you find the best software and product alternatives Learn more →
Rclone Alternatives
Similar projects and alternatives to rclone
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
Cryptomator
Cryptomator for Windows, macOS, and Linux: Secure client-side encryption for your cloud storage, ensuring privacy and control over your data.
-
-
-
-
-
kopia
Cross-platform backup tool for Windows, macOS & Linux with fast, incremental backups, client-side end-to-end encryption, compression and data deduplication. CLI and GUI included.
-
SFTPGo
Full-featured and highly configurable SFTP, HTTP/S, FTP/S and WebDAV server - S3, Google Cloud Storage, Azure Blob
-
Healthchecks
Open-source cron job and background task monitoring service, written in Python & Django
-
-
-
-
-
cyberduck
Cyberduck is a libre FTP, SFTP, WebDAV, Amazon S3, Backblaze B2, Microsoft Azure & OneDrive and OpenStack Swift file transfer client for Mac and Windows.
-
-
-
RcloneBrowser
Simple cross platform GUI for rclone. Supports macOS, GNU/Linux, BSD family and Windows.
-
rclone discussion
rclone reviews and mentions
-
Dropbox CEO Drew Houston to step down
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 removed it.[2]
[1] https://rclone.org/
[2] https://news.ycombinator.com/item?id=12463338 not trying to reopen a flame war, but for me personally, that was one of those things where a company doesn't get to do to me twice. As soon as it happened, I copied my files off and cancelled. In fact I'm there somewhere in the comments on that article saying I was going to be cancelling and I immediately did.
-
Using HTTP/2 Cleartext for a server in Go 1.24
I just merged a commit for exactly this in rclone
https://github.com/rclone/rclone/commit/ad8a108453f3ce983fb6...
It is interesting to dig into why.
There was a security vulnerability in golang.org/x/net/http2/h2c which meant govulncheck warned about it in the CI.
So I updated it and got a warning from the linter that the h2c sub package was deprecated in the latest version, so I removed it.
That is a lot of great tooling working to make things more secure in the Go ecosystem.
It does make work for maintainers though, and the Cambrian explosion of AI discovered security vulnerabilities has been particularly trying!
-
Tar: A slop-free alternative to rsync
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
- My Robust Photo Management System (Immich Edition)
-
iCloud Photos Downloader
Because icloudpd supports downloading photos from icloud and rclone does not (yet): https://github.com/rclone/rclone/pull/8734
-
Self Hosting Gitlab
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.
- Rclone syncs your files to cloud storage
-
Show HN: Timelinize – Privately organize your own data from everywhere, locally
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
-
Restic vs Rclone vs Rsync: Choosing the Right Tool for Backups
View on GitHub
-
.gitignore Is Inherently Sisyphean
This story definitely resonates with me.
While I don't think we've ever merged a pr with ide files, we do merge the .gitignore part when people put them in their commits which has lead to growth over time...
https://github.com/rclone/rclone/commits/master/.gitignore
-
A note from our sponsor - SaaSHub
www.saashub.com | 15 Jun 2026
Stats
rclone/rclone is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of rclone is Go.