<?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 using DAT72 tape in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-dat72-tape/m-p/4486869#M363250</link>
    <description>&amp;gt; In order to check the contents of files which i copied???&lt;BR /&gt; &lt;BR /&gt;To read the table of contents, use this command:&lt;BR /&gt; &lt;BR /&gt;frecover -I - -f /dev/rmt/0m&lt;BR /&gt; &lt;BR /&gt;To verify that the recorded data is readable, use:&lt;BR /&gt; &lt;BR /&gt;frecover -Nv -f /dev/rmt/0m</description>
    <pubDate>Fri, 28 Aug 2009 14:17:38 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2009-08-28T14:17:38Z</dc:date>
    <item>
      <title>Backup using DAT72 tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-dat72-tape/m-p/4486859#M363240</link>
      <description>I want to backup multilple mount points on hp DAT72.&lt;BR /&gt;i have 2 mount points for backup.&lt;BR /&gt;i am using the command&lt;BR /&gt;&lt;BR /&gt;first i use&lt;BR /&gt;1.mt -t /dev/rmt/c5t3d0dd5n rew&lt;BR /&gt;2.Then i used fbackup -f /dev/rmt/0m -i /GPS&lt;BR /&gt;&lt;BR /&gt;Now my question is &lt;BR /&gt;1.if i want to add another mount point can i add in above command with what option???&lt;BR /&gt;2.After first backup for example 20gb how i use the command to start the remaining space for backup.&lt;BR /&gt;3.How to eject the tape after backup completes.&lt;BR /&gt;&lt;BR /&gt;Any one with exprience??</description>
      <pubDate>Thu, 27 Aug 2009 05:36:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-dat72-tape/m-p/4486859#M363240</guid>
      <dc:creator>shabash</dc:creator>
      <dc:date>2009-08-27T05:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Backup using DAT72 tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-dat72-tape/m-p/4486860#M363241</link>
      <description>Question 1: if i want to add another mount point can i add in above command with what option???&lt;BR /&gt;&lt;BR /&gt;A) try reading the "man" page for fbackup. Its always a good place to start. If its not installed, one is located here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90691/fbackup.1M.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90691/fbackup.1M.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;B) especially note the part where is says&lt;BR /&gt;&lt;BR /&gt;"-i path&lt;BR /&gt;path specifies a tree to be included in the backup graph. There is no limit on how many times the -i option can be specified."&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;C) or consider this option:&lt;BR /&gt;&lt;BR /&gt;"-g graph&lt;BR /&gt;graph defines the graph file. The graph file is a text file containing the list of file names of trees to be included or excluded from the backup graph. These trees are interpreted in the same manner as when they are specified with the -i and -e options. Graph file entries consist of a line beginning with either i or e, followed by white space, and then the path name of a tree. Lines not beginning with i or e are treated as an error. There is no default graph file. For example, to back up all of /usr except for the subtree /usr/lib, a file could be created with the following two records:&lt;BR /&gt;&lt;BR /&gt;i /usr &lt;BR /&gt;e /usr/lib "&lt;BR /&gt;&lt;BR /&gt;======================================================&lt;BR /&gt;&lt;BR /&gt;Question 2: After first backup for example 20gb how i use the command to start the remaining space for backup.&lt;BR /&gt;&lt;BR /&gt;A) the "mt -t /dev/rmt/c5t3d0dd5n rew" may not be required. Even if it is, it could have been done as "mt -t /dev/rmt/0mn rew".  If the tape has just been inserted int the drive, then it is already at the begininng and the step can be omitted.&lt;BR /&gt;&lt;BR /&gt;B) If I recall correctly, fbackup will rewind the tape and start at the beginning anyway, which brings us to &lt;BR /&gt;&lt;BR /&gt;C) You don't....you either put everything you want in the one backup or you forget about using the remaining space on the tape.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;======================================================&lt;BR /&gt;&lt;BR /&gt;Question 3: How to eject the tape after backup completes?&lt;BR /&gt;&lt;BR /&gt;A) Consult "man mt", or here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90689/mt.1.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90689/mt.1.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;especially the "offl" option.&lt;BR /&gt;&lt;BR /&gt;======================================================&lt;BR /&gt;======================================================&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ALSO, NOTE THE FOLLOWING FROM THE FBACKUP MAN PAGE:&lt;BR /&gt;&lt;BR /&gt;fbackup(1M)                                    fbackup(1M)&lt;BR /&gt;                (TO BE OBSOLETED)&lt;BR /&gt;&lt;BR /&gt;WARNINGS:&lt;BR /&gt;&lt;BR /&gt;The fbackup, frecover, and ftio commands are deprecated for creating new archives. In a future&lt;BR /&gt;HP-UX release, creation of new archives with these commands will not be supported. Support will be continued for archive retrieval. Use the standard pax command (portable archive interchange) to create archives. &lt;BR /&gt;&lt;BR /&gt;See pax(1).&lt;BR /&gt;&lt;BR /&gt;======================================================&lt;BR /&gt;======================================================&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Beat the rush, convert now, or use commercially available tools</description>
      <pubDate>Thu, 27 Aug 2009 12:51:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-dat72-tape/m-p/4486860#M363241</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2009-08-27T12:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Backup using DAT72 tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-dat72-tape/m-p/4486861#M363242</link>
      <description>&amp;gt; 1.mt -t /dev/rmt/c5t3d0dd5n rew&lt;BR /&gt; &lt;BR /&gt;Rewind is unnecessary. fbackup will manage all tape positioning.&lt;BR /&gt; &lt;BR /&gt;&amp;gt; 2.Then i used fbackup -f /dev/rmt/0m -i /GPS&lt;BR /&gt; &lt;BR /&gt;This will work fine. You might want to add -v to watch the files being recorded to the tape:&lt;BR /&gt; &lt;BR /&gt;&amp;gt; fbackup -vf /dev/rmt/0m -i /GPS&lt;BR /&gt; &lt;BR /&gt;However, you do not have a config file and therefore the backup will run slow due to small blocks and just a few reader processes. Create this file as /etc/fbackup.cfg:&lt;BR /&gt;&lt;BR /&gt;blocksperrecord 4096&lt;BR /&gt;records 64&lt;BR /&gt;checkpointfreq 4096&lt;BR /&gt;readerprocesses 6&lt;BR /&gt;maxretries 5&lt;BR /&gt;retrylimit 5000000&lt;BR /&gt;maxvoluses 200&lt;BR /&gt;filesperfsm 2000&lt;BR /&gt; &lt;BR /&gt;Now run your backup like this:&lt;BR /&gt; &lt;BR /&gt;fbackup -vf /dev/rmt/0m -c /etc/fbackup.cfg -i /GPS&lt;BR /&gt; &lt;BR /&gt;You will see significant improvement in speed.&lt;BR /&gt; &lt;BR /&gt;&amp;gt; if i want to add another mount point can i add in above command with what option???&lt;BR /&gt; &lt;BR /&gt;Just add another -i option (you can add many, many -i options on the same line):&lt;BR /&gt; &lt;BR /&gt;fbackup -vf /dev/rmt/0m -c /etc/fbackup.cfg -i /GPS -i /opt/abc -i /var/tmp&lt;BR /&gt; &lt;BR /&gt;&amp;gt; After first backup for example 20gb how i use the command to start the remaining space for backup.&lt;BR /&gt; &lt;BR /&gt;If you mean that you want to append another backup to the end, fbackup does not allow this. fbackup (like commercial backup programs) writes a complete table of contents at the beginning of the tape. &lt;BR /&gt; &lt;BR /&gt;&amp;gt; How to eject the tape after backup completes.&lt;BR /&gt; &lt;BR /&gt;&amp;gt; mt -t /dev/rmt/c5t3d0dd5n offline</description>
      <pubDate>Thu, 27 Aug 2009 13:27:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-dat72-tape/m-p/4486861#M363242</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2009-08-27T13:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Backup using DAT72 tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-dat72-tape/m-p/4486862#M363243</link>
      <description>hi ! you can also take backup from SAM utility.&lt;BR /&gt;from here you can add multiple mount points in single attempt and it will be very user friendly.</description>
      <pubDate>Thu, 27 Aug 2009 14:38:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-dat72-tape/m-p/4486862#M363243</guid>
      <dc:creator>sarfaraj ahmad</dc:creator>
      <dc:date>2009-08-27T14:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: Backup using DAT72 tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-dat72-tape/m-p/4486863#M363244</link>
      <description>Bill H &amp;gt; "If you mean that you want to append another backup to the end, fbackup does not allow this. fbackup (like commercial backup programs) writes a complete table of contents at the beginning of the tape."&lt;BR /&gt;&lt;BR /&gt;err....DataProtector (and many other products) will allow multiple backup sessions to append to tape, thus filling it to capacity.&lt;BR /&gt;&lt;BR /&gt;I still recommend that in light of the Obsolesence warning, that the OP either migrate to "pax" or to some other solution, like DP, bacula, amanda, TSM or ????  Convert now, or convert later.  And converting later could be painful.</description>
      <pubDate>Thu, 27 Aug 2009 15:08:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-dat72-tape/m-p/4486863#M363244</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2009-08-27T15:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Backup using DAT72 tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-dat72-tape/m-p/4486864#M363245</link>
      <description>One thing more i want to ask.&lt;BR /&gt;&lt;BR /&gt;Can i overwrite the data???&lt;BR /&gt;for example i used it for 20GB then again if i want to overwrite from start so is it possible???&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Aug 2009 03:11:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-dat72-tape/m-p/4486864#M363245</guid>
      <dc:creator>shabash</dc:creator>
      <dc:date>2009-08-28T03:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: Backup using DAT72 tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-dat72-tape/m-p/4486865#M363246</link>
      <description>Yes, you can rewrite the tape with a new backup over and over again.</description>
      <pubDate>Fri, 28 Aug 2009 03:15:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-dat72-tape/m-p/4486865#M363246</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2009-08-28T03:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Backup using DAT72 tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-dat72-tape/m-p/4486866#M363247</link>
      <description>&amp;gt;OldSchool: DataProtector (and many other products) will allow multiple backup sessions to append to tape&lt;BR /&gt;&lt;BR /&gt;Yes, and they must keep careful records of what's on the tape.  ;-)</description>
      <pubDate>Fri, 28 Aug 2009 05:09:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-dat72-tape/m-p/4486866#M363247</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-08-28T05:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: Backup using DAT72 tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-dat72-tape/m-p/4486867#M363248</link>
      <description>After complition of backup how can i check the files copied on tape?&lt;BR /&gt;&lt;BR /&gt;In order to check the contents of files which i copied???</description>
      <pubDate>Fri, 28 Aug 2009 08:29:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-dat72-tape/m-p/4486867#M363248</guid>
      <dc:creator>shabash</dc:creator>
      <dc:date>2009-08-28T08:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Backup using DAT72 tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-dat72-tape/m-p/4486868#M363249</link>
      <description>"Can i overwrite the data???&lt;BR /&gt;for example i used it for 20GB then again if i want to overwrite from start so is it possible???"&lt;BR /&gt;&lt;BR /&gt;Yes.  And as noted, that's exactly what fbackup will do every time you write data.  It will position to the beginning of tape and write what it needs to write.  Any data on the tape will be overwritten&lt;BR /&gt;&lt;BR /&gt;=======================================================================&lt;BR /&gt;&lt;BR /&gt;"After complition of backup how can i check the files copied on tape?&lt;BR /&gt;&lt;BR /&gt;In order to check the contents of files which i copied???"&lt;BR /&gt;&lt;BR /&gt;Either refer to Bill H's previous response:&lt;BR /&gt;"&amp;gt; 2.Then i used fbackup -f /dev/rmt/0m -i /GPS&lt;BR /&gt;&lt;BR /&gt;This will work fine. You might want to add -v to watch the files being recorded to the tape:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; fbackup -vf /dev/rmt/0m -i /GPS"&lt;BR /&gt;&lt;BR /&gt;-or-&lt;BR /&gt;&lt;BR /&gt;(once again) refer to the "man" pages.  If you don't have them installed, they can also be found here:&lt;BR /&gt;&lt;BR /&gt; &lt;A href="http://docs.hp.com/en/hpuxman_pages.html" target="_blank"&gt;http://docs.hp.com/en/hpuxman_pages.html&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Aug 2009 12:37:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-dat72-tape/m-p/4486868#M363249</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2009-08-28T12:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Backup using DAT72 tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-dat72-tape/m-p/4486869#M363250</link>
      <description>&amp;gt; In order to check the contents of files which i copied???&lt;BR /&gt; &lt;BR /&gt;To read the table of contents, use this command:&lt;BR /&gt; &lt;BR /&gt;frecover -I - -f /dev/rmt/0m&lt;BR /&gt; &lt;BR /&gt;To verify that the recorded data is readable, use:&lt;BR /&gt; &lt;BR /&gt;frecover -Nv -f /dev/rmt/0m</description>
      <pubDate>Fri, 28 Aug 2009 14:17:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-dat72-tape/m-p/4486869#M363250</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2009-08-28T14:17:38Z</dc:date>
    </item>
  </channel>
</rss>

