this post was submitted on 06 Sep 2025
113 points (98.3% liked)

Linux

13609 readers
96 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] djdarren@piefed.social 1 points 6 days ago (2 children)

As a relatively new Linux user, I picked KDE Neon for my work PC as I figured it made sense to have direct access to up-to-date KDE software. So I'm kind of disconcerted at reading that Neon is considered by KDE to be at the end of its road.

Given that I just did a regular installation, without putting Home on a separate partition or anything like that, what's the most efficient way of backing everything up and moving across to a distro that's more actively maintained?

[–] woelkchen@lemmy.world 2 points 6 days ago

what’s the most efficient way of backing everything up and moving across to a distro that’s more actively maintained?

Honestly, don't migrate everything. Things can break when moving configuration files between distributions and you'd end up having more work than backing up the necessities (user files) and doing the rest from scratch. User IDs in the file metadata are the first thing to mismatch and things could spiral down from there (looking for files in one place but the new distribution places it somewhere else, for example).

Get an external hard disk, format it as ExFAT and copy documents, videos, downloads,... from your home directory onto it. ExFAT does not support Linux file permissions, so from your new distribution you can copy the files without any "permission denied" errors.

Sadly Ubuntu and its derivatives such as Neon are still often recommended to newcomers for historical reasons even though there are more stable and easier distributions around. Ubuntu fucking up Flatpak compatibility in its latest release is just another chapter in an endless saga. Fedora KDE should offer a good balance between long term availability, recent KDE software and stability. Personally, I'm more of an openSUSE guy myself but some quirks may be a bit much for newcomers.

[–] bargo@mastodon.tn 1 points 6 days ago (1 children)

@djdarren @woelkchen you would be better off with #KDE #Linux because, I never tried it but, from what I heard I saw from other users, it's pretty unstable, at least #KDE #Linux is immutable distro based on #Arch so you have a significantly lower chance to break it

[–] bargo@mastodon.tn 1 points 6 days ago

@djdarren @woelkchen I migrated my #Linux many times between distros and I also do the same thing: I never have a seperate /home partition so I backup everything on /home on a seperate drive + other things & after I standard install the new distro, I live boot from USB & replace the new /home with the new /home content