<?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: Backup does not create default ACL's in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/backup-does-not-create-default-acl-s/m-p/3754903#M75192</link>
    <description>Yes but that only works for ODS-2 volumes &lt;BR /&gt;(/interchange implies /convert)!&lt;BR /&gt;&lt;BR /&gt;I'm going to open a support call on this.</description>
    <pubDate>Tue, 21 Mar 2006 11:11:43 GMT</pubDate>
    <dc:creator>Carl Karcher</dc:creator>
    <dc:date>2006-03-21T11:11:43Z</dc:date>
    <item>
      <title>Backup does not create default ACL's</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-does-not-create-default-acl-s/m-p/3754899#M75188</link>
      <description>When copying files between ODS-5 volumes, backup fails to create default ACL's if the target directory specifies them and the input files have no ACL's. In effect, it's propagating the ACL's (none) of the input files even when that makes no sense. For example, consider the directory jones has simple UIC protection with no acl's in use and directory stemcell uses resource ID's and ACL's for security. The command:&lt;BR /&gt;&lt;BR /&gt;$ backup user19:[jones.data...] project0:[stemcell.data...]/by_owner=parent&lt;BR /&gt;&lt;BR /&gt;will copy the files setting the owner to that of the parent directory (a resource ID in this case) however no default acl's will be created  on the output files making them unusable. A second step is required to re-establish the security of the output files:&lt;BR /&gt;&lt;BR /&gt;$ set security/default project0:[stemcell.data...]*.*;*&lt;BR /&gt;&lt;BR /&gt;Which will propagate the default acl's down the directory. This has the negative side effect of setting all the revision dates to now. On ODS-2 volumes, using the /interchange backup qualifier would work around this issue. Now, with ODS-5 volumes, using /interchange IMPLIES /convert which is not the desired result. It would be very useful if backup had an option to  create default acl's for the target files (i.e. NOT preserve the ACL's of the input files).</description>
      <pubDate>Mon, 20 Mar 2006 11:36:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-does-not-create-default-acl-s/m-p/3754899#M75188</guid>
      <dc:creator>Carl Karcher</dc:creator>
      <dc:date>2006-03-20T11:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Backup does not create default ACL's</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-does-not-create-default-acl-s/m-p/3754900#M75189</link>
      <description>&lt;BR /&gt;Parhaps you could go to &lt;BR /&gt;&lt;A href="http://www.hpuseradvocacy.org/" target="_blank"&gt;http://www.hpuseradvocacy.org/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and submit a new issue.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Mar 2006 11:56:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-does-not-create-default-acl-s/m-p/3754900#M75189</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-03-20T11:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Backup does not create default ACL's</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-does-not-create-default-acl-s/m-p/3754901#M75190</link>
      <description>While I have no idea how to teach BACKUP do what you want, I have always had a need to reset a file's CDT + RDT. For that I wrote two procedures:&lt;BR /&gt;&lt;BR /&gt;1) one procedure which uses F$FILE_ATTRIBUTES to query the creation and revision date and store it together with the file name in a data file.&lt;BR /&gt;&lt;BR /&gt;2) another procedure which reads that data file and uses the |FILE| utility to change the CDT and RDT back to its old values.&lt;BR /&gt;&lt;BR /&gt;I very well understand that this hides changes to a (group of) file(s) and that the changes (e.g. modification of ownership, protection mask or ACL) is not shipped in the next incremental backup.</description>
      <pubDate>Mon, 20 Mar 2006 11:59:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-does-not-create-default-acl-s/m-p/3754901#M75190</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2006-03-20T11:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: Backup does not create default ACL's</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-does-not-create-default-acl-s/m-p/3754902#M75191</link>
      <description>Carl,&lt;BR /&gt;&lt;BR /&gt;I believe you can use backup/interchange and /by_owner=parent as an output qualifier to do what you want.  Backup/interchange does not save the input files' ACL.  The output files will inherit default ACEes as you would expect.  I seem to recall that the /by_owner=parent was necessary.&lt;BR /&gt;&lt;BR /&gt;Bill</description>
      <pubDate>Mon, 20 Mar 2006 13:35:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-does-not-create-default-acl-s/m-p/3754902#M75191</guid>
      <dc:creator>Bill Hall</dc:creator>
      <dc:date>2006-03-20T13:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: Backup does not create default ACL's</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-does-not-create-default-acl-s/m-p/3754903#M75192</link>
      <description>Yes but that only works for ODS-2 volumes &lt;BR /&gt;(/interchange implies /convert)!&lt;BR /&gt;&lt;BR /&gt;I'm going to open a support call on this.</description>
      <pubDate>Tue, 21 Mar 2006 11:11:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-does-not-create-default-acl-s/m-p/3754903#M75192</guid>
      <dc:creator>Carl Karcher</dc:creator>
      <dc:date>2006-03-21T11:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Backup does not create default ACL's</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-does-not-create-default-acl-s/m-p/3754904#M75193</link>
      <description>Carl,&lt;BR /&gt;&lt;BR /&gt;This does work if you use an intermediate on-disk saveset.&lt;BR /&gt;  &lt;BR /&gt;$ backup user19:[jones.data...] saveset.bck/save&lt;BR /&gt;&lt;BR /&gt;$ backup/interchange saveset.bck/save project0:[stemcell.data...]/by_owner=parent&lt;BR /&gt;&lt;BR /&gt;Use the /interchange qualifier only on the restore of the saveset.&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Mar 2006 11:55:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-does-not-create-default-acl-s/m-p/3754904#M75193</guid>
      <dc:creator>Bill Hall</dc:creator>
      <dc:date>2006-03-21T11:55:15Z</dc:date>
    </item>
  </channel>
</rss>

