Ubuntu Main Menu
| Backup and Restore Ubuntu 8.04 LTS, 8.10, 9.04 or 9.10 |
|
|
|
Написано от myOltrans
Понеделник, 16 Март 2009 19:42
Последно променен на Понеделник, 05 Април 2010 17:04
Backup your system How To Backup Your Ubuntu System With Remastersys Backup your files Duplicity is able to meet these specific backup requirements:
To use off-site backup via FTP you need to prepare the other server:
For more information - FTP Server. If your backup has broken due to any reason - server has stopped, connection has stopped, Duplicity will checkpoint your last backup and continue it from the last volume. This feature is available from DUplicity version 0.6. Ubuntu 9.10 and less uses the 0.5 version. To install latest version of Duplicity follow this steps:
For more information read Duplicity team - Adding this PPA to your system . RemastersysRemastersys is a tool that can be used to do 2 things with an existing Debian, Ubuntu or derivative installation.
To install Remastersys, the Remastersys repository needs to be added to your /etc/apt/sources.list. Open the source.list: gksu gedit /etc/apt/sources.list and paste the following: # Remastersys deb http://www.geekconnection.org/remastersys/repository ubuntu/ Then simply either reload in Synaptic or you can "sudo apt-get update" and install remastersys. For more information - Remastersys for Debian and Ubuntu.
Before backup - Remove old kernelsSource - Remove Ubuntu Kernels You Don't Need Every time Ubuntu installs a new Linux kernel, the old one is left behind. This means that if you are regularly updating an Ubuntu system the Grub boot menu becomes longer and longer with kernels you don’t need anymore. The old kernels are deliberately left installed and on the menu so you can boot a previous kernel if you have trouble with a new one. But if the new one works, you can safely uninstall the old kernel, which will also result in the Grub menu being cleaned up. First you need to find out what your current kernel is. Open a terminal and run the following command: uname -r It will print the version of the Linux kernel you are running, this is the one you want to keep. It should look something like this: 2.6.20-16-generic Open the Synaptic package manager from the System->Administration menu. Click the Search button on the tool bar and search for linux-image-2. The results should show every available and installed kernel. A green box on the left indicates that the package is installed. The only linux-image you want installed is the latest one. Find the package corresponding to the kernel to you running currently (this is the kernel you found in the terminal window). Make sure you keep that one. Now you can uninstall the old kernels from the list by clicking their boxes and selecting Mark for Removal. Caution! Be careful of what you remove. Ensure that you don’t remove your current kernel, or anything that is not a linux-image. It is possible to break Ubuntu if you remove the wrong kernel. Click the apply button on the tool bar to complete the changes. Your computer and Grub menu should now be free of old kernels. |


