<?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 restore files in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/restore-files/m-p/3014157#M5444</link>
    <description>I want to restore the file from the tape , the backup is made by "tar" , I have generated the file list of the tape , (tar -tvf /dev/st0 ) , the files as below,&lt;BR /&gt;a/file1&lt;BR /&gt;a/file2&lt;BR /&gt;a/file3&lt;BR /&gt;b/file1&lt;BR /&gt;b/file2&lt;BR /&gt;b/file3&lt;BR /&gt;c/file1&lt;BR /&gt;c/file2&lt;BR /&gt;c/file3&lt;BR /&gt;"&lt;BR /&gt;"&lt;BR /&gt;"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I want to restore the file for one time instead of restore it one by one , I tried " tar -xvf /dev/st0 * " , it seems no files is restored , can suggest how can I restore it ? thx &lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 03 Jul 2003 01:42:24 GMT</pubDate>
    <dc:creator>juno2</dc:creator>
    <dc:date>2003-07-03T01:42:24Z</dc:date>
    <item>
      <title>restore files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/restore-files/m-p/3014157#M5444</link>
      <description>I want to restore the file from the tape , the backup is made by "tar" , I have generated the file list of the tape , (tar -tvf /dev/st0 ) , the files as below,&lt;BR /&gt;a/file1&lt;BR /&gt;a/file2&lt;BR /&gt;a/file3&lt;BR /&gt;b/file1&lt;BR /&gt;b/file2&lt;BR /&gt;b/file3&lt;BR /&gt;c/file1&lt;BR /&gt;c/file2&lt;BR /&gt;c/file3&lt;BR /&gt;"&lt;BR /&gt;"&lt;BR /&gt;"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I want to restore the file for one time instead of restore it one by one , I tried " tar -xvf /dev/st0 * " , it seems no files is restored , can suggest how can I restore it ? thx &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Jul 2003 01:42:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/restore-files/m-p/3014157#M5444</guid>
      <dc:creator>juno2</dc:creator>
      <dc:date>2003-07-03T01:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: restore files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/restore-files/m-p/3014158#M5445</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;a simple tar -xvf /dev/st0 will restore all files on the tape.&lt;BR /&gt;&lt;BR /&gt;is that what you require. &lt;BR /&gt;&lt;BR /&gt;if you want to do specific files then do,&lt;BR /&gt;&lt;BR /&gt;tar -xvf /dev/st0 file1 file2 file3.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;here the wild card * wont help because when the shell interprests it, it will be like&lt;BR /&gt;&lt;BR /&gt;tar -xvf /dev/st0 &lt;FILES in="" current="" directory=""&gt;&lt;BR /&gt;&lt;BR /&gt;which are likely not to be on the tape.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;-balaji&lt;/FILES&gt;</description>
      <pubDate>Thu, 03 Jul 2003 02:27:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/restore-files/m-p/3014158#M5445</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-07-03T02:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: restore files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/restore-files/m-p/3014159#M5446</link>
      <description>it is ok ,thx</description>
      <pubDate>Thu, 03 Jul 2003 02:46:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/restore-files/m-p/3014159#M5446</guid>
      <dc:creator>juno2</dc:creator>
      <dc:date>2003-07-03T02:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: restore files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/restore-files/m-p/3014160#M5447</link>
      <description>hmm... &lt;BR /&gt;&lt;BR /&gt;how abt spending some time now assigning points to those invaluable help u have received from all.&lt;BR /&gt;-balaji</description>
      <pubDate>Thu, 03 Jul 2003 08:31:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/restore-files/m-p/3014160#M5447</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-07-03T08:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: restore files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/restore-files/m-p/3014161#M5448</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;You don't need to use the * because the default is to restore all the files,&lt;BR /&gt;if you want to use the * as parameter and&lt;BR /&gt;not give to shell return a list of files&lt;BR /&gt;then use the "*" but no need in for you.&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
      <pubDate>Thu, 03 Jul 2003 20:37:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/restore-files/m-p/3014161#M5448</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-07-03T20:37:44Z</dc:date>
    </item>
  </channel>
</rss>

