<?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: About Tar command in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/about-tar-command/m-p/3248878#M11366</link>
    <description>sorry , please ignore my previous message,&lt;BR /&gt;&lt;BR /&gt;What I mean is &lt;BR /&gt; I know why the tape will be eject , now I CAN fix this problem , but there is still a question , about your previous suggest , how can I prevent the tape rewind after run the tar ? thx</description>
    <pubDate>Thu, 15 Apr 2004 07:57:43 GMT</pubDate>
    <dc:creator>peterchu</dc:creator>
    <dc:date>2004-04-15T07:57:43Z</dc:date>
    <item>
      <title>About Tar command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/about-tar-command/m-p/3248872#M11360</link>
      <description>I want to use "tar" to incremental backup the file to the tape , so I will use the same tape to backup the files for a week , but I found everytime I backup the file the tape will be eject from the drive , which device is no-rewind device ( I use /dev/st0 now )? what is the tar command to append the files ? thx.</description>
      <pubDate>Thu, 15 Apr 2004 04:33:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/about-tar-command/m-p/3248872#M11360</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-04-15T04:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: About Tar command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/about-tar-command/m-p/3248873#M11361</link>
      <description>Hi,&lt;BR /&gt;tar cvf device files -&amp;gt; to copy files to tape&lt;BR /&gt;tar xvf device -&amp;gt; to extract.&lt;BR /&gt;tar rvf device files -&amp;gt; to append files.&lt;BR /&gt;&lt;BR /&gt;Be careful, because if you append a file that is already in the tape, the file is copied again, so when you restore your copy you must wait to the end of tape to get the latest version of that file.&lt;BR /&gt;&lt;BR /&gt;Frank.</description>
      <pubDate>Thu, 15 Apr 2004 05:21:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/about-tar-command/m-p/3248873#M11361</guid>
      <dc:creator>Francisco J. Soler</dc:creator>
      <dc:date>2004-04-15T05:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: About Tar command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/about-tar-command/m-p/3248874#M11362</link>
      <description>thx reply , I tried that -r is work fine to backup to a file but not to the tape device /dev/st0 , if use this tape device , it can only list the previous backup file can't list the appended files , could suggest what is wrong ? thx</description>
      <pubDate>Thu, 15 Apr 2004 05:59:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/about-tar-command/m-p/3248874#M11362</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-04-15T05:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: About Tar command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/about-tar-command/m-p/3248875#M11363</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check the command mt, i don't know it very well but something like this could work:&lt;BR /&gt;&lt;BR /&gt;mt -f device rewind&lt;BR /&gt;mt -f device fss&lt;BR /&gt;tar tvf device&lt;BR /&gt;&lt;BR /&gt;Frank.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Apr 2004 06:06:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/about-tar-command/m-p/3248875#M11363</guid>
      <dc:creator>Francisco J. Soler</dc:creator>
      <dc:date>2004-04-15T06:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: About Tar command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/about-tar-command/m-p/3248876#M11364</link>
      <description>Peter,&lt;BR /&gt;&lt;BR /&gt;first of all: assign some points to the 168 of 169 answers people have sent to you.&lt;BR /&gt;Check your forum profile and take some time to assign points. And read the forum etiquette...&lt;BR /&gt;&lt;BR /&gt;About your question: do you want 1 tar file on the tape, or multiple tar files? If you append to the tar file on the tape, you only need to prevent the tape eject from happening. Who / what is ejecting the tape?&lt;BR /&gt;&lt;BR /&gt;If you want multiple tar files, the tape must not be rewound, otherwise you have to position the tape each time.&lt;BR /&gt;&lt;BR /&gt;Linux tar:&lt;BR /&gt;tar -u : appends files to the tar archive that are newer than those in the archive. So tar -uvf /mnt/backup will do it.&lt;BR /&gt;&lt;BR /&gt;Or:&lt;BR /&gt;tar --create -- verbose -- listed-incremental &lt;LISTFILE&gt; --file &lt;BR /&gt;/dev/&lt;TAPEDEVICE&gt;&lt;BR /&gt;&lt;BR /&gt;will create incremental tar file (if &lt;LISTFILE&gt; exists, or full (&lt;LISTFILE&gt; does not exist).&lt;BR /&gt;Or &lt;BR /&gt;tar cvf &lt;TARFILE&gt; -g &lt;LISTFILE&gt; /&lt;BR /&gt;Check the man page for all the commands and qualifiers.Do some simple test on a small subdirectory.&lt;BR /&gt;&lt;BR /&gt;JP&lt;/LISTFILE&gt;&lt;/TARFILE&gt;&lt;/LISTFILE&gt;&lt;/LISTFILE&gt;&lt;/TAPEDEVICE&gt;&lt;/LISTFILE&gt;</description>
      <pubDate>Thu, 15 Apr 2004 06:25:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/about-tar-command/m-p/3248876#M11364</guid>
      <dc:creator>Jeroen Peereboom</dc:creator>
      <dc:date>2004-04-15T06:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: About Tar command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/about-tar-command/m-p/3248877#M11365</link>
      <description>thx reply , I know why the tape will be eject , now I can't fix this problem , &lt;BR /&gt;about your previous suggest , how can I prevent the tape rewind after run the tar ? thx</description>
      <pubDate>Thu, 15 Apr 2004 07:39:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/about-tar-command/m-p/3248877#M11365</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-04-15T07:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: About Tar command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/about-tar-command/m-p/3248878#M11366</link>
      <description>sorry , please ignore my previous message,&lt;BR /&gt;&lt;BR /&gt;What I mean is &lt;BR /&gt; I know why the tape will be eject , now I CAN fix this problem , but there is still a question , about your previous suggest , how can I prevent the tape rewind after run the tar ? thx</description>
      <pubDate>Thu, 15 Apr 2004 07:57:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/about-tar-command/m-p/3248878#M11366</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-04-15T07:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: About Tar command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/about-tar-command/m-p/3248879#M11367</link>
      <description>tar will not rewind the tape. rewinding the tape will be done by :&lt;BR /&gt;mt -f /dev/st0 rewind&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Apr 2004 08:42:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/about-tar-command/m-p/3248879#M11367</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-04-15T08:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: About Tar command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/about-tar-command/m-p/3248880#M11368</link>
      <description>Peter &lt;BR /&gt;&lt;BR /&gt;use /dev/nst0 for norewind.&lt;BR /&gt;&lt;BR /&gt;Thanks for the points. ;-(&lt;BR /&gt;&lt;BR /&gt;JP.</description>
      <pubDate>Thu, 15 Apr 2004 08:57:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/about-tar-command/m-p/3248880#M11368</guid>
      <dc:creator>Jeroen Peereboom</dc:creator>
      <dc:date>2004-04-15T08:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: About Tar command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/about-tar-command/m-p/3248881#M11369</link>
      <description>Hello Peter,&lt;BR /&gt;&lt;BR /&gt;RTFM ;-), specifically&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.dlt.com/storage/whitepapers/quantum/dlt/DLT%208000%20on%20Linux.pdf" target="_blank"&gt;http://www.dlt.com/storage/whitepapers/quantum/dlt/DLT%208000%20on%20Linux.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;which should cover your issues.&lt;BR /&gt;&lt;BR /&gt;JP already covered the points, didn't he?&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Thu, 15 Apr 2004 11:12:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/about-tar-command/m-p/3248881#M11369</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-04-15T11:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: About Tar command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/about-tar-command/m-p/3248882#M11370</link>
      <description>ç ¶æ  ç  å¯¦å °å¸ æ  æ ¨ç ¼ç ¾ç­ å¾©å° æ ¨ç  æ  æ ¨ç  å  ä»½ç  ç ¶å  å  é¡ , æ  èª ç º, å® æ ¯é  è¦ ç ºæ  äººè¨­æ³ è§£é  ä¸ äº è« å£ ç  æ ´äººç  é  ç ºæ ¨ç  ã  å® å° å¹«å ©æ ¨å¾ å °æ ´å¤ å  æ ´å¥½ç  å  æ  å¾ å¿ é¡ ä» å  ç  æ  å »é  è£¡å¹«å ©äººå  æ ¨å  I ç  äººæ° ã  &lt;BR /&gt;&lt;BR /&gt;é  å  è« å£ ç ±ä»»ä½ äººä¸ é  ç ¨è ·å ¡å¾ HP ã  å  ç­ æ ¨ç  å  é¡ ç  äººæ° æ ¯å ¨é ¨å  å¦ æ­¤ç ºè ªç ±ã  ä» å  å¾ å °â ¡ä» éº¼ç ºå¹«å ©æ ¨å  I é ¤äº æ  å  çµ¦ä» å  ç  æ  è¬ ã  &lt;BR /&gt;&lt;BR /&gt;å &amp;nbsp;ç ºå® ä¸ æ ¯å ¯è ½ç ºæ  å  è¦ªè ªç  å¤§å¤ æ ¸, æ  å  å¿ é&amp;nbsp; é¡¯ç¤ºæ  å  ç  æ¬£è³ ç ±æ  äº é» æ  å  å¾ å °å¾ æ  å  ç  å  è¼©ç  å  å  ç­ å¾©ã  &lt;BR /&gt;&lt;BR /&gt;æ  å¸¶ä¾ é  çµ¦æ ¨ç  æ³¨æ</description>
      <pubDate>Thu, 15 Apr 2004 11:35:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/about-tar-command/m-p/3248882#M11370</guid>
      <dc:creator>John Collier</dc:creator>
      <dc:date>2004-04-15T11:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: About Tar command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/about-tar-command/m-p/3248883#M11371</link>
      <description>OOPS!  That may not have worked out as well as I had hoped.  Perhaps these forums don't support Chinese symbols??</description>
      <pubDate>Thu, 15 Apr 2004 11:42:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/about-tar-command/m-p/3248883#M11371</guid>
      <dc:creator>John Collier</dc:creator>
      <dc:date>2004-04-15T11:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: About Tar command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/about-tar-command/m-p/3248884#M11372</link>
      <description>&amp;lt;meta http-equiv="Content-type" content="text/html; charset=utf-8" /&amp;gt;&lt;BR /&gt;&lt;BR /&gt;That's in the page code, so, probably not (although I saw someone's name in correct symbols in the issues forum.. go figure).</description>
      <pubDate>Thu, 15 Apr 2004 18:08:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/about-tar-command/m-p/3248884#M11372</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-04-15T18:08:12Z</dc:date>
    </item>
  </channel>
</rss>

