Dump and Restore


Results 1 to 2 of 2

Thread: Dump and Restore

  1. #1
    Join Date
    Mar 2010
    Posts
    3

    Dump and Restore

    Dear guys

    Please tell me the another way to take backup and restore in root boot and swap file system. I just want to know dump and restore command. I hope the linux will stand up after restoring the root, boot and swap file system.

    Muhammad Irfan Qadeer

  2. #2
    Join Date
    Jun 2004
    Location
    Newcastle upon Tyne
    Posts
    2,978
    (1) You do not need to backup a swap partition.

    (2) You generally back up folders or the entire partition. /boot holds only the booting files that rarely get changed. /root holds files for the root users while /home is the main subdirectory for the normal users. They are all subdirectories to /.

    (3) Two types of backup in general. One deals with files like command cp, rysnc, tar etc. The other deals with sectors in the hard disk using dd.

    (4) the full name of dd is data dump. It is the only method that backups the boot sector.

    (5) If you worry about Linux not booting up then dd a whole partition is a safe option but dd copies only "1" and "0" and so empty spaces are also backuped. In General it is a lot easier to fix the booting process by a Linux Live CD. The industrial standard, even fopr the M$ systems, is the original installation CD or DVD should be sufficient to rescue the boot loader. Your personal data should always in /home and that should have a back up. Everything in Linux can be rebuilt.
    Linux user started Jun 2004 - No. 361921
    Using a Linux live CD to clone XP
    To install Linux and keep Windows MBR untouched
    Adding extra Linux & Doing it in a lazy way
    A Grub menu booting 100+ systems & A "Howto" to install and boot 145 systems
    Just cloning tips Just booting tips A collection of booting tips

    Judge asked Linux "You are being charged murdering Windoze by stabbing its heart with a weapon, what was it?" Replied Linux "A Live CD"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •