I want to backup my application setup files.(source packages)
So can anybody please help me find the location where these setup files are stored in Ubuntu Natty Narwhal.
|
|
From the comment to @DannyStaple I understand you look for different information. If you want to know where
This directory could become very big, so feel free to remove the content by hand, or preferably by issuing the command
Moreover, if you want to know were are the files unpacked from the package you installed, the following command give you the list
In particular, appending As a last note, there is no need to backup installed packages, they could be simply reinstalled from repos. If you do some modification to system configuration files (those residing in |
|||
|
|
Most apps will store personal settings in what are known "dotfiles". These are in your home directory, normally under ".appname" - that is the app name, preceeded by a dot. Sometimes this will be the name of a particular library the app uses instead. Some apps store them under gnome or kde configuration directories that are also dotfiles in your home directory. The safest thing here is to back up your home directory, and if you know there are large files you don't want, such as media files, then you can exclude them. Server apps (like apache, mysql, sshd) are quite different - but I will assume for now that you mean user apps. |
|||||
|
|
You can use an application called APTOnCD to create a backup of all the applications you have installed. It's in the Ubuntu repos and you should be able to find it in the Ubuntu Software Center.
|
|||
|