<?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: Question regarding TAR in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/question-regarding-tar/m-p/3631032#M237704</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;piping through encryption programs as in the posts above is basically possible, but:&lt;BR /&gt;Please keep in mind that tapes use streaming mode and if the encryption program is slower than the tape (I would expect this, because encryption is CPU extensive), then the tape have to rewind and start again which may be the cause of bad media and failed backups.&lt;BR /&gt;&lt;BR /&gt;You don't have this problem if you save a backup to a block device (like a disk) before writing it to a tape (with dd).&lt;BR /&gt;&lt;BR /&gt;best regards&lt;BR /&gt;&lt;BR /&gt;Stefan&lt;BR /&gt;</description>
    <pubDate>Wed, 21 Sep 2005 07:21:35 GMT</pubDate>
    <dc:creator>Stefan Stechemesser</dc:creator>
    <dc:date>2005-09-21T07:21:35Z</dc:date>
    <item>
      <title>Question regarding TAR</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-regarding-tar/m-p/3631028#M237700</link>
      <description>Hi All &lt;BR /&gt;&lt;BR /&gt;I have soem doubts regarding the tar  backup utility.. Can anybody  help me regarding this matter&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1)Can we take encrypted backup  in tar backup utility ....If not is there  any freeware which I can take the backup&lt;BR /&gt;2)Can tar backup span accross tape &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Binu</description>
      <pubDate>Wed, 21 Sep 2005 04:14:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-regarding-tar/m-p/3631028#M237700</guid>
      <dc:creator>Binu_5</dc:creator>
      <dc:date>2005-09-21T04:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Question regarding TAR</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-regarding-tar/m-p/3631029#M237701</link>
      <description>In default tar utility in hp-ux will not support encryption and tape spanning.&lt;BR /&gt;&lt;BR /&gt;hth.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Sep 2005 04:17:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-regarding-tar/m-p/3631029#M237701</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-09-21T04:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: Question regarding TAR</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-regarding-tar/m-p/3631030#M237702</link>
      <description>For Q#1, &lt;BR /&gt;Yes, You can use crypt command and pipe it to tar. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Wed, 21 Sep 2005 04:18:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-regarding-tar/m-p/3631030#M237702</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-09-21T04:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Question regarding TAR</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-regarding-tar/m-p/3631031#M237703</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;tar cvf - ./my_data | openssl enc -aes-128-cbc &amp;gt; /dev/rmt/0m&lt;BR /&gt;&lt;BR /&gt;It prompts for a password, verifies it, and then completes the backup.&lt;BR /&gt;&lt;BR /&gt;To restore from tape, the following command is performed:&lt;BR /&gt;&lt;BR /&gt;openssl aes-128-cbc -d -in /dev/rmt/0m | tar xf -&lt;BR /&gt;&lt;BR /&gt;It prompts for the password and continues the restore.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;Nico</description>
      <pubDate>Wed, 21 Sep 2005 06:39:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-regarding-tar/m-p/3631031#M237703</guid>
      <dc:creator>Nico Schockaert</dc:creator>
      <dc:date>2005-09-21T06:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Question regarding TAR</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-regarding-tar/m-p/3631032#M237704</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;piping through encryption programs as in the posts above is basically possible, but:&lt;BR /&gt;Please keep in mind that tapes use streaming mode and if the encryption program is slower than the tape (I would expect this, because encryption is CPU extensive), then the tape have to rewind and start again which may be the cause of bad media and failed backups.&lt;BR /&gt;&lt;BR /&gt;You don't have this problem if you save a backup to a block device (like a disk) before writing it to a tape (with dd).&lt;BR /&gt;&lt;BR /&gt;best regards&lt;BR /&gt;&lt;BR /&gt;Stefan&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Sep 2005 07:21:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-regarding-tar/m-p/3631032#M237704</guid>
      <dc:creator>Stefan Stechemesser</dc:creator>
      <dc:date>2005-09-21T07:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: Question regarding TAR</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-regarding-tar/m-p/3631033#M237705</link>
      <description>tar cannot span tapes and does not have any built-in encryption. tar also cannot backup files larger than 2Gb (8Gb limit with recent patches but these files cannot be restored on other systems without the same capability in tar). tar cannot recover from any tape errors. tar has no central index or table of contents (must read entire tape to list all files). &lt;BR /&gt; &lt;BR /&gt;If you are reading into the description that tar is not really suitable for production backups, you're correct. tar is great for exchanging a few small files between machines, but only if the exchange is not critical. fbackup/frecover is much more reliable and much higher performance (but only available on HP-UX). A commercial backup program would be the next logical choice beyond the free tools on HP-UX.</description>
      <pubDate>Wed, 21 Sep 2005 07:22:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-regarding-tar/m-p/3631033#M237705</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-09-21T07:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: Question regarding TAR</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-regarding-tar/m-p/3631034#M237706</link>
      <description>Hi Binu ,&lt;BR /&gt;&lt;BR /&gt;1) you can encrypt , once the tar backup completed , with pipe.&lt;BR /&gt;&lt;BR /&gt;ex: # tar -cvf file1.tar * ; crypt cript_key &amp;lt; file1.tar &amp;gt; file1.crypt.tar&lt;BR /&gt;&lt;BR /&gt;2) Tar cannot span across tape. You can use fbackup for that. Tar can take max 2GB file size and latest tar with patch makes it to support 8GB of file size.&lt;BR /&gt;&lt;BR /&gt;Check your tar version:&lt;BR /&gt;# what /usr/bin/tar&lt;BR /&gt;/usr/bin/tar:&lt;BR /&gt;         tar.c $Date: 2003/05/19 02:55:16 $Revision: r11.11/6 PATCH_11.11 (PHCO_&lt;BR /&gt;28992)&lt;BR /&gt;         $Revision: @(#) all CUP11.11_BL2003_0522_1 PATCH_11.11 PHCO_28992&lt;BR /&gt;         Thu May 22 03:24:02 PDT 2003 $&lt;BR /&gt;&lt;BR /&gt;This Will support max 8GB file size.&lt;BR /&gt;----------------------------------------&lt;BR /&gt;&lt;BR /&gt;You can also get the latest tar from &lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu" target="_blank"&gt;http://hpux.cs.utah.edu&lt;/A&gt; , that also dosupports for large files.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this will help you.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Sep 2005 07:52:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-regarding-tar/m-p/3631034#M237706</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-09-21T07:52:36Z</dc:date>
    </item>
  </channel>
</rss>

