

It makes a lot of sense that they would.
Especially since I believe other major social media companies (Facebook; the service formerly known as Twitter) don’t care at all about bots and seem to want to use them as valid replacements for swathes of users or content generators.



This is exactly what happens! Or maybe one day you’re just extra tired or something. Mistakes happen. That’s a huge reason backups are so important, even in professional settings. Humans make honest mistakes, and that’s ok.
That’s actually why I like the knife analogy, because if you’re using a sharp knife, eventually you might get a cut. That doesn’t mean you shouldn’t be using the sharp knife (oftentimes you have to!), it’s just important to remember that it’s sharp. And to not blame yourself too much if you do get cut.
Oh if I remember correctly, rsync needs an argument to keep ownership! You have to run it as root, but
-owill keep owners and-gwill keep groups.-adoes both and also keeps permissions.As an aside, just to confirm, people talk about trying not to use
rm -rfbut that was the right thing to use! You don’t want to confirm “yes, delete that file” every time.