How to backup the linux system

Discussion in 'Linux' started by Science.com, Aug 4, 2010.

  1. Science.com

    Science.com New Member

    Joined:
    Jun 10, 2010
    Messages:
    9
    Likes Received:
    0
    Trophy Points:
    0
    hi to all
    i am using fedora 13, and i installed many softwares ,and many updates, i just want to make the backup of my linux system, to prevent lost the data , softwares, latest update, when i format my linux , and to use them (restore them), after i installing the fedora 13 again..

    and i tried a command
    dd if=/dev/sda7 | gzip > /media/main/backup/my_backup.gz

    but i get the error after while of working

    dd: reading `/dev/sda7': Input/output error
    17038968+0 records in
    17038968+0 records out
    8723951616 bytes (8.7 GB) copied, 868.235 s, 10.0 MB/s

    the backup is from the linux system drive to the external hard drive

    any one can help me and tell me what is going wrong with, is that mean that there is no os on the (External Hard Drive), so what is the solution then

    or any resource


    i will be very thanks to veryone helping me with this big issue

    waiting solution from you

    bye
     
  2. ksrao

    ksrao New Member

    Joined:
    Aug 10, 2010
    Messages:
    11
    Likes Received:
    1
    Trophy Points:
    0
    Hi,
    You can take the Backup of linux system with the help of three commands
    1.TAR
    2.CPIO
    3. DUMP


    You can just try this command
    # ls | cpio - ov > /media/main/backup/my_backup.cpio

    After words you can restore with the help of the following command

    # cpio -iv < /media/main/backup/my_backup.cpio

    Regards

    KOLLA.SANJEEVA RAO
     
  3. Science.com

    Science.com New Member

    Joined:
    Jun 10, 2010
    Messages:
    9
    Likes Received:
    0
    Trophy Points:
    0
    Dear thanks so much for your replay

    but is that path correct?
    i hope you can check it with the i posted

    thanks again
     
  4. Science.com

    Science.com New Member

    Joined:
    Jun 10, 2010
    Messages:
    9
    Likes Received:
    0
    Trophy Points:
    0
    dear i tried that command, but its not backup my whole system
    can you tell me the command to backup the whole system

    thanks for help
     
  5. raantellus

    raantellus New Member

    Joined:
    Aug 11, 2010
    Messages:
    11
    Likes Received:
    0
    Trophy Points:
    0
    Home Page:
    http://www.accutellus.com
    hi...

    how can we avoid the errors while backup the Linux system..??? meet again.

    :crazy:
     
  6. Science.com

    Science.com New Member

    Joined:
    Jun 10, 2010
    Messages:
    9
    Likes Received:
    0
    Trophy Points:
    0
    i dont get the correct th answer to my problem, till now, i want to know how to backup the whole of my fedora system
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice