this post was submitted on 03 Jan 2024
208 points (95.6% liked)
Linux
48165 readers
1275 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.
I don't like Ubuntu, and I do like Arch's philosophy. But I think Arch is the more prone to breakage of the two.
Except that time a year and a bit ago where an Arch update broke Grub for a huge number of users.
No distro is immune to breakage.
And a filesystem snapshotting tool would help you restore bootloader how?...
So you agree, Arch can also break by updating.
Of course it can. And your PC can also fall off the desk. I'm saying a snapshot tool is a really poor solution for distro problems, it's really a bandaid for a problem that shouldn't exist.
Use a decent distro, take proper backups, and use snapshots for what they were intended — recovering small mistakes with personal files, not for system maintenance.
That's the point -- your claim about deb-based distros is just anecdotal.
The example here is Nvidia updates borking the system. I've have that happen to me numerous times on Arch-based systems.
I've run deb-based distros on some boxes over years of updates with no issues. On the other hand I've had updates cause breakages on Arch-based systems pretty much every time I've run them.
Which is to say anecdotes are useless, updates can break systems, and being able to immediately roll back to a working system and deal with updating later is a simple, nice thing to have with no downsides.