<?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: Dump for Linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/dump-for-linux/m-p/3010197#M5391</link>
    <description>try:&lt;BR /&gt;dump 0uaf /dev/st0 /down&lt;BR /&gt;&lt;BR /&gt;or:&lt;BR /&gt;&lt;BR /&gt;dump 0unf - /down | gzip -c | dd of=/dev/st0 obs=512</description>
    <pubDate>Fri, 27 Jun 2003 17:15:32 GMT</pubDate>
    <dc:creator>Jairo Campana</dc:creator>
    <dc:date>2003-06-27T17:15:32Z</dc:date>
    <item>
      <title>Dump for Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dump-for-linux/m-p/3010194#M5388</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I'm trying to run this command ..&lt;BR /&gt;&lt;BR /&gt;dump -0u -f /dev/st0 / to backup everything from /down but its not working. How do I specify using dump to do everything from root down. Any help is greatly appreciated and points will be assigned.</description>
      <pubDate>Fri, 27 Jun 2003 16:51:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dump-for-linux/m-p/3010194#M5388</guid>
      <dc:creator>Ragni Singh</dc:creator>
      <dc:date>2003-06-27T16:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: Dump for Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dump-for-linux/m-p/3010195#M5389</link>
      <description>use tape 1 for the first full backup. &lt;BR /&gt;# dump -0u -f  /dev/st0 /&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jun 2003 17:04:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dump-for-linux/m-p/3010195#M5389</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-06-27T17:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Dump for Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dump-for-linux/m-p/3010196#M5390</link>
      <description>Thats what I'm doing. Here is the filesystem that I have created using lvm in Linux. &lt;BR /&gt;&lt;BR /&gt;Filesystem           1K-blocks      Used Available Use% Mounted on&lt;BR /&gt;/dev/vg00/lvol1        2064208    210744   1748608  11% /&lt;BR /&gt;/dev/vg00/lvappl       9289080     32832   8784392   1% /appl&lt;BR /&gt;/dev/vg00/lvarchive    9289080     32828   8784396   1% /archive&lt;BR /&gt;/dev/cciss/c0d0p1       252863     26708    213100  12% /boot&lt;BR /&gt;/dev/vg00/lvol2        4128448     32836   3885900   1% /export/home&lt;BR /&gt;/dev/vg00/lvol4        2064208     47344   1912008   3% /opt&lt;BR /&gt;none                   1549300         0   1549300   0% /dev/shm&lt;BR /&gt;/dev/vg00/lvol6        2064208     32864   1926488   2% /tmp&lt;BR /&gt;/dev/vg00/lvol3        4128448   1771756   2230864  45% /usr&lt;BR /&gt;/dev/vg00/lvol5        2064208     99352   1860000   6% /var[root@mdntmp1 root]# dump -0u -f /dev/st0 /&lt;BR /&gt;  DUMP: Date of this level 0 dump: Fri Jun 27 11:07:42 2003&lt;BR /&gt;  DUMP: Dumping /dev/vg00/lvol1 (/) to /dev/st0&lt;BR /&gt;  DUMP: Added inode 8 to exclude list (journal inode)&lt;BR /&gt;  DUMP: Added inode 7 to exclude list (resize inode)&lt;BR /&gt;  DUMP: Label: none&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This only seems to dump thinsg in lvol1 and I was undeer the impressing that specifying a / will in fact dump everything from / down. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jun 2003 17:10:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dump-for-linux/m-p/3010196#M5390</guid>
      <dc:creator>Ragni Singh</dc:creator>
      <dc:date>2003-06-27T17:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Dump for Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dump-for-linux/m-p/3010197#M5391</link>
      <description>try:&lt;BR /&gt;dump 0uaf /dev/st0 /down&lt;BR /&gt;&lt;BR /&gt;or:&lt;BR /&gt;&lt;BR /&gt;dump 0unf - /down | gzip -c | dd of=/dev/st0 obs=512</description>
      <pubDate>Fri, 27 Jun 2003 17:15:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dump-for-linux/m-p/3010197#M5391</guid>
      <dc:creator>Jairo Campana</dc:creator>
      <dc:date>2003-06-27T17:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: Dump for Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dump-for-linux/m-p/3010198#M5392</link>
      <description>Thank you but none of these works.</description>
      <pubDate>Fri, 27 Jun 2003 18:45:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dump-for-linux/m-p/3010198#M5392</guid>
      <dc:creator>Ragni Singh</dc:creator>
      <dc:date>2003-06-27T18:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Dump for Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dump-for-linux/m-p/3010199#M5393</link>
      <description>try to carry out the following 2 tests and see whether they succeed:&lt;BR /&gt;1. &lt;BR /&gt;# dump -0u -f /dev/st0 /tmp&lt;BR /&gt;2. &lt;BR /&gt;# dump -0u -f /var/tmp/boot.dmp &lt;DEVICE of=""&gt;&lt;BR /&gt;&lt;/DEVICE&gt;</description>
      <pubDate>Mon, 30 Jun 2003 06:45:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dump-for-linux/m-p/3010199#M5393</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-06-30T06:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Dump for Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dump-for-linux/m-p/3010200#M5394</link>
      <description>Which fstype dou you use? etx2, ext3, xfs, ...?&lt;BR /&gt;Can you post the result of mount command, and errors you are getting?&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Jun 2003 12:59:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dump-for-linux/m-p/3010200#M5394</guid>
      <dc:creator>josep_5</dc:creator>
      <dc:date>2003-06-30T12:59:49Z</dc:date>
    </item>
  </channel>
</rss>

