<?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 without rewind? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-without-rewind/m-p/2728985#M836007</link>
    <description>Mark,&lt;BR /&gt;&lt;BR /&gt;As previously stated, HP do not support fbackup with no rewind devices.&lt;BR /&gt;&lt;BR /&gt;However consider this use of fbackup:&lt;BR /&gt;&lt;BR /&gt;fbackup -g GRAPHFILE -c CONFIGFILE -v -f - | gzip | dd of=/dev/rmt/0mn obs=32k&lt;BR /&gt;&lt;BR /&gt;A combination of fbackup and dd will allow you to hold multiple fbackups on a tape using the no rewind device.&lt;BR /&gt;&lt;BR /&gt;You could recover the data as follows:&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/rmt/0mn ibs=32k | gzcat | frecover -xvi PATH/FILENAME -f -&lt;BR /&gt;&lt;BR /&gt;I have tried this and it works although it is completely UNSUPPORTED BY HP.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Joseph</description>
    <pubDate>Thu, 23 May 2002 09:16:31 GMT</pubDate>
    <dc:creator>Joseph A Benaiah_1</dc:creator>
    <dc:date>2002-05-23T09:16:31Z</dc:date>
    <item>
      <title>fbackup without rewind?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-without-rewind/m-p/2728980#M836002</link>
      <description>Can fbackup be used in such a way that it doesn't rewind the tape at the end or beginning of a run?&lt;BR /&gt;&lt;BR /&gt;What I'm trying to do is run several fbackups one after another, writing to the same tape, so that the data from each run is stored in order, one after the other. So far, what has happened is that each run has overwritten the data from the previous run.&lt;BR /&gt;&lt;BR /&gt;Thanks in anticipation&lt;BR /&gt;&lt;BR /&gt;MP</description>
      <pubDate>Wed, 22 May 2002 10:37:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-without-rewind/m-p/2728980#M836002</guid>
      <dc:creator>Mark Perry_1</dc:creator>
      <dc:date>2002-05-22T10:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup without rewind?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-without-rewind/m-p/2728981#M836003</link>
      <description>From the WARNINGS section of fbackup:&lt;BR /&gt;&lt;BR /&gt;      fbackup should not be used with no-rewind devices, for example,&lt;BR /&gt;      /dev/rmt/0mn.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So I guess the answer is no, you can't do this...&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Wed, 22 May 2002 10:44:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-without-rewind/m-p/2728981#M836003</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2002-05-22T10:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup without rewind?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-without-rewind/m-p/2728982#M836004</link>
      <description>It should work if you use the no rewind device file (i.e. /dev/rmt/0mn)&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 22 May 2002 10:44:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-without-rewind/m-p/2728982#M836004</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-05-22T10:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup without rewind?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-without-rewind/m-p/2728983#M836005</link>
      <description>Sorry, I was unaware of that warning.  Open mouth, insert foot.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 22 May 2002 10:45:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-without-rewind/m-p/2728983#M836005</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-05-22T10:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup without rewind?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-without-rewind/m-p/2728984#M836006</link>
      <description>Hi Mark:&lt;BR /&gt;&lt;BR /&gt;No, you can't.  By design 'fbackup' starts by rewinding the tape.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 22 May 2002 10:45:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-without-rewind/m-p/2728984#M836006</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-05-22T10:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup without rewind?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-without-rewind/m-p/2728985#M836007</link>
      <description>Mark,&lt;BR /&gt;&lt;BR /&gt;As previously stated, HP do not support fbackup with no rewind devices.&lt;BR /&gt;&lt;BR /&gt;However consider this use of fbackup:&lt;BR /&gt;&lt;BR /&gt;fbackup -g GRAPHFILE -c CONFIGFILE -v -f - | gzip | dd of=/dev/rmt/0mn obs=32k&lt;BR /&gt;&lt;BR /&gt;A combination of fbackup and dd will allow you to hold multiple fbackups on a tape using the no rewind device.&lt;BR /&gt;&lt;BR /&gt;You could recover the data as follows:&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/rmt/0mn ibs=32k | gzcat | frecover -xvi PATH/FILENAME -f -&lt;BR /&gt;&lt;BR /&gt;I have tried this and it works although it is completely UNSUPPORTED BY HP.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Joseph</description>
      <pubDate>Thu, 23 May 2002 09:16:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-without-rewind/m-p/2728985#M836007</guid>
      <dc:creator>Joseph A Benaiah_1</dc:creator>
      <dc:date>2002-05-23T09:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup without rewind?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-without-rewind/m-p/2728986#M836008</link>
      <description>If the same server and data is to be backed up over several days and appended to the tape, perhaps you could use the Incremental feature of 'fbackup', which will mean each new Tape requires a full backup first, followed by the incrementals.&lt;BR /&gt;&lt;BR /&gt;If the data to be backed up is all on one server and can be backed up at the same time, can you expand the Index File being used to 'fbackup'?&lt;BR /&gt;&lt;BR /&gt;Share and Enjoy! Ian</description>
      <pubDate>Thu, 23 May 2002 09:38:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-without-rewind/m-p/2728986#M836008</guid>
      <dc:creator>Ian Dennison_1</dc:creator>
      <dc:date>2002-05-23T09:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup without rewind?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-without-rewind/m-p/2728987#M836009</link>
      <description>Thanks to you all for your responses.  Much appreciated.&lt;BR /&gt;&lt;BR /&gt;Cheers &lt;BR /&gt;MP</description>
      <pubDate>Thu, 23 May 2002 09:51:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-without-rewind/m-p/2728987#M836009</guid>
      <dc:creator>Mark Perry_1</dc:creator>
      <dc:date>2002-05-23T09:51:33Z</dc:date>
    </item>
  </channel>
</rss>

