Page 81 of 138 FirstFirst ... 3171798081828391131 ... LastLast
Results 801 to 810 of 1375

Thread: Howto: Backup and restore your system!

  1. #801
    Join Date
    Oct 2005
    Location
    Cleveland,OH
    Beans
    6
    Distro
    Hardy Heron (Ubuntu Development)

    Re: Howto: Backup and restore your system!

    cigtoxdoc take a look at APTonCD http://aptoncd.sourceforge.net/

  2. #802
    Join Date
    Nov 2007
    Beans
    70
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Question Re: Howto: Backup and restore your system!

    Thanks for the howto! I just have a couple questions about it:

    1. I'd like to create the .tgz file on an external hard drive (which I know how to mount). How would I type that in the tar command?

    2. I have two partitions on my hard drive I'd like to backup: an unbuntu partition and a windows partition. Would the procedure be the same for both (I'll exclude the... exclude options on the windows partitions)?

    Thanks for the help!

  3. #803
    Join Date
    Oct 2008
    Location
    $HOME
    Beans
    112
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Howto: Backup and restore your system!

    Code:
    tar cvpzf {Insert External Hard Drive Location Here (example: /media/Maxtor/ or maybe /mnt/Maxtor/) and include slash at end}backup.tgz --exclude=/proc --exclude=/lost+found --exclude=/backup.tgz --exclude=/mnt --exclude=/sys /
    $(fortune)
    In a world without walls and fences, who needs windows and gates?

  4. #804
    Join Date
    Jun 2007
    Location
    Michigan, USA
    Beans
    465

    Re: Howto: Backup and restore your system!

    Will this work if moving your system to a new, larger harddrive?
    Ubuntu 14.04 Server
    -Linode 1GB
    Ubuntu Mate 16.04 Laptop
    -Toshiba Satellite A505-6005, Intel i3, 4.00 GB ram

  5. #805
    Join Date
    Oct 2008
    Location
    $HOME
    Beans
    112
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Howto: Backup and restore your system!

    Quote Originally Posted by Haluci View Post
    Thanks for the howto! I just have a couple questions about it:

    1. I'd like to create the .tgz file on an external hard drive (which I know how to mount). How would I type that in the tar command?

    2. I have two partitions on my hard drive I'd like to backup: an unbuntu partition and a windows partition. Would the procedure be the same for both (I'll exclude the... exclude options on the windows partitions)?

    Thanks for the help!
    Do you want to backup the external hard drive, or just put a backup of your computer on it?
    $(fortune)
    In a world without walls and fences, who needs windows and gates?

  6. #806
    Join Date
    Oct 2008
    Location
    $HOME
    Beans
    112
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Howto: Backup and restore your system!

    New version of shbackup available.
    $(fortune)
    In a world without walls and fences, who needs windows and gates?

  7. #807
    Join Date
    Jun 2007
    Beans
    602
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Howto: Backup and restore your system!

    Quote Originally Posted by bgs100 View Post
    New version of shbackup available.
    shbackup?
    Ubuntu 12.04 64-bit - IP35-Pro | Q6600@3.3ghz(TRUE [lapped]) | G.Skill 2x2GB | MSI NX8600GT | 150GB WD Raptor ||| NAS - Ubuntu 10.04 - Intel D865GBF | P4 3.0GHz | G.Skill 4x1GB | FX5200-AGP | 3x250GB mdadm Raid5

  8. #808
    Join Date
    Jul 2006
    Beans
    51

    Re: Howto: Backup and restore your system!

    Another nice method is Remastersys

    http://www.remastersys.klikit-linux.com/

  9. #809
    Join Date
    Jan 2008
    Beans
    237

    Re: Howto: Backup and restore your system!

    Thanks for the tut. I did a backup and I got this message at the end. (tar: /: file changed as we read it) Is this normal? Thanks

  10. #810
    Join Date
    Nov 2007
    Beans
    70
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Howto: Backup and restore your system!

    Quote Originally Posted by bgs100 View Post
    Code:
    tar cvpzf {Insert External Hard Drive Location Here (example: /media/Maxtor/ or maybe /mnt/Maxtor/) and include slash at end}backup.tgz --exclude=/proc --exclude=/lost+found --exclude=/backup.tgz --exclude=/mnt --exclude=/sys /
    Thanks! So, if I'm backing up a partition from a live cd, would I have /dev/sda2 (for example) at the end or would I be better off navigating to the root of both partitions?

Page 81 of 138 FirstFirst ... 3171798081828391131 ... 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
  •