<?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: Inquiry on tar command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/inquiry-on-tar-command/m-p/3454381#M848076</link>
    <description>What happens depends on what command line options you use.&lt;BR /&gt;&lt;BR /&gt;What device you use controls the behavior, you can choose a device /dev/rmt/ etetera that will not rewind at all.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Mon, 03 Jan 2005 22:42:53 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2005-01-03T22:42:53Z</dc:date>
    <item>
      <title>Inquiry on tar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inquiry-on-tar-command/m-p/3454380#M848075</link>
      <description>If I extract only a file from a tar backup tape, would the tar process stops and rewind the tape after that particular file is being restored? Or will it still reading through the end of the tape and only rewind by then?&lt;BR /&gt;&lt;BR /&gt;Is there any way that we could do to stop the tar process continue to read through end of the tape and start rewinding after that particular file is being restored?&lt;BR /&gt;&lt;BR /&gt;Please advice, thanks!</description>
      <pubDate>Mon, 03 Jan 2005 22:23:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inquiry-on-tar-command/m-p/3454380#M848075</guid>
      <dc:creator>Mei Jiao</dc:creator>
      <dc:date>2005-01-03T22:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: Inquiry on tar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inquiry-on-tar-command/m-p/3454381#M848076</link>
      <description>What happens depends on what command line options you use.&lt;BR /&gt;&lt;BR /&gt;What device you use controls the behavior, you can choose a device /dev/rmt/ etetera that will not rewind at all.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 03 Jan 2005 22:42:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inquiry-on-tar-command/m-p/3454381#M848076</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-01-03T22:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: Inquiry on tar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inquiry-on-tar-command/m-p/3454382#M848077</link>
      <description>Hi SEP,&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply. However, I have gone through the man page of 'tar', but did not find any option if I want to do this:&lt;BR /&gt;- Stop the tar process once it restored the particular file I want to restore, and start rewinding back, instead of it reading through the end of the tape.&lt;BR /&gt;&lt;BR /&gt;I used the normal device file: /dev/rmt/0m&lt;BR /&gt;&lt;BR /&gt;Pls advice again. Thank you!</description>
      <pubDate>Mon, 03 Jan 2005 22:51:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inquiry-on-tar-command/m-p/3454382#M848077</guid>
      <dc:creator>Mei Jiao</dc:creator>
      <dc:date>2005-01-03T22:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: Inquiry on tar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inquiry-on-tar-command/m-p/3454383#M848078</link>
      <description>Hi Mei.&lt;BR /&gt;Happy new year.&lt;BR /&gt;I think tar can not extract only a file. Check attached file for detail.&lt;BR /&gt;You should use cpio command for your purpose.&lt;BR /&gt;tienna</description>
      <pubDate>Mon, 03 Jan 2005 22:52:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inquiry-on-tar-command/m-p/3454383#M848078</guid>
      <dc:creator>Nguyen Anh Tien</dc:creator>
      <dc:date>2005-01-03T22:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Inquiry on tar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inquiry-on-tar-command/m-p/3454384#M848079</link>
      <description>Hi Tienna,&lt;BR /&gt;&lt;BR /&gt;Well I think 'tar' can restore a particular file.</description>
      <pubDate>Mon, 03 Jan 2005 22:55:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inquiry-on-tar-command/m-p/3454384#M848079</guid>
      <dc:creator>Mei Jiao</dc:creator>
      <dc:date>2005-01-03T22:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Inquiry on tar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inquiry-on-tar-command/m-p/3454385#M848080</link>
      <description>Hi Mei Jiao,&lt;BR /&gt;I think tar can extract a single file..&lt;BR /&gt;lets try this (not much sure!!)&lt;BR /&gt;&lt;BR /&gt;tar -xvf /dev/rmt/0m /homt/mel/&lt;FILE name=""&gt;&lt;BR /&gt;&lt;BR /&gt;It will read till end of tape &amp;amp; rewind from there.&lt;BR /&gt;&lt;BR /&gt;let us know&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;ABHI K&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/FILE&gt;</description>
      <pubDate>Tue, 04 Jan 2005 23:39:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inquiry-on-tar-command/m-p/3454385#M848080</guid>
      <dc:creator>abhijeet_7</dc:creator>
      <dc:date>2005-01-04T23:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Inquiry on tar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inquiry-on-tar-command/m-p/3454386#M848081</link>
      <description>Yes, I've done a testing myself yesterday. The 'tar' command will read through the end of the whole backup before it rewinds.&lt;BR /&gt;&lt;BR /&gt;I've also tested on fbackup, after frecover restored the file it comes to the prompt much faster than 'tar'.&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Tue, 04 Jan 2005 23:44:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inquiry-on-tar-command/m-p/3454386#M848081</guid>
      <dc:creator>Mei Jiao</dc:creator>
      <dc:date>2005-01-04T23:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: Inquiry on tar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inquiry-on-tar-command/m-p/3454387#M848082</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;tar, once find the required file on the tape and extracted it, it runs through the tape to find another such file in the tape if exist( in case of incremental backup the chnages will be extracted). Hence the reason tar will read through end of tape.&lt;BR /&gt;&lt;BR /&gt;If the tape size is bigger (eg. 120GB ...)this process takes longer time. Hence the concept of (NAS) network attached storage. Wherein NAS maintains the database of backedup file, while restoring it check the database for the files to be restored and point to particular tape in the tape library and moves the header to particular block in the tape and read/extract it.</description>
      <pubDate>Tue, 04 Jan 2005 23:58:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inquiry-on-tar-command/m-p/3454387#M848082</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2005-01-04T23:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: Inquiry on tar command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inquiry-on-tar-command/m-p/3454388#M848083</link>
      <description>hi,&lt;BR /&gt; &lt;BR /&gt;as you can update (read "append") a tar backup, I guess it's quite normal that tar reads the whole backup file to check for newer versions of the same file.&lt;BR /&gt; &lt;BR /&gt;regards,&lt;BR /&gt;Thierry.&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Jan 2005 01:37:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inquiry-on-tar-command/m-p/3454388#M848083</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2005-01-05T01:37:05Z</dc:date>
    </item>
  </channel>
</rss>

