this post was submitted on 08 Jun 2025
724 points (98.5% liked)

memes

16739 readers
2548 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to !politicalmemes@lemmy.world

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/Ads/AI SlopNo advertisements or spam. This is an instance rule and the only way to live. We also consider AI slop to be spam in this community and is subject to removal.

A collection of some classic Lemmy memes for your enjoyment

Sister communities

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] potoo22@programming.dev 20 points 2 months ago (3 children)

What's a good medium to back up to, assuming I don't want to pay for a RAID setup?

[–] Godort@lemmy.ca 17 points 2 months ago* (last edited 2 months ago) (1 children)

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

[–] Dave@lemmy.nz 15 points 2 months ago

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.

[–] three@lemmy.zip 10 points 2 months ago (1 children)
[–] Geth@lemmy.dbzer0.com 7 points 2 months ago (1 children)

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.

[–] Korhaka@sopuli.xyz 3 points 2 months ago

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.

[–] Cenzorrll@lemmy.world 1 points 2 months ago

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.