SaaSHub helps you find the best software and product alternatives Learn more →
S3ql Alternatives
Similar projects and alternatives to s3ql
-
awesome-selfhosted
A list of Free Software network services and web applications which can be hosted on your own servers
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
-
garage
(Mirror) S3-compatible object store for small self-hosted geo-distributed deployments. Main repo: https://git.deuxfleurs.fr/Deuxfleurs/garage (by deuxfleurs-org)
-
Teedy
Lightweight document management system packed with all the features you can expect from big expensive solutions (by sismics)
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
s3ql discussion
s3ql reviews and mentions
-
Launch HN: Regatta Storage (YC F24) – Turn S3 into a local-like, POSIX cloud fs
Is this meaningfully different from https://github.com/s3ql/s3ql ?
S3 semantics are generally fairly terrible for file storage (no atomic move/rename is just one example) but using it as block storage a la ZFS is quite clever.
-
Bcachefs Pull Request Submitted for Linux 6.7
i used to use [0]s3ql on-top of "slow" fuse storage. it comes with its own caching layer and some strategies around handling larger blobs of data efficiently even at high latency with ease but its a non shared filesystem. you mount/lock it only once per system. otherwise this was a perfect solution to me at the time.
[0] s3ql: https://github.com/s3ql/s3ql
-
Best way to backup de-duplicated backups to Backblaze?
Off the cuff, you can probably use s3ql or something similar as a posix compatible abstraction layer over b2.
-
Nextcloud is Great!
I use a S3QL mount to store user data, but do hacks and keep the 4-5 log files, the cache, templates, and tmp stored locally on file systems.
-
What is the best way to add some storage to my vps?
Another alternative to rclone mount is S3QL, which in my experience, is much faster (https://github.com/s3ql/s3ql).
-
Digital asset management for design studio
An option may be to use https://github.com/sismics/docs and enable S3 support using https://github.com/s3ql/s3ql
-
Application for using S3 as local storage?
Thank you! It wasn't s3fs-fuse I was remembering, but their github site referenced the project I was looking for: s3ql
-
Any experiences using S3 as primary storage?
I’ve been using s3ql to mount an S3-backed filesystem for the Nextcloud data folder. It has been reasonably fast and very stable so far (~1.5 years, 270GB hosted).
-
Migrate Nextcloud to Modern Infrastructure
Well - I am using s3ql. It builds an encrypted file system into an S3 bucket, and works quite nicely and reliably. I started using that before Linode offered S3, and I was not keen on sharing my files with any of the big providers. So, my files currently are on S3, but not directly from Nextcloud, but with the s3ql layer inbetween.
-
A note from our sponsor - SaaSHub
www.saashub.com | 24 May 2025
Stats
s3ql/s3ql is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of s3ql is Python.