Page 104 of 138 FirstFirst ... 45494102103104105106114 ... LastLast
Results 1,031 to 1,040 of 1375

Thread: Howto: Backup and restore your system!

  1. #1031
    psusi is offline Ubuntu addict and loving it
    Join Date
    Sep 2005
    Location
    Orlando, FL
    Beans
    3,980
    Distro
    Ubuntu Development Release

    Re: Howto: Backup and restore your system!

    It means what it says; there were previous errors. So read what it said previously for details.

  2. #1032
    Join Date
    Mar 2010
    Beans
    7

    Re: Howto: Backup and restore your system!

    Does this not leave a lot of junk on the system? I want to copy a Ubuntu installation to another computer. I freshly installed the other PC, but there is still a lot of junk of uninstalled apps (e.g. Rythmbox, Totem)

  3. #1033
    Join Date
    May 2006
    Location
    GA
    Beans
    21
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Howto: Backup and restore your system!

    I have created three separate backups using the method in the first post. Backed up to separate partitions (excluded all other mounted devices) and have not been able to restore the backup on any occasion.

    For example, backed up Ubuntu 9.10 to the external partition (tar cvpzf /media/Linux_Backup/2010Mar10backup.tgz --exclude=/proc --exclude=/lost+found --exclude=/backup.tgz --exclude=/mnt --exclude=/sys /). Unmounted all unnecessary volumes.

    Installed Ubuntu 10.04 as an upgrade, then decided to restore 9.10 with
    tar xvpfz /media/Linux_Backup/2010Mar10backup.tgz -C /. The restore failed as all other attempts.

    What am I missing?

  4. #1034
    Join Date
    Feb 2007
    Location
    Mauritius
    Beans
    523
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Howto: Backup and restore your system!

    sudo?
    Linux cheat sheet

    If you can't afford to loose it, if you don't know how to get it back: back it up.

  5. #1035
    Join Date
    Feb 2010
    Beans
    67
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Howto: Backup and restore your system!

    To make the backup have a date extension, you might want to check out this script which I am now using as it does everything I need.
    http://ubuntuforums.org/showthread.p...pt+run+nightly
    The section that you need is this bit:
    Code:
    # Create archive filename.
    day=$(date +%a)
    time=$(date +%R)
    hostname=$(hostname -s)
    archive_file="$hostname-$day-$time.tgz"
    Seanbw
    www.erpphd.wordpress.com (proposed phd site)

  6. #1036
    Join Date
    Jan 2010
    Beans
    5
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Howto: Backup and restore your system!

    Hi...

    Please tell me, I've done a backup as mentioned on the first post.
    Now I want to restore everything, but I want the process to delete files that were made after the first backup. I want a clean system. When I do the restore, it says "tar: Exiting with failure status due to previous errors" and that's just it... All the files added after the backup are still there.
    Last edited by IcyTexx; March 21st, 2010 at 09:24 PM.

  7. #1037
    Join Date
    Jul 2009
    Location
    Mumbai (INDIA)
    Beans
    51
    Distro
    Ubuntu 10.04 Lucid Lynx

    Lightbulb Re: Howto: Backup and restore your system!

    Can I use this method to backup everything from my 32 bit 9.04 to 64 bit 9.10?
    I am going to install fresh 64 bit 9.10 to new hdd.
    My current hdd have 32 bit 9.04.
    Anyone had already done like this?
    Will it cause any problem? damage? compatibility issue etc?
    Last edited by Abhijit Navale; March 22nd, 2010 at 02:13 PM.
    Abhijit Hp-Compaq Presario A965 TU Laptop Intel Centrino Core 2 Duo(Freq. 2 GHz), 2GB RAM, 160 GB HDD

    Proud member of The Ubuntu Manual team.

  8. #1038
    psusi is offline Ubuntu addict and loving it
    Join Date
    Sep 2005
    Location
    Orlando, FL
    Beans
    3,980
    Distro
    Ubuntu Development Release

    Re: Howto: Backup and restore your system!

    Quote Originally Posted by Abhijit Navale View Post
    Can I use this method to backup everything from my 32 bit 9.04 to 64 bit 9.10?
    This question does not make sense. You backup from one disk to another, not from one version of the OS to another.

  9. #1039
    Join Date
    Jul 2009
    Location
    Mumbai (INDIA)
    Beans
    51
    Distro
    Ubuntu 10.04 Lucid Lynx

    Question Re: Howto: Backup and restore your system!

    I am makeing back of all data on ubuntu 9.04 32 bit.
    ..
    ..
    ..
    After That I am going to resotre that backup to new hdd to Ubuntu 9.10 64 bit.

    So I have 32 bit aps on this 9.04, wll all of them JUST WORK on my new 64 bit 9.10?
    Abhijit Hp-Compaq Presario A965 TU Laptop Intel Centrino Core 2 Duo(Freq. 2 GHz), 2GB RAM, 160 GB HDD

    Proud member of The Ubuntu Manual team.

  10. #1040
    Join Date
    Mar 2010
    Beans
    4

    Angry Re: Howto: Backup and restore your system!

    Thank you so much for this tutorial.
    I was trying to repair my grub for the past few days and was really frustrated.
    None of the suggested method works.

    When I tried method two, posted my remmelt, the terminal just replied:
    /
    The program 'grub' is currently not installed. You can install it by typing:
    sudo apt-get install grub
    grub: command not found
    /

    I don't have internet connected to my computer (the one I am trying to repair), what should I do?

    I can use the command "grub-install" though. However, when I tried the method provided by rpakdel
    (the 4th method), the terminal tells me that it can't do that:

    me : mkdir /ubuntu
    me : mount /dev/sda /ubuntu

    system:
    /dev/sda already mounted or /ubuntu busy


    me : grub-install /dev/sda

    system :
    /usr/sbin/grub-probe: error: cannot find a device for /boot/grub (is /dev mounted?)

    What should I do? I really need to repair it!

    G

Page 104 of 138 FirstFirst ... 45494102103104105106114 ... LastLast

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
  •