<?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 Compressing while backing up files to a DLT using Tar in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/compressing-while-backing-up-files-to-a-dlt-using-tar/m-p/2817759#M85867</link>
    <description>How can i compress while using tar to do a &lt;BR /&gt;backup to DLT.  &lt;BR /&gt;&lt;BR /&gt;I have a need to backup / to a DLT(s) using&lt;BR /&gt;tar and would like to know the syntax to compress the files as they are backed up.&lt;BR /&gt;&lt;BR /&gt;tar cvf /dev/rmt/1mn / ____________  please&lt;BR /&gt;fill in the blank for me.&lt;BR /&gt;&lt;BR /&gt;or you can provide the same for fbackup, which&lt;BR /&gt;utility is quicker/better for this type of &lt;BR /&gt;backup?&lt;BR /&gt;&lt;BR /&gt;We have a new HP-ux box and the SUrestore &lt;BR /&gt;autoloader is not compatible with Omniback, but&lt;BR /&gt;I can do a tar or fbackup until this device get&lt;BR /&gt;replaced with the correct type of DLT.  &lt;BR /&gt;&lt;BR /&gt;Thanks for you timely replies.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Andre'</description>
    <pubDate>Wed, 02 Oct 2002 18:52:26 GMT</pubDate>
    <dc:creator>Andre Lemon</dc:creator>
    <dc:date>2002-10-02T18:52:26Z</dc:date>
    <item>
      <title>Compressing while backing up files to a DLT using Tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compressing-while-backing-up-files-to-a-dlt-using-tar/m-p/2817759#M85867</link>
      <description>How can i compress while using tar to do a &lt;BR /&gt;backup to DLT.  &lt;BR /&gt;&lt;BR /&gt;I have a need to backup / to a DLT(s) using&lt;BR /&gt;tar and would like to know the syntax to compress the files as they are backed up.&lt;BR /&gt;&lt;BR /&gt;tar cvf /dev/rmt/1mn / ____________  please&lt;BR /&gt;fill in the blank for me.&lt;BR /&gt;&lt;BR /&gt;or you can provide the same for fbackup, which&lt;BR /&gt;utility is quicker/better for this type of &lt;BR /&gt;backup?&lt;BR /&gt;&lt;BR /&gt;We have a new HP-ux box and the SUrestore &lt;BR /&gt;autoloader is not compatible with Omniback, but&lt;BR /&gt;I can do a tar or fbackup until this device get&lt;BR /&gt;replaced with the correct type of DLT.  &lt;BR /&gt;&lt;BR /&gt;Thanks for you timely replies.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Andre'</description>
      <pubDate>Wed, 02 Oct 2002 18:52:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compressing-while-backing-up-files-to-a-dlt-using-tar/m-p/2817759#M85867</guid>
      <dc:creator>Andre Lemon</dc:creator>
      <dc:date>2002-10-02T18:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: Compressing while backing up files to a DLT using Tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compressing-while-backing-up-files-to-a-dlt-using-tar/m-p/2817760#M85868</link>
      <description>You could get a copy of GNU Tar, which includes options on compression...&lt;BR /&gt;&lt;BR /&gt;You can download it from gnu.org.&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Oct 2002 18:56:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compressing-while-backing-up-files-to-a-dlt-using-tar/m-p/2817760#M85868</guid>
      <dc:creator>Vincent Fleming</dc:creator>
      <dc:date>2002-10-02T18:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: Compressing while backing up files to a DLT using Tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compressing-while-backing-up-files-to-a-dlt-using-tar/m-p/2817761#M85869</link>
      <description>It could be something as simple as&lt;BR /&gt;&lt;BR /&gt;cd /&lt;BR /&gt;tar cvf - . | compress &amp;gt; /dev/rmt/1mn&lt;BR /&gt;&lt;BR /&gt;but you would probably see better performance if you reblocked via dd.&lt;BR /&gt;&lt;BR /&gt;cd /&lt;BR /&gt;tar cvf - . | compress | dd ibs=512 obs=256k of=/dev/rmt/1mn&lt;BR /&gt;&lt;BR /&gt;Having said this, DLT's should be default compress the data unless specifically overriden and hardware compression is going to be much faster.&lt;BR /&gt;&lt;BR /&gt;Moreover, fbackup is going to blow the performance of tar away. You can also specify fbackup output to stdout via -f - and pipe that to compress as in the above example.&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Oct 2002 19:13:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compressing-while-backing-up-files-to-a-dlt-using-tar/m-p/2817761#M85869</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-10-02T19:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Compressing while backing up files to a DLT using Tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compressing-while-backing-up-files-to-a-dlt-using-tar/m-p/2817762#M85870</link>
      <description>A. Clay.&lt;BR /&gt;&lt;BR /&gt;i was just testing your first example and got&lt;BR /&gt;a i/o error message.  Our I.S. department has&lt;BR /&gt;decided they do not need a backup done until&lt;BR /&gt;friday night (I guess it is not important to&lt;BR /&gt;have this new system that they took 14 days&lt;BR /&gt;for a job to complete to prep it for training&lt;BR /&gt;until after the training is complete friday).&lt;BR /&gt;&lt;BR /&gt;I will further test this tomorrow.  For my &lt;BR /&gt;development and understanding.&lt;BR /&gt;&lt;BR /&gt;Thank you for your help and wisdom.&lt;BR /&gt;&lt;BR /&gt;Andre'</description>
      <pubDate>Wed, 02 Oct 2002 19:34:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compressing-while-backing-up-files-to-a-dlt-using-tar/m-p/2817762#M85870</guid>
      <dc:creator>Andre Lemon</dc:creator>
      <dc:date>2002-10-02T19:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Compressing while backing up files to a DLT using Tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compressing-while-backing-up-files-to-a-dlt-using-tar/m-p/2817763#M85871</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Get and install gnu tar (sometimes called gtar), PORTED to HPux:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Development/Libraries/libiconv-1.8/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Development/Libraries/libiconv-1.8/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Gnu/gettext-0.11.5/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Gnu/gettext-0.11.5/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Gnu/tar-1.13.25/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Gnu/tar-1.13.25/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It's really a great tool and does more than tar could ever do!&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Wed, 02 Oct 2002 21:56:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compressing-while-backing-up-files-to-a-dlt-using-tar/m-p/2817763#M85871</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-10-02T21:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: Compressing while backing up files to a DLT using Tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compressing-while-backing-up-files-to-a-dlt-using-tar/m-p/2817764#M85872</link>
      <description>Andre:  some thoughts on this...&lt;BR /&gt;&lt;BR /&gt;1&amp;gt; You can really only compress successfully once.  If you attempt to compress again, the size generally grows a percent or two, since the algorithms can't find repeating patterns (etc) anymore in the data stream. &lt;BR /&gt;2&amp;gt; Given #1, I would echo Clay's comments about just leaving the compression up to the tape drive.  First, it is the default for the DLT to compress, Second, it's fast (and burns no CPU cycles in your host), Third, it is so low-level, you don't even know or care about it (no complexity).  The HW compression basically is useless if you've run 'compress' on the data stream first.&lt;BR /&gt;3&amp;gt; The "not supported on Omniback" is possibly a red herring for you.  If the drive(s) and the robotics/picker are recognized by the OS (use ioscan to determine this), the fact that they are not on the Omniback support matrix doesn't mean they won't work, it means they haven't been tested by HP.  In many cases (not all), if you configure Omniback with the device files for the drive(s) and robotics, it will go ahead and run them, provided the robot accepts commands from the default schgr/sctl driver.  Try it, it very well might work.  Certainly, it is no more difficult than the task you are asking about...&lt;BR /&gt;4&amp;gt; If you could run Omniback, you wouldn't be doing any of this compress/tar stuff anyway, right?  You'd just let Omniback hand it to the DLT, to be compressed there.  That all works just the same, with or without Omniback.  I say again, let the DLT do the compression.&lt;BR /&gt;5&amp;gt; Harry and Vince both suggested GNU tar (gtar). If you can't get Omniback to work, I would suggest it as well.  It does everything you are looking for, and more.  [But I still say, leave the compression out in the DLT, for all the above reasons.]&lt;BR /&gt;&lt;BR /&gt;HTH, Good Luck.  --bmr</description>
      <pubDate>Thu, 03 Oct 2002 01:34:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compressing-while-backing-up-files-to-a-dlt-using-tar/m-p/2817764#M85872</guid>
      <dc:creator>Brian M Rawlings</dc:creator>
      <dc:date>2002-10-03T01:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Compressing while backing up files to a DLT using Tar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compressing-while-backing-up-files-to-a-dlt-using-tar/m-p/2817765#M85873</link>
      <description>&lt;BR /&gt;The basic issue with "tar" is that it's still stuck in the 80's. It can't handle files &amp;gt; 2GB. &lt;BR /&gt;&lt;BR /&gt;If you want to use "tar" use GNU tar. Or do what I had to do in the early 90's: rebuild a multi-billion dollar bank's checking and savings history files (statement data) from dozens of reports because tar couldn't handle 2GB files! We of course immediately changed the way we did backups!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Thu, 03 Oct 2002 01:54:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compressing-while-backing-up-files-to-a-dlt-using-tar/m-p/2817765#M85873</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-10-03T01:54:40Z</dc:date>
    </item>
  </channel>
</rss>

