this post was submitted on 22 Mar 2024
22 points (95.8% liked)

Selfhosted

38810 readers
289 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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. 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.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

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

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

Basically title. Is it common to use some kind of RAID for backing up other RAIDs or do people just go with single drives?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 5 months ago

RAID is a choice if you're (generally) trying to maximize storage capacity against cost of drive capacity. It was born out of a lack of drives of sufficient capacity.

Mirroring is useful for protection against hardware failures - it's not a backup.

Follow the 3:3 rule: 3 backups, in 3 different "locations". Locations in quotes because 2 different cloud storage providers count as 2 different locations.

Whether your "local" backup (in your location, at a friend's house, etc) uses RAID depends on your requirements, cost sensitivity, etc.

I have a couple RAID setups only because I always have spare drives around, and it's relatively cheap to build a box to run something like UnRAID or TrueNAS which can take advantage of mixed drive sizes.

My current setup is an old file server with a large drive that is currently replicating to an external drive, a small NAS, and Crashplan.

Not an ideal setup since 2 backups are local (though my NAS is easy to grab and run with, weighs about 10lbs).

Next phase is to move to Storj.io and switch to a proper backup tool like Borg.