Timeshift for Linux has saved my ass 100 times
This is a backup tool using rsync, where you can "go back in time" to the previous version of your software. (like before an upgrade or change)
It doesn't directly touch the user files, like say a text file. But if your software gets rolled back, it might affect files that software uses (like a messenger)
There's both GUI and CLI (you can use CLI if you get locked out of the graphical desktop bootup). So then you'd select "Recovery Mode" in GRUB bootup, and then using that command line interface do a timeshift backup restore. Ask me questions on it! I want to help you
it's a great tool, saved me a bunch as well
Isn't an immutable district of such as NixOS doing pretty much the same thing?
yeah it's the same concept, but I think immutable gives even more control
hmm I've never even looked into it. I assumed it was some iOS thing. I could have used this when a system update borked python and pretty much forced a complete wipe and reinstall on ubuntu