Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
view the rest of the comments
I've opened up the pricing page, and it seems it is much more expensive then their mainstream competitor Backblaze. For a terabyte of backup for a month, rsync.net would charge 1024*0.012 = 12$, while Backblaze would charge 6$. Hetzner Storage Box would be only 3.20$ (+better price scaling over terabytes).
What am I missing?
Sources:
Check how you get your data out.
Sorry, I am a bit dense.
What do you mean exactly? As far as I understand you access the data the same way you have put it in - by using either one of ftp, scp, rsync or borg data transfer protocolls.
Some storage services will tax data separately on its way out, or limit the amount you can get out, or limit the speed at which you can get it out etc. Always check for egress conditions in the fine print.
Note that rsync.net includes free 7 days daily snapshot. Also, the main advantage over backblaze b2 for me is you can just sync a whole folder full of small files instead of compressing them into an archive first prior to uploading to a b2 bucket. This means you can access individual files later without the need to download the whole archive.
I still use b2 to store long term backup archives though.
Hetzner also supports snapshots and you can upload files uncompressed.
I haven't actually tried it though so I'm not sure how it compares with rsync.net. How easy it is to access snapshots on hetzner? On rsync.net, snapshots are stored under
.zfs
folder so it's very easy to access.You turn the visibility in the web interface on and then you can browse them as well.
I don't know from the top of my head and I can't check right now.