Another problem is that most manufacturers of laptops directed at the Linux crowd, for some reason I will never understand, insist on punching Nvidia hardware instead of AMD/ATI.
How does that help?
Unfortunately for those of us that use Cuda features, AMD just really isn't that viable of an alternative. Anyone who's had to deal with ROCM can attest to this...
Timeshift with BTRFS kicks ass. I have mine set for daily snapshots, retained for a week. Only the changes between snapshots are stored, so the extra disk usage is minimal, and easily justified by the peace of mind in case of fuck-ups or broken updates.
Only the changes between snapshots are stored, so the extra disk usage is minimal
If you want to use a similar approach for backups, Borgbackup is a pretty nice piece of software. I have two backups of my most important files: One on my NAS at home, and one "in the cloud" on a storage VPS (ends up way cheaper than using S3, B2 or anything like that).
Timeshift. It has an easy to understand GUI that doesn't really need much of an intro: You create snapshots of your system files and configs that can be restored if/when you bungle it up.
Timeshift works best if you use BTRFS for your root partition because snapshots can be taken instantly. I have mine setup to automatically take a snapshot every day.
Why does Timeshift only support btrfs? Is it just a lack of developers? LVM supports snapshots too, even if you're just using ext4. ZFS supports snapshots too.
Is it dumb that I only backup my docs and anything else I think is important? I can rebuild fairly quickly if something would happen. I ask since I know that people backup a variety of their directories
I will never install a Linux desktop without a snapshotting root filesystem ever again. Nvidia driver updates, /boot getting too full during kernel or driver updates, a bad update of pipewire half a year ago, and more I can't remember. Was always able to boot to previous snapshot of the OS, and address whatever it was. Some ZFS here, some BTRFS there... and my small fleet of Linux desktops are as easy to recover as any immutable OS. Better even, because snapshots allow me to pull individual items or things between states easily, too.
Am on LMDE6 with an ancient Nvidia card. Because I've had to resort to using the Nvidia OEM driver installer (which can be a pain to use), installed Xorg updates lurk quietly until a full reboot at which point they generally cause offloading of GPU tasks to the CPU instead because it hasn't figured things out properly.
Timeshift has been useful at least twice in getting me back to a less stressed system.
I think I have a procedure figured out now though (documented here for posterity even if it helps no-one today):
Make a Timeshift snapshot just in case
Install the pending Xorg update
Reboot so it's fully active
Check to see if GPU tasks are being offloaded to the CPU by doing something graphics intensive and noting temperatures or usage%. If not, a miracle has occurred and continuing isn't needed.
sudo remove the execute permission on /usr/bin/Xorg so that it can't immediately be restarted by subsystems designed to protect the average Mint user from command lines and consoles.
Kill Xorg
Log in through a console, via Ctrl+Alt+F1 or similar if not dumped to one by killing Xorg.
Re-install the Nvidia OEM driver
sudo put the aforementioned execute permission back on
Repeat steps 2 and 3 and hope that this time the GPU is doing the work.
Reboots ought to be replaceable by running specific commands, but I haven't gone deep enough into things to know the right things to do there. Reboots are quick and easy enough.
Obvious intermediate steps include not doing anything else important during this and saving important work before starting.
e.g. did you know it's possible to bookmark all open tabs? Well worth looking into.
The nvidia 545 drivers are an absolute dumpster fire. Even for beta drivers they are easily the worst drivers I've ever used. They claim to fix the vrr gsync bug tho... so as soon as they fix gestures broadly everything else, maybe they'll be good
Definitely. I use Timeshift on Linux Mint Debian Edition and set it to take weekly snapshots. Saved my bacon about 2 weeks ago when a kernel update borked my system.
Neat little guide (Arch, systemd) to set up automatic snapshots when you run a pacman/yay update and the option to chose snapshots in grub during startup. Really useful.
I'm on 545 and I have no issues. But I'm also not using Ubuntu...
Maybe it's the distro that's the problem not the backup. I mean I'd rather have a distro with smooth updates than one that makes me need snapshots.
What's even the point with such a distro, ok so I restore previous working state, then what, I can't do updates anymore? Living in fear of official updates sounds terrible.
So you're implying there exists a distro that is perfect and never breaks anything? Sounds like denial. Having time shift in place is risk management and says nothing about the distro, which btw all are imperfect and may break eventually. Kinda confused how one can run Linux and be unaware of how complex and fallible ALL software is.
No, I'm implying that official updates breaking the system is insane and should not be accepted as the norm to the point you casually need to use snapshots just to keep your system working.
I think it's just dumb to not make a backup before large updates. There's so many things happening, a lot can go wrong, especially if you have added 3rd party repos and have customized core parts of the system, not just through config files but let's say you switched to latest kde plasma from the one your distro ships.
And what happens if you have to restore the backup?
You can look up what's the solution to your problem in peace while everything is still working. If it was a server, all the services are still available, if it was your desktop you don't have to use a live linux usb that's without all your configs to find the solution
You make a good point. Ubuntu gives you so many ways to shoot yourself in the foot that it's pretty much a given that it will get messed up eventually. So you have to use snapshots.
On Arch based distros the updates just work. I've never had to snapshot anything. But having just one single community repo (AUR) contributes to that a great deal.