Page 2 of 23 FirstFirst 123412 ... LastLast
Results 11 to 20 of 221

Thread: Howto: Backup and restore your system!

  1. #11
    Join Date
    Oct 2005
    Location
    Makati, Phils
    Beans
    6
    Distro
    Ubuntu Breezy 5.10

    Re: Howto: Backup and restore your system!

    one quick question though...I would just want to change the partitioning system of my ubuntu system from the normal to LVM...would this guide be a good approach (with some little tinkering, I guess). or this shouldn't be it.

    I wouldn't want to reinstall everything now that I have a working LAMP system and it takes a lot of time configuring everything.

  2. #12
    Join Date
    Aug 2005
    Beans
    992

    Re: Howto: Backup and restore your system!

    Quote Originally Posted by _Pete_
    There's a utility called split which you can use to split files to specified size.
    what's it called?
    I dont see it in the repos...

  3. #13
    Join Date
    Nov 2004
    Location
    yorkshire uk
    Beans
    71
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Howto: Backup and restore your system!

    I am trying to retrieve one file (my evolution Inbox) from backup with:

    tar xvpfz /media/cdrom1/backup.tgz/<file address> -C /<address of target directory>

    I get "Cannot open. Not a directory".

    Can anyone tell me the right code. Thanks

  4. #14
    Join Date
    Sep 2005
    Location
    Northfleet, Kent, UK
    Beans
    346
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Howto: Backup and restore your system!

    How about doing incremental backups using rsync? You can do it over secure connections too.

    Here's a good guide:
    http://www.mikerubel.org/computers/rsync_snapshots/

    rsync hompage:
    http://samba.anu.edu.au/rsync/

  5. #15
    Join Date
    Sep 2005
    Location
    Dhahran, SA
    Beans
    94
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Howto: Backup and restore your system!

    Quote Originally Posted by geofff
    I am trying to retrieve one file (my evolution Inbox) from backup with:

    tar xvpfz /media/cdrom1/backup.tgz/<file address> -C /<address of target directory>

    I get "Cannot open. Not a directory".

    Can anyone tell me the right code. Thanks
    The command should be like this:

    Code:
    tar xvpfz /media/cdrom1/backup.tgz /<address of target directory>/<file name> -C /<address of target directory>
    Notice the space after your backup file

  6. #16
    Join Date
    Oct 2005
    Beans
    171

    Re: Howto: Backup and restore your system!

    another easy way is if you have knoppix you can you partimage on knoppix.
    its very good and you can automatically have it split the backup into any size files.
    also you can run partimage from ubuntu but can't backup / as it needs unmounted partition.

  7. #17
    Join Date
    Oct 2005
    Beans
    32

    Re: Howto: Backup and restore your system!

    tar doesn't work here, kubuntu 5.10. tar will include all exclude directories and files. any other way, I have checked into rsync but I didn't find any info on doing local backups.

  8. #18
    Join Date
    Nov 2004
    Beans
    11

    Re: Howto: Backup and restore your system!

    Why don't use KDar?

  9. #19
    Join Date
    Nov 2004
    Location
    yorkshire uk
    Beans
    71
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Howto: Backup and restore your system!

    Quote Originally Posted by majed
    The command should be like this:

    Code:
    tar xvpfz /media/cdrom1/backup.tgz /<address of target directory>/<file name> -C /<address of target directory>
    Notice the space after your backup file
    Thanks majed. That did it. Cheers

  10. #20
    Join Date
    Mar 2005
    Location
    France
    Beans
    590

    Re: Howto: Backup and restore your system!

    Quote Originally Posted by DDM
    My tips for backing up:

    It's easiest to have your media (movies, music) in a separate partition. Mine is in a FAT32 partition just in case I have to venture into ******* for a few mins.
    I have had problems with the method described here, especially when switching filesystems. Now I use Knoppix DVD with partimage. Very easy stuff, never proven me wrong.

    And when choosing bz2 vs gzip compression, in my experience bz2 takes about 3 times as long as gzip, and only gives an extra 5-10% when compressing my ubuntu partition. But then again, if you have the extra time, then go for it.
    I would appreciate to know how you are using it ...I have been on the subject for weeks now if you are interested ?
    Ubuntu 10.04, Debian6 LXDE

Page 2 of 23 FirstFirst 123412 ... LastLast

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
  •