this post was submitted on 08 Jun 2025
733 points (100.0% liked)

memes

15614 readers
2635 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 [email protected]

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/AdsNo 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

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 2 points 1 week ago (1 children)

Removable storage isn't NAS, it's just good ol' storage, but a valid backup option nonetheless.
Removable HDDs and SSDs tend to be less reliable than their internal counterparts, I don't know to what degree, but if you make backups reasonably frequently, your OS will PROBABLY detect failures and point them out.

If you have extremely important data (like $9B worth of Bitcoin or something) you would need:

  • more than one off-site backup;
  • to know how to properly encrypt them and keep them safe;
  • a more reliable source of advice than some shmuck on Lemmy.

Speaking of encryption: do NOT store unencrypted sensitive data on removable storage.
Things like .kdbx files from KeePass should be fine, the application takes care of encryption for you, otherwise you should look for ways to encrypt each file or the storage device itself.

I personally have one 2TB external HDD and a RAID0 pair of 1TB HDDs, which I don't use exclusively as backup, and if an airplane crashes on my house then gg bb; cloud storage solutions are way more reliable than handling storage yourself, but then you'd be entrusting third parties with your stuff.

[โ€“] [email protected] 2 points 6 hours ago (1 children)

That is quite the education I just got. Thank you !

I am a bozo when it comes to these things ๐Ÿ˜‚

[โ€“] [email protected] 1 points 5 hours ago

No problem, this stuff can get very complicated if you want system-wide backups, but honestly if you just have media to keep safe simply copying stuff to an external HDD every now and then is enough.