<?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: BackUp &amp;amp; Recovery in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/backup-amp-recovery/m-p/3069691#M6654</link>
    <description>just a note on using dump on linux 2.4+, you might want to check out this note from Linus Torvalds first :&lt;BR /&gt;&lt;A href="http://lwn.net/2001/0503/a/lt-dump.php3" target="_blank"&gt;http://lwn.net/2001/0503/a/lt-dump.php3&lt;/A&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 15 Sep 2003 09:08:09 GMT</pubDate>
    <dc:creator>Patrick Van Humbeeck</dc:creator>
    <dc:date>2003-09-15T09:08:09Z</dc:date>
    <item>
      <title>BackUp &amp; Recovery</title>
      <link>https://community.hpe.com/t5/operating-system-linux/backup-amp-recovery/m-p/3069687#M6650</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I m in need to find a way to BackUp and Recover a Linux system. (I ???m missing HP???s IGNITE and make_recovery......)&lt;BR /&gt;I got a SuSE SLES8 running on a PC. Also I got a SureStore Tape running for writing the data on a tape. Using anyway a NFS- mount will also be no problem.&lt;BR /&gt;&lt;BR /&gt;What I tried is using Norton Ghost. The Problem is the Linux-Filesystem which can??? t be compressed by Norton Ghost, so the Image ist very large!&lt;BR /&gt;Next try was to write a tar-archive which included all data via NFS mount to another PC. The Problem was to write back the data and to install grub.&lt;BR /&gt;Is there still a way to make something like a Flash-Archive under SOLARIS and write it back?&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Juergen&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Sep 2003 11:00:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/backup-amp-recovery/m-p/3069687#M6650</guid>
      <dc:creator>Münker</dc:creator>
      <dc:date>2003-09-12T11:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: BackUp &amp; Recovery</title>
      <link>https://community.hpe.com/t5/operating-system-linux/backup-amp-recovery/m-p/3069688#M6651</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What you need is mondo rescue : backup (and compress if you want) to CD, tape, network... restore from the same...&lt;BR /&gt;&lt;A href="http://www.microwerks.net/~hugo/" target="_blank"&gt;http://www.microwerks.net/~hugo/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Fri, 12 Sep 2003 11:31:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/backup-amp-recovery/m-p/3069688#M6651</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-09-12T11:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: BackUp &amp; Recovery</title>
      <link>https://community.hpe.com/t5/operating-system-linux/backup-amp-recovery/m-p/3069689#M6652</link>
      <description>As J??r??me I use mondo/mindi for this , and I also use dump 0 -f /dev/nst0 &lt;BR /&gt;&lt;BR /&gt;I mount fs read only&lt;BR /&gt;&lt;BR /&gt;for all mount point ext2,3 fs from single user mode to tape.&lt;BR /&gt;&lt;BR /&gt;Also use tar for none ext2,3 to tape&lt;BR /&gt;ex : tar cvf /dev/nst0 /dos&lt;BR /&gt;   &lt;BR /&gt;If I need to restore I use 1 cd of RH install in expert mode .&lt;BR /&gt;&lt;BR /&gt;I have tested restore a few time to be sure.&lt;BR /&gt;&lt;BR /&gt;hope this is what you need &lt;BR /&gt;&lt;BR /&gt;J-P&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Sep 2003 12:35:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/backup-amp-recovery/m-p/3069689#M6652</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-09-12T12:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: BackUp &amp; Recovery</title>
      <link>https://community.hpe.com/t5/operating-system-linux/backup-amp-recovery/m-p/3069690#M6653</link>
      <description>Linux Backup and Restore &lt;BR /&gt;------------------------ &lt;BR /&gt;Using tar &lt;BR /&gt;- used for creating archive files &lt;BR /&gt;- example &lt;BR /&gt;make archive + gzip compression: &lt;BR /&gt;# tar cvzf /var/tmp/boot.tgz /boot &lt;BR /&gt;extract files into a temp location: &lt;BR /&gt;# mkdir /tmp/untarred; cd /tmp/untarred &lt;BR /&gt;# tar xvf /var/tmp/boot.tar &lt;BR /&gt;&lt;BR /&gt;Using dump/restore &lt;BR /&gt;- backup/restore ext2/3 filesystem &lt;BR /&gt;- support full and incremental backups &lt;BR /&gt;eg. &lt;BR /&gt;# dump -u -f &lt;BACKUP-DEV&gt; &lt;PARTITION&gt; &lt;BR /&gt;# restore -rf &lt;BACKUP-DEV&gt;&lt;/BACKUP-DEV&gt;&lt;/PARTITION&gt;&lt;/BACKUP-DEV&gt;</description>
      <pubDate>Fri, 12 Sep 2003 15:21:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/backup-amp-recovery/m-p/3069690#M6653</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-09-12T15:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: BackUp &amp; Recovery</title>
      <link>https://community.hpe.com/t5/operating-system-linux/backup-amp-recovery/m-p/3069691#M6654</link>
      <description>just a note on using dump on linux 2.4+, you might want to check out this note from Linus Torvalds first :&lt;BR /&gt;&lt;A href="http://lwn.net/2001/0503/a/lt-dump.php3" target="_blank"&gt;http://lwn.net/2001/0503/a/lt-dump.php3&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Sep 2003 09:08:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/backup-amp-recovery/m-p/3069691#M6654</guid>
      <dc:creator>Patrick Van Humbeeck</dc:creator>
      <dc:date>2003-09-15T09:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: BackUp &amp; Recovery</title>
      <link>https://community.hpe.com/t5/operating-system-linux/backup-amp-recovery/m-p/3069692#M6655</link>
      <description>Good one that ! Patrick&lt;BR /&gt;&lt;BR /&gt;I will rewrite my cron/automatic backup script to use cpio or tar &lt;BR /&gt; &lt;BR /&gt;The odds are to high for disaster recovery &lt;BR /&gt;&lt;BR /&gt;PLease 0 point for this reply !&lt;BR /&gt;&lt;BR /&gt;J-P&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Sep 2003 11:28:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/backup-amp-recovery/m-p/3069692#M6655</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-09-15T11:28:45Z</dc:date>
    </item>
  </channel>
</rss>

