• 0 Posts
  • 27 Comments
Joined 1 year ago
cake
Cake day: July 9th, 2024

help-circle
















  • Timeshift is just for the system itself. BTW in Preferences you might want to turn on Automatic Maintenance/Remove obsolete kernels and dependencies (in the Automation tab). This keeps old kernels from filling up your drive.

    For backing up my data, I use Lucky Backup (in the repositories) set with the default profile to back up my entire home folder to a secondary hard drive and another profile that backs it up to a USB drive. It’s basically a user-friendly front end for rsync.




  • If your package manager is apt, you can get a list of all the packages you have installed with

    apt list --installed

    There’s also a command to automatically reinstall all your apps from the list, I don’t remember offhand, but I usually just do them manually from Synaptic.

    As other commenters have said, some people keep their /home on a different partition so you can reinstall or install a different distro without losing all your configurations (always back it up first anyway of course). But another thing I’ve done a lot is just have a different disk or partition with all my data files on it (called ‘data’ of course :p ), and I put a link to it in my home directory. So when I reinstall the OS I do have to backup my home dir and then copy it over to the new install home dir, but it’s small and just has my dotfiles and things.

    Also on the data partition I have a backup subfolder where I keep a copy of any system config files that I’ve edited (usually found in /etc/), such as my pulseaudio config, so I can restore those.

    And you can always try out different distros in a virtual machine or with a live USB before making the commitment of installing one on your hardware.