<?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: Full System Backup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/full-system-backup/m-p/2526899#M24512</link>
    <description>Thanks for this guys, I shall go and try all of this - if I run into trouble I may contact you again - Thanks Again...N.</description>
    <pubDate>Fri, 11 May 2001 07:40:12 GMT</pubDate>
    <dc:creator>Narjis Zaidi</dc:creator>
    <dc:date>2001-05-11T07:40:12Z</dc:date>
    <item>
      <title>Full System Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/full-system-backup/m-p/2526894#M24507</link>
      <description>How do I do a full system backup to tape on a K9000 running 10.20? any help would be greatly appreciated</description>
      <pubDate>Thu, 10 May 2001 12:59:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/full-system-backup/m-p/2526894#M24507</guid>
      <dc:creator>Narjis Zaidi</dc:creator>
      <dc:date>2001-05-10T12:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Full System Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/full-system-backup/m-p/2526895#M24508</link>
      <description>Hi there.&lt;BR /&gt;That depends on the software you have installed. Using fbackup is one chance.&lt;BR /&gt;Use this in line mode, if you backup files of more than two GB.&lt;BR /&gt;Next would be cpio. sample :&lt;BR /&gt;&lt;BR /&gt;today_=`date +'%y-%m-%d'`; export today_&lt;BR /&gt;#&lt;BR /&gt;LOG1=/usr/tmp/cpio_${today_}.1st; export LOG1&lt;BR /&gt;#&lt;BR /&gt;PATH=$PATH:/usr/local/bin&lt;BR /&gt;export PATH&lt;BR /&gt;exec &amp;gt; /usr/tmp/cpio_${today_}.log 2&amp;gt;&amp;amp;1&lt;BR /&gt;#&lt;BR /&gt;   #&lt;BR /&gt;   find     /                       -depth -print | cpio -ocBv &amp;gt; /dev/rmt/0m   2&amp;gt;&amp;gt; ${LOG1} &amp;amp;&lt;BR /&gt;   first_cpio=$!; export first_cpio&lt;BR /&gt;    #&lt;BR /&gt;    wait $first_cpio&lt;BR /&gt;&lt;BR /&gt;    if test $? -ne 0; then&lt;BR /&gt;     echo "Full Offline Backup did not complete successfully!"&lt;BR /&gt;    fi&lt;BR /&gt;   echo "Time is: `/bin/date`"&lt;BR /&gt;   echo "Time is: `/bin/date`"&lt;BR /&gt;   echo "Time is: `/bin/date`" &amp;gt;&amp;gt; ${LOG1}&lt;BR /&gt;&lt;BR /&gt;Next chance is OmniBack II, but this is a piece of software, that costs some money.&lt;BR /&gt;Rgds&lt;BR /&gt;Alexander M. Ermes&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 10 May 2001 13:04:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/full-system-backup/m-p/2526895#M24508</guid>
      <dc:creator>Alexander M. Ermes</dc:creator>
      <dc:date>2001-05-10T13:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: Full System Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/full-system-backup/m-p/2526896#M24509</link>
      <description>Hi thanks for this but will this back up the operating system as well as all the partitions and all data?</description>
      <pubDate>Thu, 10 May 2001 13:10:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/full-system-backup/m-p/2526896#M24509</guid>
      <dc:creator>Narjis Zaidi</dc:creator>
      <dc:date>2001-05-10T13:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Full System Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/full-system-backup/m-p/2526897#M24510</link>
      <description>first i would install ignite, and run a &lt;BR /&gt;&lt;BR /&gt;make_recovery -Ai&lt;BR /&gt;&lt;BR /&gt;this will backup all of vg00 and allow you to boot off of that tape if you need too.&lt;BR /&gt;&lt;BR /&gt;next i would run an fbackup on /vg00 only&lt;BR /&gt;&lt;BR /&gt;bdf | grep vg00 | awk '{print $6}' &amp;gt; /tmp/graph&lt;BR /&gt;bdf | grep -v vg00 | grep -v Mounted | awk '{print $6}' &amp;gt;&amp;gt; /tmp/graph&lt;BR /&gt;&lt;BR /&gt;vi /tmp/graph (for all vg00 put an i &lt;SPACE&gt; for all non vg00 put an e &lt;SPACE&gt; in front of each mount point eg..)&lt;BR /&gt;&lt;BR /&gt;i /&lt;BR /&gt;i /home&lt;BR /&gt;i /var&lt;BR /&gt;e /vg01mountpoint&lt;BR /&gt;e /vg02mountpoint&lt;BR /&gt;&lt;BR /&gt;save this&lt;BR /&gt;&lt;BR /&gt;now run&lt;BR /&gt;&lt;BR /&gt;fbackup -0 -g /tmp/graph -I /tmp/fb_log -f /dev/rmt/&lt;TAPE device=""&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;TAPE device=""&gt;=ioscan -funC tape (fbackup will choose /dev/rmt/0m by default, so you can leave -f /dev/rmt/&lt;TAPE device=""&gt; off first if your not sure and make sure there is activity on the drive after you start it)&lt;BR /&gt;&lt;BR /&gt;after you do that, change all the "i" to "e" and vice versa in the /tmp/graph eg..&lt;BR /&gt;&lt;BR /&gt;e /&lt;BR /&gt;e /home&lt;BR /&gt;e /var&lt;BR /&gt;i /vg01mountpoint&lt;BR /&gt;i /vg02mountpoint&lt;BR /&gt;&lt;BR /&gt;now run the fbackup command&lt;BR /&gt;&lt;BR /&gt;fbackup -0 -g /tmp/graph -I /tmp/fb_log2 -f /dev/rmt/&lt;TAPE device=""&gt;&lt;BR /&gt;&lt;BR /&gt;now you will have your:&lt;BR /&gt;&lt;BR /&gt;vg00 tape&lt;BR /&gt;non vg00 tape&lt;BR /&gt;make_recovery tape (to recover a full OS if needed)&lt;BR /&gt;&lt;BR /&gt;let us know if you need more detail, good luck, if your not sure about the tape device, put and ioscan -funC tape on the forum and some one will help you out.&lt;BR /&gt;&lt;BR /&gt;Boley&lt;/TAPE&gt;&lt;/TAPE&gt;&lt;/TAPE&gt;&lt;/TAPE&gt;&lt;/SPACE&gt;&lt;/SPACE&gt;</description>
      <pubDate>Thu, 10 May 2001 14:50:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/full-system-backup/m-p/2526897#M24510</guid>
      <dc:creator>boley janowski</dc:creator>
      <dc:date>2001-05-10T14:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Full System Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/full-system-backup/m-p/2526898#M24511</link>
      <description>Once you have the basic files (like Boley said), it wouldn't be a bad idea to setup a backup routine to backup all the files on a regular basis.  Either send the command to cron or you can set up the backup through SAM (backup and recovery &amp;gt; automatic).  Just specify the folders you want (include /, exclude /tmp, etc) and tell it when.  Works well, and emails problems.  You only need to so the make_ignite tape when you change the OS (we do our quarterly if there are no changes).&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Thu, 10 May 2001 15:19:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/full-system-backup/m-p/2526898#M24511</guid>
      <dc:creator>Mark Vollmers</dc:creator>
      <dc:date>2001-05-10T15:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: Full System Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/full-system-backup/m-p/2526899#M24512</link>
      <description>Thanks for this guys, I shall go and try all of this - if I run into trouble I may contact you again - Thanks Again...N.</description>
      <pubDate>Fri, 11 May 2001 07:40:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/full-system-backup/m-p/2526899#M24512</guid>
      <dc:creator>Narjis Zaidi</dc:creator>
      <dc:date>2001-05-11T07:40:12Z</dc:date>
    </item>
  </channel>
</rss>

