<?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: how to use tar command? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-tar-command/m-p/3411443#M202671</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;# tar cvf &lt;TAPE device="" name=""&gt; &lt;FILE1 or="" directory="" one="" to="" be="" saved="" on="" tape=""&gt; &lt;FILE2 or="" directory2="" to="" be="" saved="" on="" tape=""&gt; &lt;FILE3...&gt; &amp;lt;..&amp;gt; &amp;lt;..&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Hope that calrifies.&lt;BR /&gt;Regards,&lt;/FILE3...&gt;&lt;/FILE2&gt;&lt;/FILE1&gt;&lt;/TAPE&gt;</description>
    <pubDate>Mon, 01 Nov 2004 00:44:46 GMT</pubDate>
    <dc:creator>Bharat Katkar</dc:creator>
    <dc:date>2004-11-01T00:44:46Z</dc:date>
    <item>
      <title>how to use tar command?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-tar-command/m-p/3411441#M202669</link>
      <description>I am confiuse of using tar command when saving data into my tape, does any ony can give me a General Example? TKS</description>
      <pubDate>Sun, 31 Oct 2004 21:35:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-tar-command/m-p/3411441#M202669</guid>
      <dc:creator>public</dc:creator>
      <dc:date>2004-10-31T21:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to use tar command?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-tar-command/m-p/3411442#M202670</link>
      <description>Well, the man pages are usually very good sources of information.&lt;BR /&gt;&lt;BR /&gt;# man tar&lt;BR /&gt;&lt;BR /&gt;Example:  If you want to store the contents of /dir1 onto tape with relative path and your tape is /dev/rmt/0m&lt;BR /&gt;&lt;BR /&gt;# cd /&lt;BR /&gt;# tar -cvf /dev/rmt/0m ./dir1&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;# cd /dir1&lt;BR /&gt;# tar -cvf /dev/rmt/0m .&lt;BR /&gt;&lt;BR /&gt;There is a space AFTER the 0m and before the . in each command above.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 31 Oct 2004 21:45:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-tar-command/m-p/3411442#M202670</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-10-31T21:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: how to use tar command?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-tar-command/m-p/3411443#M202671</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;# tar cvf &lt;TAPE device="" name=""&gt; &lt;FILE1 or="" directory="" one="" to="" be="" saved="" on="" tape=""&gt; &lt;FILE2 or="" directory2="" to="" be="" saved="" on="" tape=""&gt; &lt;FILE3...&gt; &amp;lt;..&amp;gt; &amp;lt;..&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Hope that calrifies.&lt;BR /&gt;Regards,&lt;/FILE3...&gt;&lt;/FILE2&gt;&lt;/FILE1&gt;&lt;/TAPE&gt;</description>
      <pubDate>Mon, 01 Nov 2004 00:44:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-tar-command/m-p/3411443#M202671</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-11-01T00:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: how to use tar command?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-tar-command/m-p/3411444#M202672</link>
      <description>simply, you can see in the man page:&lt;BR /&gt;man tar&lt;BR /&gt;Can go to this link:&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90690/B2355-90690_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90690/00/01/148-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90690/00/01/148-toc.html&amp;amp;searchterms=tar&amp;amp;queryid=20041031-205509" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90690/B2355-90690_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90690/00/01/148-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90690/00/01/148-toc.html&amp;amp;searchterms=tar&amp;amp;queryid=20041031-205509&lt;/A&gt;&lt;BR /&gt;It will show you how to use and give you some example.&lt;BR /&gt;For example: to backup my home directory to tape (ioscan -fnC tape)&lt;BR /&gt;# tar -cvf /dev/rmt/0m /usr/home/jimkery&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;Jimkery&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Nov 2004 01:36:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-tar-command/m-p/3411444#M202672</guid>
      <dc:creator>Hoang Chi Cong_1</dc:creator>
      <dc:date>2004-11-01T01:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: how to use tar command?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-tar-command/m-p/3411445#M202673</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;the guide line for using tar : &lt;BR /&gt;&lt;BR /&gt;tar cvf - to backup files to a tar or to a tape &lt;BR /&gt;&lt;BR /&gt;tar xvf - to extract files &lt;BR /&gt;&lt;BR /&gt;tar tvf - to see that files in the tar file.&lt;BR /&gt;&lt;BR /&gt;use this and every time that you dont know how to put the direcotry or get confuse open the man pages on tar . &lt;BR /&gt;&lt;BR /&gt;eran</description>
      <pubDate>Mon, 01 Nov 2004 04:16:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-tar-command/m-p/3411445#M202673</guid>
      <dc:creator>eran maor</dc:creator>
      <dc:date>2004-11-01T04:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to use tar command?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-tar-command/m-p/3411446#M202674</link>
      <description>Examples of using tar to backup to tape. &lt;BR /&gt;&lt;BR /&gt;Man tar - get more information about the tar command &lt;BR /&gt;&lt;BR /&gt;tar cvf /dev/rmt/0m (tape device) /etc &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Nov 2004 10:08:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-tar-command/m-p/3411446#M202674</guid>
      <dc:creator>Deoncia Grayson_1</dc:creator>
      <dc:date>2004-11-01T10:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to use tar command?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-tar-command/m-p/3411447#M202675</link>
      <description>To do an ENTIRE backup: &lt;BR /&gt;# tar cvf /dev/rmt/0m / &lt;BR /&gt;&lt;BR /&gt;To store a particular directory: &lt;BR /&gt;# tar cv /tmp ( for default device ) &lt;BR /&gt;# tar cvf /dev/rmt/1m /tmp (specify device) &lt;BR /&gt;&lt;BR /&gt;To recover a particular directory: &lt;BR /&gt;# tar xvf /dev/rmt/0m /tmp &lt;BR /&gt;&lt;BR /&gt;To see what's actually on the tape without restoring or extracting: &lt;BR /&gt;# tar tvf /dev/rmt/0m &lt;BR /&gt;&lt;BR /&gt;To recover a particular FILE: &lt;BR /&gt;# tar xvf /dev/rmt/1m /path/filename  (will only recover full path) &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Nov 2004 21:42:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-tar-command/m-p/3411447#M202675</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2004-11-01T21:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to use tar command?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-tar-command/m-p/3411448#M202676</link>
      <description>tar -cvf is to write data on to the Tape&lt;BR /&gt;tar -tvf is to diplay the content of the tape&lt;BR /&gt;tar -xvf is to extract the tape contents&lt;BR /&gt;&lt;BR /&gt;further clarifications see man page of tar&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;SK</description>
      <pubDate>Tue, 02 Nov 2004 07:29:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-tar-command/m-p/3411448#M202676</guid>
      <dc:creator>Sยภเl Kย๓คг</dc:creator>
      <dc:date>2004-11-02T07:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to use tar command?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-tar-command/m-p/3411449#M202677</link>
      <description>Please assign points as a way of thanking everybody who takes the time to help you.</description>
      <pubDate>Tue, 02 Nov 2004 17:54:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-tar-command/m-p/3411449#M202677</guid>
      <dc:creator>Isaac Loven_4</dc:creator>
      <dc:date>2004-11-02T17:54:33Z</dc:date>
    </item>
  </channel>
</rss>

