![]() |
Question about Backup: Can I Use the /home directory from one distro in another?
I installed the beta of Ubuntu 9.10 Karmic, and I am now stuck with a barely usable system, so I am going to remove it. I've already backed up the home directory, and what I was wondering is this:
If I were to install a completely different distro, like, say, OpenSUSE, would I be able to copy back my home directory without problems and have things still work, or would I have to reinstall Karmic? I had always believed that Linux distros were more or less the same except for cosmetic differences, but this seems like it'd be a different case somehow.. |
I've tried this in the past and my usual result was that I would have a working system with a lot of weird quirks. Some software may have incompatible config files sitting in your home folder.
On a side note, you can try updating your beta Karmic again, and may get a more stable desktop. I've been updating pretty much every day for the past month, and have cycled in and out of unusability :) The easiest way is just issue the following command: Code:
sudo apt-get update && sudo apt-get dist-upgrade -y |
Quote:
It may be that during the change-over, you want to dual-boot until you are confident that the new distro is OK for you -- and that means having your data files available under both distros. One solution is to separate the "distro-specific" from the "not distro-specific". I have /home/c as part of the / file system, containing all the distro-specific files and /home/c/d as a separate file system containing all the "not distro-specific" files and mounted under both distros Code:
root:/etc# df -hCode:
c:~$ ls -Al | grep '^l' |
I would suggest that you keep separate backups for your own files in your home directory, and a separate backup of all the invisible files and directories within your home folder. For some applications it will be easier to use the installed configuration files, in other cases (like a mail application, Thunderbird for example) you will need to replace the application data with the data from your backup.
|
| All times are GMT -5. The time now is 02:22 AM. |