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:
HDDs tend to be a bit less reliable than flash memory. Specially given the stick and SSD are relatively new, but the HDD is a bit older
since the stick is powered ~once a month (as I check if the backup needs to be updated), and I do a diff of the most important bits of the data, bit rot is not an issue
those sticks tend to fail more from usage than from old age.
Any failure affecting my computer as a while would affect both the HDD and the SSD, so the odds of dependent failure are not negligible.
I tend to accumulate a lot of junk in my HDD (like 490GiB of anime and shit like this), since I use it for my home LAN
That 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.
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…
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
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?
deleted by creator
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!
deleted by creator
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…
deleted by creator
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?