

Btw, has anyone here actually got hacked?
Lots of people have, usually it’s because they downloaded a cracked application that trojan-horsed a virus onto their system, or they installed a bad browser extension. Once on the system, the malware goes nuts spreading to other systems on their network, using keyloggers to grab passwords, etc.
Keep browser extensions to an absolute minimum, don’t download program crackers or cracked programs to get around licensing costs, don’t install random 3rd party software on your computer without serious vetting, use strong AND UNIQUE passwords for every account along with 2FA wherever possible, and you should be fine.
Oh, and lock your credit at all 3 bureaus. Every person in the US has had their information leaked by now, including full legal name, current and all previous mailing addresses, phone number, email, mother’s maiden name, and social security number. None of that information is private anymore. Freeze your credit to prevent someone from easily buying your info on the black web and stealing your identity. It’s free and you can temporarily unfreeze it at any time when you need to run a credit check (loan application, etc).
Only if you very carefully architect things to protect against it. I have absolutey seen instances where a drive had a fault and wouldn’t mount on the source, and a few hours later a poorly designed backup script saw the empty mount location on the source and deleted the entire backup. You have to be VERY CAREFUL when using a sync system as a backup. I don’t use syncthing, but if it can be configured to do incremental backups with versioning then you should absolutely choose that option.
I believe he was talking about a mini PC with a single drive, not Microsoft’s “One Drive”.
Lots wrong with this statement. The way you protect against bitrot is with block-level checksumming, such as what you get natively with ZFS. You can get bitrot protection with a single drive that way. It can’t auto-recover, but it’ll catch the error and flag the affected file so you can replace it with a clean copy from another source at your earliest convenience. If you do want it to auto-recover, you simply need any level of redundancy. Mirror, RAIDZ1, RAIDZ2, etc. would all be able to clean the error automatically.