<?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: frecover just the files in a subdirectory in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover-just-the-files-in-a-subdirectory/m-p/2542837#M866076</link>
    <description>Yes Ed,  there is no specific option, u need to create a graph file for including and excluding of directories. However -F option serves ur purpose upto some extent.... but in reverse order(Recover files without recovering leading directories).....&lt;BR /&gt;&lt;BR /&gt;Cheers...&lt;BR /&gt;Satish.&lt;BR /&gt;</description>
    <pubDate>Sat, 23 Jun 2001 09:52:36 GMT</pubDate>
    <dc:creator>bhoopathi_1</dc:creator>
    <dc:date>2001-06-23T09:52:36Z</dc:date>
    <item>
      <title>frecover just the files in a subdirectory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover-just-the-files-in-a-subdirectory/m-p/2542830#M866069</link>
      <description>What should the frecover command string be to restore only the files in a given subdirectory (not recursive) to a local directory?</description>
      <pubDate>Wed, 20 Jun 2001 13:39:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover-just-the-files-in-a-subdirectory/m-p/2542830#M866069</guid>
      <dc:creator>Ed Hon</dc:creator>
      <dc:date>2001-06-20T13:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: frecover just the files in a subdirectory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover-just-the-files-in-a-subdirectory/m-p/2542831#M866070</link>
      <description>/usr/sbin/frecover -I path [-vy] [-f device]</description>
      <pubDate>Wed, 20 Jun 2001 13:44:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover-just-the-files-in-a-subdirectory/m-p/2542831#M866070</guid>
      <dc:creator>Vincenzo Restuccia</dc:creator>
      <dc:date>2001-06-20T13:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: frecover just the files in a subdirectory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover-just-the-files-in-a-subdirectory/m-p/2542832#M866071</link>
      <description>To recover files to original location: &lt;BR /&gt;# frecover -f /dev/rmt/0m -xov -i /source_directory&lt;BR /&gt;&lt;BR /&gt;To recover files relative to the current working directory: &lt;BR /&gt;# cd /destination_directory&lt;BR /&gt;# frecover -f /dev/rmt/0m -xXov -i /source_directory&lt;BR /&gt;&lt;BR /&gt;To recover all files under source directory to the present directory (all paths on tape will be ignored - leaving a flat directory structure): &lt;BR /&gt;# cd /destination_directory&lt;BR /&gt;# frecover -f /dev/rmt/0m -xFov -i /source_directory&lt;BR /&gt;&lt;BR /&gt;Sachin</description>
      <pubDate>Wed, 20 Jun 2001 13:51:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover-just-the-files-in-a-subdirectory/m-p/2542832#M866071</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2001-06-20T13:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: frecover just the files in a subdirectory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover-just-the-files-in-a-subdirectory/m-p/2542833#M866072</link>
      <description>Hi, if you use the -X option it will create and restore the directory under the current directory. If the -F option is specified it will extract the requested files and place them in the current directory but won't create the directory structure. You use these options along with the -x option. If you use both -X and -F together -F will override. Hope this helps. &lt;BR /&gt;&lt;BR /&gt;Rob</description>
      <pubDate>Wed, 20 Jun 2001 13:51:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover-just-the-files-in-a-subdirectory/m-p/2542833#M866072</guid>
      <dc:creator>Rob Smith</dc:creator>
      <dc:date>2001-06-20T13:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: frecover just the files in a subdirectory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover-just-the-files-in-a-subdirectory/m-p/2542834#M866073</link>
      <description>Hi Ed:&lt;BR /&gt;&lt;BR /&gt;Create a graph file (e.g. /tmp/mygraph) with inclujde flags for your files.  For example:&lt;BR /&gt;&lt;BR /&gt;i /usr/local/bin/file1&lt;BR /&gt;i /usr/local/bin/file2&lt;BR /&gt;&lt;BR /&gt;Then:&lt;BR /&gt;&lt;BR /&gt;# frecover -F -x -g /tmp/mygraph -o -v -f /dev/rmt/0m&lt;BR /&gt;&lt;BR /&gt;...would recover those files from a tape (0m) irrespective of age.  The key flag is the '-F' one.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 20 Jun 2001 13:55:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover-just-the-files-in-a-subdirectory/m-p/2542834#M866073</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-06-20T13:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: frecover just the files in a subdirectory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover-just-the-files-in-a-subdirectory/m-p/2542835#M866074</link>
      <description>&lt;BR /&gt;   Hi&lt;BR /&gt;&lt;BR /&gt;    I have not done this. But I think this procedure will help U. U can create a graph file and restore ur particular directories. Do like this.&lt;BR /&gt;&lt;BR /&gt;Go to ur local directory say /home/jak&lt;BR /&gt;&lt;BR /&gt;#cd /home/jak&lt;BR /&gt;Create a text file here and add  lines like this, &lt;BR /&gt;&lt;BR /&gt;i &lt;UR particular="" directory="" to="" recover=""&gt;&lt;BR /&gt;e &lt;SUBDIRECTORIES which="" u="" don=""&gt;&lt;BR /&gt;&lt;BR /&gt;i for include and e for exclude&lt;BR /&gt;&lt;BR /&gt;Then&lt;BR /&gt;&lt;BR /&gt;#frecover -X -f /dev/rmt/0m -g /home/jak/graphfile&lt;BR /&gt;&lt;BR /&gt;-X for restoring to ur current local directory.&lt;BR /&gt;&lt;BR /&gt;Best of luck&lt;BR /&gt;&lt;BR /&gt;Shahul&lt;/SUBDIRECTORIES&gt;&lt;/UR&gt;</description>
      <pubDate>Thu, 21 Jun 2001 16:44:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover-just-the-files-in-a-subdirectory/m-p/2542835#M866074</guid>
      <dc:creator>Shahul</dc:creator>
      <dc:date>2001-06-21T16:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: frecover just the files in a subdirectory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover-just-the-files-in-a-subdirectory/m-p/2542836#M866075</link>
      <description>Thanks for all the responses.  Well, there seems to be no frecover option to do what I want to do easily, that is recover all the files in a directory to my current working directory and without traversing the directory structure.  It seems I have to create a detailed graph of either all the filenames to include or all the subdirectory names to exclude.</description>
      <pubDate>Fri, 22 Jun 2001 19:18:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover-just-the-files-in-a-subdirectory/m-p/2542836#M866075</guid>
      <dc:creator>Ed Hon</dc:creator>
      <dc:date>2001-06-22T19:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: frecover just the files in a subdirectory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/frecover-just-the-files-in-a-subdirectory/m-p/2542837#M866076</link>
      <description>Yes Ed,  there is no specific option, u need to create a graph file for including and excluding of directories. However -F option serves ur purpose upto some extent.... but in reverse order(Recover files without recovering leading directories).....&lt;BR /&gt;&lt;BR /&gt;Cheers...&lt;BR /&gt;Satish.&lt;BR /&gt;</description>
      <pubDate>Sat, 23 Jun 2001 09:52:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/frecover-just-the-files-in-a-subdirectory/m-p/2542837#M866076</guid>
      <dc:creator>bhoopathi_1</dc:creator>
      <dc:date>2001-06-23T09:52:36Z</dc:date>
    </item>
  </channel>
</rss>

