Results 1 to 6 of 6

Thread: Restoring backup after upgrading Ubuntu

  1. #1
    Join Date
    Nov 2009
    Posts
    914

    Restoring backup after upgrading Ubuntu

    Hi,
    I am planning to perform a Ubuntu upgrade. But before that I need to backup data just to ensure that I can restore them back after upgrade. I need some tips and suggestion for that. What are the different backup options available in Ubuntu. Then what is the process of restoration. Does if I leave the data as it is then does upgrade will clear that after installation.

  2. #2
    Join Date
    May 2008
    Posts
    3,316

    Re: Restoring backup after upgrading Ubuntu

    I just updated my Xubuntu distribution to version 7.10, Gutsy Gibbon. First and foremost, I wanted to save my data safe in case of trouble. Here is a safe and simple way to create a disk image that you can restore if a problem unfortunately happened to your system. You can use afbackup which is a open source tool that can be used to backup your data. Use this before running any upgrade.

  3. #3
    Join Date
    Apr 2008
    Posts
    4,642

    Re: Restoring backup after upgrading Ubuntu

    There are Lots of ways to create an image backup on Linux. These included the presence of specialized utility such as Ghost for Linux or excellent Partimage. However, it is possible to create simple, and without installing anything, an archive of your system using the tar command. The benefits are quite numerous like nothing to install, you can continue working while tar works in the background. The procedure is simple: A command to create the archive, one for the restore. No need to use a live CD and no need to remove the partitions that you want to save.

  4. #4
    Join Date
    May 2008
    Posts
    4,570

    Re: Restoring backup after upgrading Ubuntu

    We must first place ourselves at the root of the disc and become root to start the backup by the command console. For this type cd / sudo su. Then execute the following command, who will create the archive - tar cvpzf backup.tgz --exclude=/proc --exclude=/lost+found --exclude=/backup.tgz --exclude=/mnt --exclude=/sys / . It is simply to create a tgz archive format, which will include your entire system, except the directories specified in the exclude parameter. A few (dozen) minutes later, your backup backup.tgz sits proudly at the root of the drive. It'll just put it away for future use, eg on a CD / DVD, or on another partition.

  5. #5
    Join Date
    May 2008
    Posts
    4,345

    Re: Restoring backup after upgrading Ubuntu

    The following command will restore your data as they were when you created the backup. Attention restoring the backup, all your current files will be replaced by those contained in the backup. tar xvpfz backup.tgz -C /. By this command the entire backup file we restored back to your default directories. But take care that you must be familiar with the different command console.

  6. #6
    Join Date
    May 2008
    Posts
    4,831

    Re: Restoring backup after upgrading Ubuntu

    Here is a more easy to taking backup before upgrading. You can use a tool called Amanda. It is a program well-suited for enterprises with a park and wishing to set up computer backups. Indeed Amanda saves data to an entire network and no matter that it is Windows or Linux / Unix. The application supports all types of backup media: tapes, disks, optical media, etc.

Similar Threads

  1. Sync / Restoring backup for iPhone and Outlook
    By Pinku.D in forum Portable Devices
    Replies: 5
    Last Post: 23-02-2012, 07:39 PM
  2. Some question regarding Restoring with Titanium Backup
    By chAntY in forum Windows Software
    Replies: 7
    Last Post: 07-01-2012, 09:39 AM
  3. Replies: 8
    Last Post: 24-12-2011, 10:02 AM
  4. Permission to access files after restoring vista backup
    By B-JOB Guru in forum Operating Systems
    Replies: 3
    Last Post: 21-01-2011, 11:36 PM
  5. Restoring a backup file in Windows Vista
    By Derwin in forum Operating Systems
    Replies: 3
    Last Post: 16-02-2009, 11:42 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,750,173,329.43143 seconds with 16 queries