this post was submitted on 10 Jan 2025
120 points (96.2% liked)

Selfhosted

60482 readers
595 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.

  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.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Someone on Lemmy posted a phrase recently: "If you're not prepared to manage backups then you're not prepared to self host."

This seems like not only sound advice but a crucial attitude. My backup plans have been fairly sporadic as I've been entering into the world of self hosting. I'm now at a point where I have enough useful software and content that losing my hard drive would be a serious bummer. All of my most valuable content is backed up in one way or another, but it's time for me to get serious.

I'm currently running an Ubuntu Server with a number of Docker containers, and lots of audio, video, and documents. I'd like to be able to back up everything to a reliable cloud service. I currently have a subscription to proton drive, which is a nice padding to have, but which I knew from the start would not be really adequate. Especially since there is no native Linux proton drive capability.

I've read good things about iDrive, S3, and Backblaze. Which one do you use? Would you recommend it? What makes your short list? what is the best value?

you are viewing a single comment's thread
view the rest of the comments
[–] calmluck9349@infosec.pub 23 points 2 years ago (3 children)

3,2,1.

My nas is a Synology with raid.

  1. Backup with versions to a single large HD via USB. This ransomware protection or accidental deletion. (Rsync)
  2. Offsite copy to backblaze b2.One version. (Rsync) (~$6/month) This would be natual disaster protection. flood, fire.
  3. Second not raided cheaper Synology at a friends on the other coast. This has ~3 versions. Sorta the backup to the first two.
[–] lemmeBe@sh.itjust.works 9 points 2 years ago (1 children)

3, 2, 1. ❤

Without implementing this, it's a delusion that some company, regardless of the size and reputation, can be trusted to keep our data safe.

[–] coffeetastesbadlikecoffee@sh.itjust.works 8 points 2 years ago (1 children)

Also don't forget to restore test, otherwise you may as well not do backups. I have a reminder for once a year to test them, not just if it works but also what the performance is just in case.

[–] qwexfle@lemmy.ml 4 points 2 years ago

This is the part that gets me. I don't know how to automate this. I periodically retrieve something from the backups, which, so far, has worked. That's not really good insurance, though. Any suggests or resources, ideally for borg and/restic?

[–] jagged_circle@feddit.nl 2 points 2 years ago (1 children)

You can get append only backups on backblaze with their lifecycle rules. So that can have ransomware protection too

[–] peregus@lemmy.world 3 points 2 years ago (1 children)

"Append only backup" what's that?

[–] jagged_circle@feddit.nl 3 points 2 years ago* (last edited 2 years ago) (1 children)

Its a system where you can only apppend, not delete.

https://en.wikipedia.org/wiki/Append-only

Its what's required for ransomware safe backup system, since the attacker can't delete your backups because they can only append

[–] peregus@lemmy.world 1 points 2 years ago (1 children)

Oh, I see, I didn't know that "nomenclature". Thanks! Good for some thing, dangerous for other because the stored data keeps growing.

[–] jagged_circle@feddit.nl 1 points 2 years ago* (last edited 2 years ago)

With backblaze you can set lifcycle rules. For example, any file with the regex "daily" in it automatic gets deleted after 30 days. And any file with "yearly" in it gets deleted after 5 years

[–] tired_n_bored@lemmy.world 1 points 1 year ago (1 children)

How do you do versioning with rsync? I use rdiff.

[–] calmluck9349@infosec.pub 1 points 1 year ago

Maybe it's diff presented as versions? I use hyper backup on Synology.

Similar to these steps:

https://gist.github.com/mrl22/476d710fea63d71a770d0d44ca54325a