<?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 fbackup compressed mode in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-compressed-mode/m-p/3504909#M217239</link>
    <description>I want to use fbackup and send the output to a file. The file must be compressed as well, or smaller than the space than the size of the actual files. Is this possible?&lt;BR /&gt;&lt;BR /&gt;thanks!!!&lt;BR /&gt;&lt;BR /&gt;f. halili</description>
    <pubDate>Tue, 15 Mar 2005 08:49:27 GMT</pubDate>
    <dc:creator>f. halili</dc:creator>
    <dc:date>2005-03-15T08:49:27Z</dc:date>
    <item>
      <title>fbackup compressed mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-compressed-mode/m-p/3504909#M217239</link>
      <description>I want to use fbackup and send the output to a file. The file must be compressed as well, or smaller than the space than the size of the actual files. Is this possible?&lt;BR /&gt;&lt;BR /&gt;thanks!!!&lt;BR /&gt;&lt;BR /&gt;f. halili</description>
      <pubDate>Tue, 15 Mar 2005 08:49:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-compressed-mode/m-p/3504909#M217239</guid>
      <dc:creator>f. halili</dc:creator>
      <dc:date>2005-03-15T08:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup compressed mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-compressed-mode/m-p/3504910#M217240</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;fbackup -0 -i/dir -f - | compress | dd of=/tmp/savefile obs=10k&lt;BR /&gt;&lt;BR /&gt;To read&lt;BR /&gt;&lt;BR /&gt;dd if=/mp/savefile ibs=10k | uncompress | frecover -I - -f -&lt;BR /&gt;dd if=/tmp/savefile ibs=10k | uncompress | frecover -x -i/dir&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;               Steve Steel</description>
      <pubDate>Tue, 15 Mar 2005 08:52:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-compressed-mode/m-p/3504910#M217240</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2005-03-15T08:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup compressed mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-compressed-mode/m-p/3504911#M217241</link>
      <description>fbackup -i /dir -v -f - | compress &amp;gt; /store_dir/some_file.Z</description>
      <pubDate>Tue, 15 Mar 2005 08:54:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-compressed-mode/m-p/3504911#M217241</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-03-15T08:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup compressed mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-compressed-mode/m-p/3504912#M217242</link>
      <description>to all ... please give the commands to extract as well. THANKS</description>
      <pubDate>Tue, 15 Mar 2005 08:56:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-compressed-mode/m-p/3504912#M217242</guid>
      <dc:creator>f. halili</dc:creator>
      <dc:date>2005-03-15T08:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup compressed mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-compressed-mode/m-p/3504913#M217243</link>
      <description>Hi,&lt;BR /&gt;This SHOULD work?! UNTESTED&lt;BR /&gt;1) Make a pipe &lt;BR /&gt;mknod /tmp/bak_pipe p &lt;BR /&gt;2)Compress in background &lt;BR /&gt;compress &amp;lt; /tmp/bak_pipe &amp;gt; data.Z &amp;amp; &lt;BR /&gt;3) Backup to the pipe &lt;BR /&gt;fbackup -nAvf /tmp/bak_pipe -g graph.file&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Mar 2005 08:59:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-compressed-mode/m-p/3504913#M217243</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2005-03-15T08:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup compressed mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-compressed-mode/m-p/3504914#M217244</link>
      <description>Steve,&lt;BR /&gt;&lt;BR /&gt;I tried your backup to file and it works.  To extract do I ran the two lines you gave?&lt;BR /&gt;&lt;BR /&gt;I tried running each &amp;amp; I was not able to extract. Please send one liner to extract &amp;amp; I will test. Thanks!!!&lt;BR /&gt;&lt;BR /&gt;f. halili</description>
      <pubDate>Tue, 15 Mar 2005 09:25:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-compressed-mode/m-p/3504914#M217244</guid>
      <dc:creator>f. halili</dc:creator>
      <dc:date>2005-03-15T09:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup compressed mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-compressed-mode/m-p/3504915#M217245</link>
      <description>Hello RAC,&lt;BR /&gt;&lt;BR /&gt;Tries your command &amp;amp; it works.&lt;BR /&gt;Can you send the command to extract as well so I can test?&lt;BR /&gt;&lt;BR /&gt;THANKS.&lt;BR /&gt;f. halili</description>
      <pubDate>Tue, 15 Mar 2005 09:38:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-compressed-mode/m-p/3504915#M217245</guid>
      <dc:creator>f. halili</dc:creator>
      <dc:date>2005-03-15T09:38:07Z</dc:date>
    </item>
  </channel>
</rss>

