<?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: Restoring from disk to disk in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/restoring-from-disk-to-disk/m-p/4890541#M67304</link>
    <description>Answering the first two replies - we use BACKUP and not COPY in order to change the backup date in the file's header. I also tested it comparing to COPY and both work the same speed.&lt;BR /&gt;Anouther good reason mentioned is to keep the original owner_uic since these are database files.&lt;BR /&gt;I know I can use set file/owner command, but yet - why changing twice?&lt;BR /&gt;&lt;BR /&gt;Thanks all.</description>
    <pubDate>Fri, 11 Mar 2005 10:20:13 GMT</pubDate>
    <dc:creator>Alon Jacob</dc:creator>
    <dc:date>2005-03-11T10:20:13Z</dc:date>
    <item>
      <title>Restoring from disk to disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/restoring-from-disk-to-disk/m-p/4890534#M67297</link>
      <description>The situation is this : I backup some files from on disk (production) to another daily, and I use BACKUP and not COPY for the backup date to be modified in the file's header. The output files are NOT save-sets.&lt;BR /&gt;The question is - if I need to restore those files, can I use COPY instead of BACKUP?&lt;BR /&gt;&lt;BR /&gt;Thank-you.</description>
      <pubDate>Thu, 10 Mar 2005 09:33:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/restoring-from-disk-to-disk/m-p/4890534#M67297</guid>
      <dc:creator>Alon Jacob</dc:creator>
      <dc:date>2005-03-10T09:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: Restoring from disk to disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/restoring-from-disk-to-disk/m-p/4890535#M67298</link>
      <description>You can always use BACKUP to copy files - it preserves the file dates. I guess you use /RECORD so the source file gets its backup date written?&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Mar 2005 10:01:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/restoring-from-disk-to-disk/m-p/4890535#M67298</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-03-10T10:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Restoring from disk to disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/restoring-from-disk-to-disk/m-p/4890536#M67299</link>
      <description>Alon, there would be no problem with using COPY. The backup does not not use any special formatting, so the files are in the same format whether you use backup or copy. As Ian says, it is the dates in the header that will differ.</description>
      <pubDate>Thu, 10 Mar 2005 12:33:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/restoring-from-disk-to-disk/m-p/4890536#M67299</guid>
      <dc:creator>Duncan Morris</dc:creator>
      <dc:date>2005-03-10T12:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: Restoring from disk to disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/restoring-from-disk-to-disk/m-p/4890537#M67300</link>
      <description>Alon,&lt;BR /&gt;I would agree with both the posts.. i don't see any difference in doing either except for the reason highlighted...&lt;BR /&gt;&lt;BR /&gt;Just a question.. do you folks think that there will be any real difference in terms of time taken to restore copy vs backup ?&lt;BR /&gt;&lt;BR /&gt;I have done some tests previously and always found backup to be faster ? Any thoughts&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;Mobeen</description>
      <pubDate>Thu, 10 Mar 2005 13:08:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/restoring-from-disk-to-disk/m-p/4890537#M67300</guid>
      <dc:creator>Mobeen_1</dc:creator>
      <dc:date>2005-03-10T13:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Restoring from disk to disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/restoring-from-disk-to-disk/m-p/4890538#M67301</link>
      <description>I believe that file security will not copy either.?&lt;BR /&gt;&lt;BR /&gt;Enjoy,&lt;BR /&gt;&lt;BR /&gt;--Jeff</description>
      <pubDate>Thu, 10 Mar 2005 15:24:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/restoring-from-disk-to-disk/m-p/4890538#M67301</guid>
      <dc:creator>Jeffery D. Urmann</dc:creator>
      <dc:date>2005-03-10T15:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: Restoring from disk to disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/restoring-from-disk-to-disk/m-p/4890539#M67302</link>
      <description>Jeff, correct!&lt;BR /&gt;&lt;BR /&gt;File security on COPY: &lt;BR /&gt;a. _no_ SYSPRV _nor_ holding Resource Identifier equal to owner of directory: User doing COPY will be owner. If present, default ACL applies.&lt;BR /&gt;b. SYSPRV (or GRPPRV &amp;amp; grpUIC of user corresponds to target) or holder of said Ident:&lt;BR /&gt;b1. previous version of file exists: use security of that&lt;BR /&gt;if not:&lt;BR /&gt;b2. ACL on directory that specifies security with OPTIONS=DEFAULT: use that&lt;BR /&gt;if not:&lt;BR /&gt;b3: copy security of target directory.&lt;BR /&gt;&lt;BR /&gt;A. Using BACKUP without /OWNER :&lt;BR /&gt;executing user becomes owner, users' processes' default protection used.&lt;BR /&gt;B. BACKUP with /OWN=PARENT :&lt;BR /&gt;copy security of target directory&lt;BR /&gt;C. BACKUP with /OWNER=ORIGINAL :&lt;BR /&gt;use original security.&lt;BR /&gt;&lt;BR /&gt;---------&lt;BR /&gt;&lt;BR /&gt;In COPY (without explicitly specifying version) next higher version is created.&lt;BR /&gt;in BACKUP, original version (even if lower) is created, unless specifying /NEW&lt;BR /&gt;&lt;BR /&gt;--- ususally BACKUP/NEW /OWN=ORIG will be the desired result upon Restore; /NEW/OWN=PAR upon importing from somewhere else.&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;Jan</description>
      <pubDate>Thu, 10 Mar 2005 16:11:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/restoring-from-disk-to-disk/m-p/4890539#M67302</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-03-10T16:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Restoring from disk to disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/restoring-from-disk-to-disk/m-p/4890540#M67303</link>
      <description>Agree.&lt;BR /&gt;I already used copy instead backup to restore some files.&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Mar 2005 02:31:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/restoring-from-disk-to-disk/m-p/4890540#M67303</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2005-03-11T02:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Restoring from disk to disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/restoring-from-disk-to-disk/m-p/4890541#M67304</link>
      <description>Answering the first two replies - we use BACKUP and not COPY in order to change the backup date in the file's header. I also tested it comparing to COPY and both work the same speed.&lt;BR /&gt;Anouther good reason mentioned is to keep the original owner_uic since these are database files.&lt;BR /&gt;I know I can use set file/owner command, but yet - why changing twice?&lt;BR /&gt;&lt;BR /&gt;Thanks all.</description>
      <pubDate>Fri, 11 Mar 2005 10:20:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/restoring-from-disk-to-disk/m-p/4890541#M67304</guid>
      <dc:creator>Alon Jacob</dc:creator>
      <dc:date>2005-03-11T10:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Restoring from disk to disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/restoring-from-disk-to-disk/m-p/4890542#M67305</link>
      <description>Got all the answers I needed, and more.&lt;BR /&gt;10X</description>
      <pubDate>Fri, 11 Mar 2005 10:22:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/restoring-from-disk-to-disk/m-p/4890542#M67305</guid>
      <dc:creator>Alon Jacob</dc:creator>
      <dc:date>2005-03-11T10:22:24Z</dc:date>
    </item>
  </channel>
</rss>

