<?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: VXRESTORE to /dev/null ?? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vxrestore-to-dev-null/m-p/2774019#M75516</link>
    <description>Paul&lt;BR /&gt;&lt;BR /&gt;This might work:-&lt;BR /&gt;&lt;BR /&gt;Use the -r switch in a dir that is big enought to hold the largest file and pipe the output to a logfile.&lt;BR /&gt;&lt;BR /&gt;At the same time run a small rm script to look for files with at least r-------- and remove them.&lt;BR /&gt;&lt;BR /&gt;so running both at the same tine you will get a log of each recovered file and as soon as it is fully there the rm script will pick it up and zap it.&lt;BR /&gt;&lt;BR /&gt;Lateral thinking !!! - It might work.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Paula</description>
    <pubDate>Wed, 14 Aug 2002 09:18:24 GMT</pubDate>
    <dc:creator>Paula J Frazer-Campbell</dc:creator>
    <dc:date>2002-08-14T09:18:24Z</dc:date>
    <item>
      <title>VXRESTORE to /dev/null ??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxrestore-to-dev-null/m-p/2774016#M75513</link>
      <description>Hi Guys,&lt;BR /&gt;&lt;BR /&gt;Does anyone know of a way to push all restored data from a vxrestore session to /dev/null ??  Or alternatively, create a directory whose contents will be automatically sent to /dev/null ??&lt;BR /&gt;&lt;BR /&gt;Basically, I am trying to see if I can read a vxdump volume without restoring anything back to disk.&lt;BR /&gt;&lt;BR /&gt;Any / All help is greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;TIA,&lt;BR /&gt;Paul.</description>
      <pubDate>Sat, 27 Jul 2002 10:54:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxrestore-to-dev-null/m-p/2774016#M75513</guid>
      <dc:creator>Paul Murray_1</dc:creator>
      <dc:date>2002-07-27T10:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: VXRESTORE to /dev/null ??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxrestore-to-dev-null/m-p/2774017#M75514</link>
      <description>I believe the t option allows you to list the contents of a vxdump.&lt;BR /&gt;&lt;BR /&gt;man vxrestore&lt;BR /&gt;&lt;BR /&gt;...jcd...</description>
      <pubDate>Tue, 13 Aug 2002 16:02:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxrestore-to-dev-null/m-p/2774017#M75514</guid>
      <dc:creator>Joseph C. Denman</dc:creator>
      <dc:date>2002-08-13T16:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: VXRESTORE to /dev/null ??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxrestore-to-dev-null/m-p/2774018#M75515</link>
      <description>Hi Joseph,&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply, but the -t switch only reads the table of contents and doesn't (unfortunately) verirfy the integrity of the dump volume.&lt;BR /&gt;&lt;BR /&gt;The only way I can think of verifying the volume is to actually perform a restore, but I do not have the available disk space to write the files back to disk - hence the requirement to dump to a "/dev/null" equivalent.&lt;BR /&gt;&lt;BR /&gt;(Thanks anyway !!)&lt;BR /&gt;&lt;BR /&gt;Regs,&lt;BR /&gt;Paul.</description>
      <pubDate>Wed, 14 Aug 2002 08:33:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxrestore-to-dev-null/m-p/2774018#M75515</guid>
      <dc:creator>Paul Murray_1</dc:creator>
      <dc:date>2002-08-14T08:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: VXRESTORE to /dev/null ??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxrestore-to-dev-null/m-p/2774019#M75516</link>
      <description>Paul&lt;BR /&gt;&lt;BR /&gt;This might work:-&lt;BR /&gt;&lt;BR /&gt;Use the -r switch in a dir that is big enought to hold the largest file and pipe the output to a logfile.&lt;BR /&gt;&lt;BR /&gt;At the same time run a small rm script to look for files with at least r-------- and remove them.&lt;BR /&gt;&lt;BR /&gt;so running both at the same tine you will get a log of each recovered file and as soon as it is fully there the rm script will pick it up and zap it.&lt;BR /&gt;&lt;BR /&gt;Lateral thinking !!! - It might work.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Wed, 14 Aug 2002 09:18:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxrestore-to-dev-null/m-p/2774019#M75516</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2002-08-14T09:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: VXRESTORE to /dev/null ??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxrestore-to-dev-null/m-p/2774020#M75517</link>
      <description>Paula,&lt;BR /&gt;&lt;BR /&gt;What a cunning little idea !!!!&lt;BR /&gt;&lt;BR /&gt;I'll give it a try, then "I'LL BE BACK !!"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;(Thanks),&lt;BR /&gt;Paul.</description>
      <pubDate>Wed, 14 Aug 2002 09:36:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxrestore-to-dev-null/m-p/2774020#M75517</guid>
      <dc:creator>Paul Murray_1</dc:creator>
      <dc:date>2002-08-14T09:36:25Z</dc:date>
    </item>
  </channel>
</rss>

