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

Linux

13583 readers
182 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
[–] woelkchen@lemmy.world 2 points 3 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.