this post was submitted on 22 Jul 2023
109 points (95.0% liked)

Selfhosted

62256 readers
1444 users here now

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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I just got my home server up and running and was wondering what you guys recommend for backups. I figure it will probably be worth having backups on cloud servers tjay are external, are there any good services yall use for that?

you are viewing a single comment's thread
view the rest of the comments
[–] johntash@eviltoast.org 9 points 3 years ago (2 children)

rsync.net is great if you need something simple and cheap. Backblaze B2 is also decent, but does have the typical download and API usage cost.

[–] Crazeeeyez@lemmy.world 6 points 3 years ago (3 children)

I had never heard of rsync.net until now. I like the idea but it seems more expensive than B2. $15/TB vs $5/TB. Am I doing the math wrong or reading it wrong?

[–] YonatanAvhar@programming.dev 8 points 3 years ago (1 children)

I've never heard of it either, but I came to the same conclusion as you

[–] gamer@lemm.ee 1 points 3 years ago

Yeah rsync.net has always been pricey.

[–] mikazuki@lemmy.world 3 points 3 years ago

When I researched what to use for my backup I found rsync.net. They have some nice features nobody else seems to support, like they support ZFS send/receive https://www.rsync.net/products/zfsintro.html

But in the end the price made me go with borgbase.com

[–] johntash@eviltoast.org 3 points 3 years ago (1 children)

I don't see it on their website right now, but they offer a discount if you're using something like restic/borg and only need scp/sftp access. Their support is also super friendly. I've had an account forever and got moved to the 100+ TB pricing even though I have < 50TB stored. YMMV but it doesn't hurt to ask if they have any additional discounts.

Also keep in mind that B2 charges for bandwidth too. It's $5/TB for storage, but $10/TB to download that same data.

[–] Crazeeeyez@lemmy.world 2 points 3 years ago

Sure but backup is mostly data in (free on B2). Data out is rare, if ever.

If i wasn’t backing up 12TB+ I would actually go with rsync for the features though.

Borgbase looks interesting, too.