this post was submitted on 08 Jun 2025
719 points (98.4% liked)
memes
15487 readers
1 users here now
Community rules
1. Be civil
No trolling, bigotry or other insulting / annoying behaviour
2. No politics
This is non-politics community. For political memes please go to !politicalmemes@lemmy.world
3. No recent reposts
Check for reposts when posting a meme, you can only repost after 1 month
4. No bots
No bots without the express approval of the mods or the admins
5. No Spam/Ads
No advertisements or spam. This is an instance rule and the only way to live.
A collection of some classic Lemmy memes for your enjoyment
Sister communities
- !tenforward@lemmy.world : Star Trek memes, chat and shitposts
- !lemmyshitpost@lemmy.world : Lemmy Shitposts, anything and everything goes.
- !linuxmemes@lemmy.world : Linux themed memes
- !comicstrips@lemmy.world : for those who love comic stories.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
What's a good medium to back up to, assuming I don't want to pay for a RAID setup?
The best way is to just backup to multiple locations and actively manage it. RAID at the backup destination is nice because it means that if a disk fails, you don't immediately lose everything there. But if you have multiple places where that data lives then it's not the end of the world to just re-create the backup.
If you want to get into true archival solutions(way more expensive than setting up a RAID) then you're looking at things like M-Disc and LTO tape
I went M-Disc. Need a special burner and disks cost me $30NZD each or about $18USD for 100GB.
They are write once (I fucked up two early on) but they should last 100+ years. I burnt about 1TB, and made two copies (one for offsite storage). It was not cheap.
RAID is not a backup.
To be fair, RAID is not backup for itself but if they have their stuff on a computer and then sync it to a NAS RAID then that's backup.
Yeah, the idea is that you should have another copy that is disconnected from the main one, if you have that then you do have a backup.
You can set up a pretty robust backup system for pretty cheap if you already have the drives, and the knowledge to set it up yourself. I have two always on devices, an NAS that is my central location for important files, which syncs to a backup device with two hard drives that are synced at different intervals. If a drive fails, it gets replaced, and I haven't lost the core of my backups, I might lose some incremental backups, but it's more important to me that I have 3 copies available on different drives. 2 are in one location, the third in a separate location and my syncs are each an interation behind, so if there's a huge screw up, it'll take three sync cycles before the main copies are lost (not including the incremental backups I also keep).
This setup allows you to replace drives as they fail so you can constantly update with technologies and don't need to worry about what's the best medium.