<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: system recovery in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/system-recovery/m-p/3443959#M15385</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I think all filesystem are important (/usr /etc /opt /var / even /home ...).&lt;BR /&gt;&lt;BR /&gt;There is different way to backup your system:&lt;BR /&gt;&lt;BR /&gt;-&amp;gt; you can backup all the disk with dd command, even the boot area will be backup:&lt;BR /&gt;# dd if=&lt;DISK&gt; of=&lt;BACKUP media=""&gt; bs=1024 or 2048&lt;BR /&gt;&lt;BR /&gt;-&amp;gt; you can backup only the fs by tar command or cpio, but to recovery a system you will reinstall first a new system and then recover your tape backup :&lt;BR /&gt;# tar -cvf /dev/rmt/&lt;BACKUP media=""&gt; /etc /usr /var ...&lt;BR /&gt;&lt;BR /&gt;I hope this could be helpful...&lt;BR /&gt;&lt;BR /&gt;Stf ;-)&lt;/BACKUP&gt;&lt;/BACKUP&gt;&lt;/DISK&gt;</description>
    <pubDate>Wed, 15 Dec 2004 03:12:54 GMT</pubDate>
    <dc:creator>Stf</dc:creator>
    <dc:date>2004-12-15T03:12:54Z</dc:date>
    <item>
      <title>system recovery</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-recovery/m-p/3443958#M15384</link>
      <description>Hello,&lt;BR /&gt;We are about to take several linux server to production. What system files we need to backup to make fast system recovery, and how ?&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;EF</description>
      <pubDate>Wed, 15 Dec 2004 02:55:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-recovery/m-p/3443958#M15384</guid>
      <dc:creator>Emir Faisal</dc:creator>
      <dc:date>2004-12-15T02:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: system recovery</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-recovery/m-p/3443959#M15385</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I think all filesystem are important (/usr /etc /opt /var / even /home ...).&lt;BR /&gt;&lt;BR /&gt;There is different way to backup your system:&lt;BR /&gt;&lt;BR /&gt;-&amp;gt; you can backup all the disk with dd command, even the boot area will be backup:&lt;BR /&gt;# dd if=&lt;DISK&gt; of=&lt;BACKUP media=""&gt; bs=1024 or 2048&lt;BR /&gt;&lt;BR /&gt;-&amp;gt; you can backup only the fs by tar command or cpio, but to recovery a system you will reinstall first a new system and then recover your tape backup :&lt;BR /&gt;# tar -cvf /dev/rmt/&lt;BACKUP media=""&gt; /etc /usr /var ...&lt;BR /&gt;&lt;BR /&gt;I hope this could be helpful...&lt;BR /&gt;&lt;BR /&gt;Stf ;-)&lt;/BACKUP&gt;&lt;/BACKUP&gt;&lt;/DISK&gt;</description>
      <pubDate>Wed, 15 Dec 2004 03:12:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-recovery/m-p/3443959#M15385</guid>
      <dc:creator>Stf</dc:creator>
      <dc:date>2004-12-15T03:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: system recovery</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-recovery/m-p/3443960#M15386</link>
      <description>There are several option:&lt;BR /&gt;&lt;BR /&gt;1) create image of your whole system and burn on CDs or DVD or save on network storage.&lt;BR /&gt;Ghost, Mondorescue and others know to do this.&lt;BR /&gt;&lt;BR /&gt;IMHO, the best method if your data doesn't change every day&lt;BR /&gt;&lt;BR /&gt;2) use home-made scripts which will backup your data. In this case for restore you should install system from scratch and restore data from your archive&lt;BR /&gt;&lt;BR /&gt;3) use some commercial system [Veritas and many others] for backup.</description>
      <pubDate>Wed, 15 Dec 2004 03:56:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-recovery/m-p/3443960#M15386</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2004-12-15T03:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: system recovery</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-recovery/m-p/3443961#M15387</link>
      <description>Hi Emir,&lt;BR /&gt;&lt;BR /&gt;We have a very strong structure to do what you want. And better, it works for linux and windows systems. I'll try to explain our environment to you.&lt;BR /&gt;&lt;BR /&gt;1 - We have a server running linux that we call a image server. It is a stage point to save our systems images.&lt;BR /&gt;2 - All images are backed up on tape after they are saved on the server.&lt;BR /&gt;3 - We use a bootable CD linux distro that has a software called partimage that we use to copy  all disk images to the image server. The distro that we use is kurumim, a brasilian one based on knoppix.&lt;BR /&gt;4 - We also save all partions schema to redo it on a new disk (or full machine) if necessary before restore the saved images. We use sfdisk to do that.&lt;BR /&gt;5 - We also save the mbr image and use sfdisk too.&lt;BR /&gt;&lt;BR /&gt;Saving or restoring images from/to a server is donne booting from cd, configuring the network environment (nic, default dateway, dns, etc...), accessing the image server via samba, redoing the disk partition if necessary, saving or restoring the partitions, saving or restoring the mbr and rebooting ther server from disk again.&lt;BR /&gt;&lt;BR /&gt;That's the hole process in a big picture.&lt;BR /&gt;&lt;BR /&gt;Hope it helps.&lt;BR /&gt;Xyko</description>
      <pubDate>Wed, 15 Dec 2004 06:36:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-recovery/m-p/3443961#M15387</guid>
      <dc:creator>xyko_1</dc:creator>
      <dc:date>2004-12-15T06:36:42Z</dc:date>
    </item>
  </channel>
</rss>

