<?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 restore single file from /image backup in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/how-to-restore-single-file-from-image-backup/m-p/5019697#M80745</link>
    <description>&lt;BR /&gt;If you're restoring to a directory that isn't owned by the account that's doing the restore, I'd suggest /by=original on that as well.  If you don't do that, it'll try to make the file with the ownership of the account running backup, and it might not let you create the file.&lt;BR /&gt;&lt;BR /&gt;Also, if you have more than one saveset on the tape and the file you want isn't in the firet one on the tape, specifiy the saveset name so it will skip to the one you want rather than reading through every saveset.&lt;BR /&gt;</description>
    <pubDate>Tue, 19 Dec 2006 12:24:49 GMT</pubDate>
    <dc:creator>Gregg Parmentier</dc:creator>
    <dc:date>2006-12-19T12:24:49Z</dc:date>
    <item>
      <title>how to restore single file from /image backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-restore-single-file-from-image-backup/m-p/5019695#M80743</link>
      <description>I want to restore a single file from a backup that I have.&lt;BR /&gt;Details: &lt;BR /&gt;1. OpenVMS AXP version V6.2&lt;BR /&gt;2. Command that was used to take backup ,  BACKUP/IMAGE/IGNORE=(INTERLOCK,LABEL)/BLOCK=65534/NOCRC/GROUP=0/RECORD/NOASSIST abs$DKD500: abs$MKB600:Wabs$DKD500.BAK/SAVE/MEDIA_FORMAT=COMPACT&lt;BR /&gt;&lt;BR /&gt;3. Tape is monted as , mount/for abs$mkb600:&lt;BR /&gt;&lt;BR /&gt;I want to restore some files from this backup set that I have, how to do it?&lt;BR /&gt;&lt;BR /&gt;Can anyone help ?&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Atul&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Dec 2006 12:04:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-restore-single-file-from-image-backup/m-p/5019695#M80743</guid>
      <dc:creator>Atul Subhedar</dc:creator>
      <dc:date>2006-12-19T12:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to restore single file from /image backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-restore-single-file-from-image-backup/m-p/5019696#M80744</link>
      <description>Use the select qualifier&lt;BR /&gt;$ BACKUP abs$MKB600:Wabs$DKD500.BAK/SAVE/SELECT=(aaa.ccc)&lt;BR /&gt;[]&lt;BR /&gt;&lt;BR /&gt;would find files matching aaa.ccc in any directory and restore them to your current default directory.&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Dec 2006 12:07:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-restore-single-file-from-image-backup/m-p/5019696#M80744</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-12-19T12:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to restore single file from /image backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-restore-single-file-from-image-backup/m-p/5019697#M80745</link>
      <description>&lt;BR /&gt;If you're restoring to a directory that isn't owned by the account that's doing the restore, I'd suggest /by=original on that as well.  If you don't do that, it'll try to make the file with the ownership of the account running backup, and it might not let you create the file.&lt;BR /&gt;&lt;BR /&gt;Also, if you have more than one saveset on the tape and the file you want isn't in the firet one on the tape, specifiy the saveset name so it will skip to the one you want rather than reading through every saveset.&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Dec 2006 12:24:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-restore-single-file-from-image-backup/m-p/5019697#M80745</guid>
      <dc:creator>Gregg Parmentier</dc:creator>
      <dc:date>2006-12-19T12:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to restore single file from /image backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-restore-single-file-from-image-backup/m-p/5019698#M80746</link>
      <description>Atul,&lt;BR /&gt;&lt;BR /&gt;To begin with:&lt;BR /&gt;WELCOME to the VMS Forum!&lt;BR /&gt;&lt;BR /&gt;Good answers were given so far.&lt;BR /&gt;&lt;BR /&gt;Let me extend a bit on them:&lt;BR /&gt;&lt;BR /&gt;For the /SELECT= &lt;BR /&gt;you can also use directory specs, &lt;BR /&gt;and, you can also use wildcards.&lt;BR /&gt;&lt;BR /&gt;An example:&lt;BR /&gt;/SELECT=[TOPDIR.SUBDIR.PART*...]AB*.DAT&lt;BR /&gt;&lt;BR /&gt;would select all files with names starting AB amd filetype .DAT in any directory PART* in [topdir.subdir], and in all its subdirectories.&lt;BR /&gt;&lt;BR /&gt;In general, it is preferable if the ... subdirectories wildcard is used, to also specify an output directory [PUT.IT.HERE...]&lt;BR /&gt;&lt;BR /&gt;That way, the directory structure down from .PART* in the example is reconstructed in PUT.IT.HERE, giving [PUT.IT.HERE.PART...]&lt;BR /&gt;&lt;BR /&gt;If you do not know the exact directory structure of filenames, you can first create a listing with&lt;BR /&gt;$ BACKUP/LIST=&lt;FILENAME&gt; abs$MKB600:wabs$dkd500.bak/sav&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe&lt;/FILENAME&gt;</description>
      <pubDate>Tue, 19 Dec 2006 12:42:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-restore-single-file-from-image-backup/m-p/5019698#M80746</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2006-12-19T12:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to restore single file from /image backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-restore-single-file-from-image-backup/m-p/5019699#M80747</link>
      <description>Hey, &lt;BR /&gt;Ian your solution directly hit the net.&lt;BR /&gt;Thanks a lot for all the replys.&lt;BR /&gt;Great to be here on VMS forum.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Atul&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Dec 2006 13:50:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-restore-single-file-from-image-backup/m-p/5019699#M80747</guid>
      <dc:creator>Atul Subhedar</dc:creator>
      <dc:date>2006-12-19T13:50:12Z</dc:date>
    </item>
  </channel>
</rss>

