109
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 18 Jun 2025
109 points (98.2% liked)
Technology
39241 readers
271 users here now
A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.
Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.
Subcommunities on Beehaw:
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 3 years ago
MODERATORS
Reminder "the cloud" is someone else's computer. If you're going to use it at least make sure the "someone else" isn't a clown hat like Microsoft.
(This article also prompted me to update the backup of my personal files. I'm not following the 3-2-1 rule; a USB stick is enough. I do like to keep it updated though.)
No, it’s really not. In addition to failing abruptly and often unpredictably, flash based media will suffer from bit rot when left unpowered for extended periods of time.
It is enough for my use case, considering the likelihood of my SSD and the USB stick going kaboom in the span of a single month is next to zero; if only one of them does it, I can use the other to recover the data to a third medium.
As long as your data isn't super important that's okay. But if it is, keep in mind that the chance of your USB stick failing when you try to read all the data off it after your SSD fails is fairly high. USB sticks do not do well with long reads or writes and tend to overheat and kill themselves. I'd strongly recommend picking up a hard drive to use as a third backup; a new 2TB drive is maybe $60, and a refurbished one half that.
It's mostly fluff kept for sentimental value. Worst case scenario (complete data loss) would be annoying, but I can deal with it.
That's one of the two things the 3-2-1 rule of thumb doesn't address - depending on the value of the data, you need more backups, or the backup might be overkill. (The other is what you're talking with smeg about, the reliability of each storage device in question.)
I do have an internal hard disk drive (coincidentally 2TB)*; theoretically I could store a third copy of the backup there, it's just ~15GiB of data anyway. However:
diff
of the most important bits of the data, bit rot is not an issueThat makes the benefit of a potential new backup in the HDD fairly low, in comparison with the bother (i.e. labour and opportunity cost) of keeping yet another backup.
*I don't recall how much I paid for it, but checking local hardware sites a new one would be 475 reals. Or roughly 75 euros... meh, if buying a new HDD might as well use it to increase my LAN.
Out of interest how high is "fairly high"? I don't think I've ever had a USB flash drive fail!
you don't need the whole usb drive to fail. It's enough if a sector or two went corrupt, and you won't be able to open (or even see) a directory, or copying a file will stop in the middle. maybe files disappear too, and then at best they get recovered to FOUND.001 or such directory without path and name, maybe also just partially, or interleaved with other lost or deleted files' fragments
Maybe I have had failures and haven't even noticed!
once I noticed failures on my ventoy pendrive because a specific bootable system had unexpected bugs each time I booted it. after I have rewritten it from backup, it was working fine again.
but bitrot works this way not just on pendrives, but SSDs and HDDs too. the system won't know unless it tries to read the file. SMART selftests may help. but even then, what good it is if it does not let you know actively?
Depends a lot on the quality of the stick. I have some that have worked well for years, and had others that failed after just a few writes. You'll probably be fine, but probably isn't good enough for a critical backup.
Yeah I'd definitely agree with not using them for critical backups. I think they're generally fine as long as they're never holding your only copy of something, but then I'd probably say that about every kind of drive...
I wouldn't even say that. Flash drives are good as temporary storage for copying/sharing files, or for stuff you need on hand (like a Linux boot stick), but I'd never include them as part of a backup system.
Do keep in mind that if you've got a flood, fire, or something else happening to your pc, it will be lost. That's why I'd recommend an off-site backup, or at least to somewhere else in the house than where the pc is.
The stick in question is off-site; it sees the PC once per month, then it gets back to the drawer in another room. And regardless of its fate, if I had a flood or fire affecting my PC, in the second store of a brick house, odds are that I'd have far more pressing matters than the data.
I mean just about anyone of sufficient size is susceptible to this. Just keep multiple backups.
Sure - the bigger the business, the more expendable each user/customer is. And Microsoft is really huge.
Two are enough for most people (the 3-2-1 rule); sometimes one. The catch is that at least one of those backups must be off-line, and in a different medium than the original. While you can use the cloud to increase the reliability of the whole system, you should never rely exclusively on it.