<?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: fbackup 1401 issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-1401-issue/m-p/4506011#M365263</link>
    <description>Hi (again) Chui:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Do you any manaul explanation about the fbackup command gonna obsolete and or depricate. &lt;BR /&gt;&lt;BR /&gt;This is documented in the 11.31 manpages:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60130/fbackup.1M.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60130/fbackup.1M.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;See specifically the section titled "WARNINGS".&lt;BR /&gt;&lt;BR /&gt;The targeted replacement is 'pax' which has been enhanced on 11.23 and 11.31 to offer _some_ of the features that made 'fbackup'/'frecover' so useful:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=PAX-ENH" target="_blank"&gt;https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=PAX-ENH&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Mon, 05 Oct 2009 10:46:04 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2009-10-05T10:46:04Z</dc:date>
    <item>
      <title>fbackup 1401 issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-1401-issue/m-p/4506002#M365254</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I manually rerun the fbackup and found that the file not pick up with message show below.&lt;BR /&gt;How to use fbackup to backup files start with icm* (/backup/icm*) ?&lt;BR /&gt; &lt;BR /&gt;#fbackup -v -f /dev/rmt/0m -i /backup/icm* -i /back/mdb/db1/icm*&lt;BR /&gt;fbackup(1401): extra argument: /backup/icmbk10 ignored&lt;BR /&gt;fbackup(1401): extra argument: /backup/icmbk11 ignored&lt;BR /&gt;fbackup(1401): extra argument: /backup/icmbk2 ignored&lt;BR /&gt;fbackup(1401): extra argument: /backup/icmbk3 ignored&lt;BR /&gt;fbackup(1401): extra argument: /backup/icmbk4 ignored&lt;BR /&gt;fbackup(1401): extra argument: /backup/icmbk5 ignored&lt;BR /&gt;fbackup(1401): extra argument: /backup/icmbk6 ignored&lt;BR /&gt;fbackup(1401): extra argument: /backup/icmbk7 ignored&lt;BR /&gt;fbackup(1401): extra argument: /backup/icmbk8 ignored&lt;BR /&gt;fbackup(1401): extra argument: /backup/icmbk9 ignored&lt;BR /&gt;fbackup(1401): extra argument: /backup/icmss ignored&lt;BR /&gt;fbackup(1401): extra argument: -i ignored&lt;BR /&gt;fbackup(1401): extra argument: /back/mdb/db1/icmbk12 ignored&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Chui&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Oct 2009 05:03:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-1401-issue/m-p/4506002#M365254</guid>
      <dc:creator>Chui Kock You_1</dc:creator>
      <dc:date>2009-10-01T05:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup 1401 issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-1401-issue/m-p/4506003#M365255</link>
      <description>You can't use patterns with -i.&lt;BR /&gt;I suppose you could use awk to add those -i:&lt;BR /&gt;fbackup ... $(\ls /backup/icm* | awk '{print "-i ", $1}')</description>
      <pubDate>Thu, 01 Oct 2009 07:21:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-1401-issue/m-p/4506003#M365255</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-10-01T07:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup 1401 issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-1401-issue/m-p/4506004#M365256</link>
      <description>Hi Dennis,&lt;BR /&gt;&lt;BR /&gt;Q1) How's awk work with 2 -i directory ?&lt;BR /&gt;Q2) How to list the backup contents ?&lt;BR /&gt;Q3) To recover one file to a specific directory, is this the right command ? Let say file name is "icmbk12"   #frecover -x -oF -i /back/mdb/db1/icmbk12&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Chui</description>
      <pubDate>Thu, 01 Oct 2009 08:06:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-1401-issue/m-p/4506004#M365256</guid>
      <dc:creator>Chui Kock You_1</dc:creator>
      <dc:date>2009-10-01T08:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup 1401 issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-1401-issue/m-p/4506005#M365257</link>
      <description>&amp;gt;Q1) How's awk work with 2 -i directory?&lt;BR /&gt;&lt;BR /&gt;For each file found by ls(1), awk will add a -i before it.  In your case you have two patterns, so you can put both under ls:&lt;BR /&gt;fbackup ... $(\ls -d /backup/icm* /back/mdb/db1/icm* | awk '{print "-i ", $1}')&lt;BR /&gt;&lt;BR /&gt;I added that -d above in case icm* are directories.</description>
      <pubDate>Thu, 01 Oct 2009 08:29:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-1401-issue/m-p/4506005#M365257</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-10-01T08:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup 1401 issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-1401-issue/m-p/4506006#M365258</link>
      <description>Hi Dennis,&lt;BR /&gt;&lt;BR /&gt;Thank for the help. I've try that on fbackup command. Is working fine now.&lt;BR /&gt;Do you have solution for question 2 &amp;amp; 3 as show below. &lt;BR /&gt;Q2. How to list the backup contents ?&lt;BR /&gt;Q3. To recover one file to a specific directory, is this the right command ? Let say file name is "icmbk12"    frecover -x -oF -i /back/mdb/db1/icmbk1&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Chui</description>
      <pubDate>Thu, 01 Oct 2009 09:05:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-1401-issue/m-p/4506006#M365258</guid>
      <dc:creator>Chui Kock You_1</dc:creator>
      <dc:date>2009-10-01T09:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup 1401 issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-1401-issue/m-p/4506007#M365259</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Q2. How to list the backup contents ?&lt;BR /&gt;&lt;BR /&gt;The 'fbackup' utility writes an index of files that will be backed up to the tape as an early step in its work.  You can read this index with 'frecover' to produce a listing of files that _should_ be on the tape (unless they were removed from the system before 'fbackup' could actually copy them to tape or they were changing during the backup attempts and were marked "irrecoverable").  To do this, do:&lt;BR /&gt;&lt;BR /&gt;# frecover -v -I /tmp/fbackup.idx -f /dev/rmt/0m&lt;BR /&gt;&lt;BR /&gt;A more accurate, although lengthy way to discover an 'fbackup's tape contents is to read the tape *as if* you were going to recover its contents. To do this, but *not* recover, use the '-N' switch:&lt;BR /&gt;&lt;BR /&gt;# frecover -Norv -f /dev/rmt/0m &amp;gt; /tmp/fbackup.files 2&amp;gt;&amp;amp;1&lt;BR /&gt;&lt;BR /&gt;Checksum errors will be reported too, in this way.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Q3. To recover one file to a specific directory, is this the right command ? Let say file name is "icmbk12" frecover -x -oF -i /back/mdb/db1/icmbk1&lt;BR /&gt;&lt;BR /&gt;# cd /path&lt;BR /&gt;# frecover -mov -f /dev/rmt/0m -Xxi /back/mdb/db1/icmbk12&lt;BR /&gt;&lt;BR /&gt;You could add '-F' if you want to restore the file without creating each of its paths.  See the manpages for more information.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 01 Oct 2009 13:40:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-1401-issue/m-p/4506007#M365259</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-10-01T13:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup 1401 issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-1401-issue/m-p/4506008#M365260</link>
      <description>Hi James,&lt;BR /&gt;&lt;BR /&gt;Thanks for the help.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Chui</description>
      <pubDate>Sat, 03 Oct 2009 01:56:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-1401-issue/m-p/4506008#M365260</guid>
      <dc:creator>Chui Kock You_1</dc:creator>
      <dc:date>2009-10-03T01:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup 1401 issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-1401-issue/m-p/4506009#M365261</link>
      <description>one thing to be aware of is that "fbackup" is listed as "obsolete" and/or "depricated" at (at least) the latest release of hpux. &lt;BR /&gt;&lt;BR /&gt;you might start planning on a replacement</description>
      <pubDate>Sun, 04 Oct 2009 17:29:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-1401-issue/m-p/4506009#M365261</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2009-10-04T17:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup 1401 issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-1401-issue/m-p/4506010#M365262</link>
      <description>Hi Old School,&lt;BR /&gt;&lt;BR /&gt;Do you any manaul explanation about the fbackup command gonna obsolete and or depricate. &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Chui</description>
      <pubDate>Mon, 05 Oct 2009 02:05:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-1401-issue/m-p/4506010#M365262</guid>
      <dc:creator>Chui Kock You_1</dc:creator>
      <dc:date>2009-10-05T02:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup 1401 issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-1401-issue/m-p/4506011#M365263</link>
      <description>Hi (again) Chui:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Do you any manaul explanation about the fbackup command gonna obsolete and or depricate. &lt;BR /&gt;&lt;BR /&gt;This is documented in the 11.31 manpages:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60130/fbackup.1M.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60130/fbackup.1M.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;See specifically the section titled "WARNINGS".&lt;BR /&gt;&lt;BR /&gt;The targeted replacement is 'pax' which has been enhanced on 11.23 and 11.31 to offer _some_ of the features that made 'fbackup'/'frecover' so useful:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=PAX-ENH" target="_blank"&gt;https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=PAX-ENH&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 05 Oct 2009 10:46:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-1401-issue/m-p/4506011#M365263</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-10-05T10:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup 1401 issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-1401-issue/m-p/4506012#M365264</link>
      <description>&amp;gt;JRF: The targeted replacement is 'pax' which has been enhanced on 11.23 and 11.31 to offer _some_ of the features that made fbackup/frecover so useful:&lt;BR /&gt;&lt;BR /&gt;Unfortunately it doesn't seem to have all of the features that you would need for an enterprise strength backup program.  You will need to purchase one.</description>
      <pubDate>Mon, 05 Oct 2009 14:05:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-1401-issue/m-p/4506012#M365264</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-10-05T14:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup 1401 issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-1401-issue/m-p/4506013#M365265</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Dennis: Unfortunately it doesn't seem to have all of the features that you would need for an enterprise strength backup program. You will need to purchase one.&lt;BR /&gt;&lt;BR /&gt;I totally agree.  While effort has been put into 'pax' to offer _some_ of the functionality provided by 'fbackup' it seems clear that HP doesn't want to continue support for a free tool (bundled with the OS).  Rather, it would appear that HP wants users to to license ($pay) for DataProtector if they want an HP-branded, enterprise solution.&lt;BR /&gt;&lt;BR /&gt;In my option, this is sad.  A value-added hallmark of HP-UX is being lost.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 05 Oct 2009 14:48:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-1401-issue/m-p/4506013#M365265</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-10-05T14:48:35Z</dc:date>
    </item>
  </channel>
</rss>

