F5F Stay Refreshed Software Operating Systems Yes, we have a backup of your data.

Yes, we have a backup of your data.

Yes, we have a backup of your data.

P
Propolix
Member
77
02-23-2023, 07:39 AM
#1
Yes, you can save your apps and restore them exactly as they were before installing Llinux.
P
Propolix
02-23-2023, 07:39 AM #1

Yes, you can save your apps and restore them exactly as they were before installing Llinux.

R
Rodri_Mendes
Member
223
03-06-2023, 12:11 AM
#2
Usually you don't have to backup the apps themselves, just their configurations. I keep my home folder safe with rsync (leaving out certain temporary folders). Be sure to add hidden spots like .local, .mozilla, .thunderbird—they hold personal app settings. Once I reinstall Linux and re-add these programs, restoring the home directory should recover most of my in-app preferences (such as bookmarks and Firefox settings)
R
Rodri_Mendes
03-06-2023, 12:11 AM #2

Usually you don't have to backup the apps themselves, just their configurations. I keep my home folder safe with rsync (leaving out certain temporary folders). Be sure to add hidden spots like .local, .mozilla, .thunderbird—they hold personal app settings. Once I reinstall Linux and re-add these programs, restoring the home directory should recover most of my in-app preferences (such as bookmarks and Firefox settings)

M
Mimgu
Member
131
03-06-2023, 01:41 AM
#3
For a GUI version of rsync, try timeshift
M
Mimgu
03-06-2023, 01:41 AM #3

For a GUI version of rsync, try timeshift

S
Shaggy24
Member
64
03-08-2023, 08:14 PM
#4
Settings are saved in your home folder under ".config" and ".local" folders, with some unusual paths. For packages, you can't directly manage them in a GUI, but via terminal commands you can list installed apps, filter by distribution, and save the results to a text file. To reinstall using that list, run the package manager with the file as an argument.
S
Shaggy24
03-08-2023, 08:14 PM #4

Settings are saved in your home folder under ".config" and ".local" folders, with some unusual paths. For packages, you can't directly manage them in a GUI, but via terminal commands you can list installed apps, filter by distribution, and save the results to a text file. To reinstall using that list, run the package manager with the file as an argument.

C
CapnCrunch
Member
73
03-08-2023, 09:42 PM
#5
You can safeguard your configuration files using rsync. With NixOS, it's simple to restore previous versions of your applications. (reproducible setup)
C
CapnCrunch
03-08-2023, 09:42 PM #5

You can safeguard your configuration files using rsync. With NixOS, it's simple to restore previous versions of your applications. (reproducible setup)

P
Pagaard
Junior Member
16
03-13-2023, 08:07 AM
#6
P
Pagaard
03-13-2023, 08:07 AM #6