<?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 question in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/backup-question/m-p/4645713#M40072</link>
    <description>Dave (the Brit) gave essentially the whole story. BACKUP _DOES_ save the (whole) security profile (exception: see Steven's answer). Upon restore, the security profile ONLY gets restored if /BY_OWNER=ORIGINAL (or /OWNER=ORIGINAL, as it used to be called, which still works of course, this being VMS).&lt;BR /&gt;And again Dave is right: the NUMERIC value of any identifiers gets restored, and if the restore is to a system that has a different RIGHTSLIST, that may be VERY inconvenient.&lt;BR /&gt;That is exactly the reason that we had a really strict protocol for translating alphanumeric names to hex values - implying that whenever any installation generated its own identifier, its value is immediately changed to the value calculated for that name.&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</description>
    <pubDate>Thu, 10 Jun 2010 17:45:43 GMT</pubDate>
    <dc:creator>Jan van den Ende</dc:creator>
    <dc:date>2010-06-10T17:45:43Z</dc:date>
    <item>
      <title>Backup question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-question/m-p/4645705#M40064</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;When using the BACKUP utility to backup a file to a saveset, is it also possible to backup the file's security profile?&lt;BR /&gt;&lt;BR /&gt;This doesn't appear to happen by default. Instead it takes the default profile of the parent directory.&lt;BR /&gt;&lt;BR /&gt;Anyone know how to do this?&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Jun 2010 10:11:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-question/m-p/4645705#M40064</guid>
      <dc:creator>Jimson_1</dc:creator>
      <dc:date>2010-06-10T10:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: Backup question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-question/m-p/4645706#M40065</link>
      <description>Hi James,&lt;BR /&gt;&lt;BR /&gt;   Using /By_Owner=Original as an "Output Qualifier" will cause the restored files to have the same ownership as the original files, however I dont know if this extends to the protection string.   I am pretty sure that "Identifiers" are not propagated.&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Thu, 10 Jun 2010 10:27:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-question/m-p/4645706#M40065</guid>
      <dc:creator>The Brit</dc:creator>
      <dc:date>2010-06-10T10:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: Backup question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-question/m-p/4645707#M40066</link>
      <description>Hi JamesP,&lt;BR /&gt;&lt;BR /&gt;Do you mean SUBSYSTEM ACE as security profile of the file?&lt;BR /&gt;BACKUP behavior for SUBSYSTEM ACE is as below.&lt;BR /&gt;&lt;BR /&gt;(1) BACKUP saves the SUBSYSTEM ACE in the save set.&lt;BR /&gt;(2) BACKUP restores the SUBSYSTEM ACE if the account under which it is being run holds the subsystem identifier.&lt;BR /&gt;(3) BACKUP does not restore the SUBSYSTEM ACE if the account under which it is being run does not hold the subsystem identifier, even if the account is   privileged.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ketan&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Jun 2010 10:39:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-question/m-p/4645707#M40066</guid>
      <dc:creator>Shriniketan Bhagwat</dc:creator>
      <dc:date>2010-06-10T10:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Backup question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-question/m-p/4645708#M40067</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you look at the DCL help for BACKUP/BY_OWNER&lt;BR /&gt;&lt;BR /&gt;BACKUP&lt;BR /&gt;&lt;BR /&gt;  /BY_OWNER&lt;BR /&gt;&lt;BR /&gt;        /BY_OWNER[=[uic]]&lt;BR /&gt;        /BY_OWNER[=option]&lt;BR /&gt;&lt;BR /&gt;     As an input file-selection qualifier, /BY_OWNER causes BACKUP&lt;BR /&gt;     to process files owned by the specified UIC. Specify the UIC as&lt;BR /&gt;     octal numbers or in alphanumeric format (in the form [g,m]). Note&lt;BR /&gt;     that the UIC specification must include the brackets. UIC formats&lt;BR /&gt;     are described in the OpenVMS User's Manual. If you specify this&lt;BR /&gt;     qualifier without a UIC, the default UIC is the current process&lt;BR /&gt;     UIC. If you do not specify this qualifier, BACKUP processes all&lt;BR /&gt;     files on the volume.&lt;BR /&gt;&lt;BR /&gt;     As an output file qualifier, /BY_OWNER redefines the owner UIC&lt;BR /&gt;     for each file restored during the operation. As an output save-&lt;BR /&gt;     set qualifier, /BY_OWNER specifies the owner UIC of the save set.&lt;BR /&gt;     If you omit the /BY_OWNER qualifier, the save set receives the&lt;BR /&gt;     UIC of the current process. To use /BY_OWNER as an output save-&lt;BR /&gt;     set qualifier, you must have the SYSPRV user privilege or the UIC&lt;BR /&gt;     must be your own.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; Using /By_Owner=Original as an "Output Qualifier" &lt;BR /&gt;Yes, thats right. Looks like only the UIC gets propogated and not the &lt;BR /&gt;security profile.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Murali</description>
      <pubDate>Thu, 10 Jun 2010 10:47:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-question/m-p/4645708#M40067</guid>
      <dc:creator>P Muralidhar Kini</dc:creator>
      <dc:date>2010-06-10T10:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Backup question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-question/m-p/4645709#M40068</link>
      <description>Shriniketan,&lt;BR /&gt;&lt;BR /&gt;When I referred to security profile, I meant the protection string and any ACL identifiers.&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Jun 2010 11:02:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-question/m-p/4645709#M40068</guid>
      <dc:creator>Jimson_1</dc:creator>
      <dc:date>2010-06-10T11:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Backup question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-question/m-p/4645710#M40069</link>
      <description>Hi James,&lt;BR /&gt;&lt;BR /&gt;As the others in the notes replied, you can use /BY_OWNER=ORIGINAL qualifier to restore the files to the same ownership. And with respect to ACL identifier of the file, BACKUPâ  s behavior for ACL identifier is same as subsystem ACE as explained in my previous reply. You should use the same account which holds the identifier to restore the file.  &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ketan&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Jun 2010 12:51:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-question/m-p/4645710#M40069</guid>
      <dc:creator>Shriniketan Bhagwat</dc:creator>
      <dc:date>2010-06-10T12:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Backup question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-question/m-p/4645711#M40070</link>
      <description>Be aware however,   I believe that backup copies the identifier value and not the Identifier name.   The system receiving the restore must have the identifiers defined in the UAF, and they must have the same values as the original system.&lt;BR /&gt;&lt;BR /&gt;This does not happen automatically, and doing it manually can be a pain in the proverbial.&lt;BR /&gt;&lt;BR /&gt;On the receiving system, if the identifiers already exist but have the incorrect values, then they need to modified using the &lt;BR /&gt;&lt;BR /&gt;UAF&amp;gt; modify /id &lt;IDENTIFIER&gt; /value=&lt;BR /&gt;(see help)&lt;BR /&gt;&lt;BR /&gt;if they dont exist, they should be created using&lt;BR /&gt;&lt;BR /&gt;UAF&amp;gt; add /id &lt;IDENTIFIER&gt; /value=&lt;BR /&gt;(see help)&lt;BR /&gt;&lt;BR /&gt;Dave&lt;BR /&gt;&lt;/IDENTIFIER&gt;&lt;/IDENTIFIER&gt;</description>
      <pubDate>Thu, 10 Jun 2010 15:04:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-question/m-p/4645711#M40070</guid>
      <dc:creator>The Brit</dc:creator>
      <dc:date>2010-06-10T15:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: Backup question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-question/m-p/4645712#M40071</link>
      <description>&lt;!--!*#--&gt;It may be worth noting that BACKUP normally&lt;BR /&gt;saves these data when creating a save set,&lt;BR /&gt;but /INTERCHANGE can stop it.  What happens&lt;BR /&gt;to these data when the save set is restored&lt;BR /&gt;is another question.</description>
      <pubDate>Thu, 10 Jun 2010 17:23:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-question/m-p/4645712#M40071</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-06-10T17:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: Backup question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-question/m-p/4645713#M40072</link>
      <description>Dave (the Brit) gave essentially the whole story. BACKUP _DOES_ save the (whole) security profile (exception: see Steven's answer). Upon restore, the security profile ONLY gets restored if /BY_OWNER=ORIGINAL (or /OWNER=ORIGINAL, as it used to be called, which still works of course, this being VMS).&lt;BR /&gt;And again Dave is right: the NUMERIC value of any identifiers gets restored, and if the restore is to a system that has a different RIGHTSLIST, that may be VERY inconvenient.&lt;BR /&gt;That is exactly the reason that we had a really strict protocol for translating alphanumeric names to hex values - implying that whenever any installation generated its own identifier, its value is immediately changed to the value calculated for that name.&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</description>
      <pubDate>Thu, 10 Jun 2010 17:45:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-question/m-p/4645713#M40072</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2010-06-10T17:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Backup question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-question/m-p/4645714#M40073</link>
      <description>Shriniketan Bhagwat wrote on Jun 10, 2010 11:39:20 GMT&lt;BR /&gt;&lt;BR /&gt;(1) BACKUP saves the SUBSYSTEM ACE in the save set.&lt;BR /&gt;(2) BACKUP restores the SUBSYSTEM ACE if the account under which it is being run holds the subsystem identifier.&lt;BR /&gt;(3) BACKUP does not restore the SUBSYSTEM ACE if the account under which it is being run does not hold the subsystem identifier, even if the account is privileged.&lt;BR /&gt;----------&lt;BR /&gt;Where is this documented?  (backup, system security, somewhere else?)&lt;BR /&gt;&lt;BR /&gt;I just tried this and it is true for non-image restores.  I don't think it is backup that is doing anything special to limit what can be restored, my guess is that it is the XQP.  Using set security/acl gets a similar error if the process is not holding the subsystem identifier.&lt;BR /&gt;&lt;BR /&gt;An image restore can restore these ACLs without any problem.  But in this case, the XQP is not involved, as the disk is mounted /foreign.&lt;BR /&gt;&lt;BR /&gt;Summary:  Process with all privs but not holding subsystem identifier will get this message when restoring the file to a XQP mounted disk:&lt;BR /&gt;&lt;BR /&gt;OT$ backup test.bck/save [.itrc]/own=orig/ver/log&lt;BR /&gt;%BACKUP-I-SSINOTGRANTED, protected subsystem identifier not granted to this account; ACL not modified for ROOT$USERS:[JON.ITRC]TEST.&lt;BR /&gt;EXE;10&lt;BR /&gt;%BACKUP-S-CREATED, created ROOT$USERS:[JON.ITRC]TEST.EXE;10&lt;BR /&gt;%BACKUP-I-STARTVERIFY, starting verification pass at 11-JUN-2010 02:03:57.76&lt;BR /&gt;%BACKUP-S-COMPARED, compared ROOT$USERS:[JON.ITRC]TEST.EXE;10&lt;BR /&gt;OT$ set security/class=file /acl=(subsystem,ident=JON_TEST$SUBSYSTEM,attr=resource) ROOT$USERS:[JON.ITRC]TEST.EXE;10&lt;BR /&gt;%SET-F-WRITEERR, error writing ROOT$USERS:[JON.ITRC]TEST.EXE;10&lt;BR /&gt;-SYSTEM-F-SSINOTHELD, protected subsystem identifier not held; ACL not modified&lt;BR /&gt;OT$ &lt;BR /&gt;&lt;BR /&gt;An image restore will restore the subsystem ACE even if the process does not hold the protected subsystem identifier.&lt;BR /&gt;&lt;BR /&gt;For more details see attachment.&lt;BR /&gt;&lt;BR /&gt;Jon</description>
      <pubDate>Fri, 11 Jun 2010 07:01:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-question/m-p/4645714#M40073</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2010-06-11T07:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Backup question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-question/m-p/4645715#M40074</link>
      <description>Hi Guys,&lt;BR /&gt;&lt;BR /&gt;Thanks for all your replies.&lt;BR /&gt;&lt;BR /&gt;I see my problem now. &lt;BR /&gt;The parent directory to where I want to restore my file, has an ACE with the SAME IDENTIFIER NAME, but different access types.&lt;BR /&gt;&lt;BR /&gt;So, as one of you mentioned above, the file is restored with this ACE.&lt;BR /&gt;&lt;BR /&gt;If I remove the parent directory's ACE (or change the identifier's name) the file is restored with the original ACE and its access types.&lt;BR /&gt;&lt;BR /&gt;Problem solved.&lt;BR /&gt;Thanks.</description>
      <pubDate>Fri, 11 Jun 2010 08:11:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-question/m-p/4645715#M40074</guid>
      <dc:creator>Jimson_1</dc:creator>
      <dc:date>2010-06-11T08:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Backup question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-question/m-p/4645716#M40075</link>
      <description>Hi Jon,&lt;BR /&gt;&lt;BR /&gt;This behavior of BACKUP about ACE is not documented in any document. This is what I found the BACKUP code is doing for non image BACKUP.  Yes, image BACKUP will restore entire disk with ACE without any problem since the disk mounted foreign where XQP will not get involved.&lt;BR /&gt;&lt;BR /&gt;James,&lt;BR /&gt;&lt;BR /&gt;Please refer the below link to thank the forum.&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ketan&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Jun 2010 14:20:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-question/m-p/4645716#M40075</guid>
      <dc:creator>Shriniketan Bhagwat</dc:creator>
      <dc:date>2010-06-11T14:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Backup question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-question/m-p/4645717#M40076</link>
      <description>The behavior of the backup /interchange qualifier is not well documented, especially its effect when used on a restore operation.  The following can be verified by experiment, and has been true for at least VMS V5 through 8.3.&lt;BR /&gt;&lt;BR /&gt;When /interchange is used to create a save set, the ACLs are not copied into the save set.&lt;BR /&gt;&lt;BR /&gt;When /interchange is used to create (non-save set) files on a disk (either restoring from a save set or when copying files from disk to disk), the /interchange qualifier prevents backup from specifying any protection or ACL, and the RMS default behavior dictates what the protection of the file will be.  In other words, the behavior will be similar to COPY, but the file ownership still behaves the same as if /interchange was not used.  The file protection mask is determined like copy, i.e. if a previous version of the file exists, then the new version will copy the protection from the previous file version, else if the target directory has a default_protection ACE, then that is used, else the processes RMS default protection is used.  If the output file has an ACL, it came from a previous version of the file, or an ACE in the target directory that had options=default .  &lt;BR /&gt;&lt;BR /&gt;/interchange has no effect on the owner of the file, as backup always explicitly sets the owner of the created file.  The owner will be set to the original owner (if /by_owner=original or /owner=original was specified), the UIC of the process running backup (the default behavior), the owner of the target directory (if /by_owner=parent specified), or a user specified UIC (if /by_owner=[UIC] specified).  There is no way to get the behavior of COPY, which will attempt to preserve the ownership of the file, i.e. if there is a previous version of the file, and the process creating the file has the rights to specify this as the owner, then the new version of the file will have the same ownership as the previous version.  This behavior is the default RMS behavior, and has been around since either V3 or V4 (I can't remember when it changed, it was a long time ago).  &lt;BR /&gt;&lt;BR /&gt;There is no backup /by_owner=rms_default.  I really wish that was the default backup behavior, because if a privileged user uses backup to copy to another users directory and does not specify /owner=parent, then it is likely that the owner of the directory will not have the ability to do much with the file.  But BACKUP's default behavior is extremely unlikely to change.  I do wish there was a way to have backup use the rms_default behavior, as this is usually better than /own=parent.&lt;BR /&gt;&lt;BR /&gt;Jon&lt;BR /&gt;</description>
      <pubDate>Sat, 12 Jun 2010 08:31:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-question/m-p/4645717#M40076</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2010-06-12T08:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Backup question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-question/m-p/4645718#M40077</link>
      <description>James,&lt;BR /&gt;&lt;BR /&gt;What evidence do you have that the problem you posed exists, and that the removing an ACL on the target directory had any effect on the ACL of the restored file?&lt;BR /&gt;&lt;BR /&gt;I can't reproduce the "problem" you originally described (backup not restoring the original ACL) unless the /interchange qualifier is used.&lt;BR /&gt;&lt;BR /&gt;But if the /interchange qualifier is used, then the ACL is completely removed, and the only way an ACL will be applied to the restored file is if there is an ACL on the target directory, and that ACL has at least one ACE with the "options=default" attached. &lt;BR /&gt;&lt;BR /&gt;Can you please provide the commands you used, and the version of VMS that was used?&lt;BR /&gt;&lt;BR /&gt;Can you also provide an example of how the parent directory's ACL having an ACE with the same identifier makes any difference?&lt;BR /&gt;&lt;BR /&gt;If you don't respond, we will have to assume that you can't reproduce the problem you were describing and that the ACL had no effect on what backup did.&lt;BR /&gt;&lt;BR /&gt;See attached zip file that has a command procedure (renamed with .txt and a log file) showing the testing I did.  The command proceedure should work as is if you want to test it.  It will create subdirectories [.itrc1] and [.itrc2] while running.&lt;BR /&gt;&lt;BR /&gt;Jon&lt;BR /&gt;</description>
      <pubDate>Sat, 12 Jun 2010 10:02:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-question/m-p/4645718#M40077</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2010-06-12T10:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: Backup question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-question/m-p/4645719#M40078</link>
      <description>Hi Jon,&lt;BR /&gt;&lt;BR /&gt;BACKUP does not copy the ACL if the /INTERCHANGE qualifier is used. As I said earlier. BACKUP saves ACL in the saveset and to restore the ACL, the account which holds the same identifier should be used. This is applicable for BACKUP copy operation also. &lt;BR /&gt;&lt;BR /&gt;BACKUP copy or restore operation does not apply the ACL of the target directory to the newly copied or restored file. Instead it inherits the all attributes including ACL (if the account which holds the same identifier is used to restore) and other security characteristics from the source file. This is because the file is represented by the attributes of its process and its source. After the BACKUP copy operation the ACL and other security characteristics for the newly created file should be added/modified by the user accordingly.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ketan&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Jun 2010 03:11:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-question/m-p/4645719#M40078</guid>
      <dc:creator>Shriniketan Bhagwat</dc:creator>
      <dc:date>2010-06-14T03:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Backup question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-question/m-p/4645720#M40079</link>
      <description>Ketan,&lt;BR /&gt;&lt;BR /&gt;Can you provide an example where holding the identifier is required to copy an ACL with backup, other than when a subsystem identifier is involved?&lt;BR /&gt;&lt;BR /&gt;Jon</description>
      <pubDate>Mon, 14 Jun 2010 09:07:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-question/m-p/4645720#M40079</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2010-06-14T09:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Backup question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-question/m-p/4645721#M40080</link>
      <description>Hi Jon,&lt;BR /&gt;&lt;BR /&gt;I mean account which holds the subsystem identifier as identifier in my previous update. Sorry for not being so clear in the update.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ketan&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Jun 2010 09:38:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-question/m-p/4645721#M40080</guid>
      <dc:creator>Shriniketan Bhagwat</dc:creator>
      <dc:date>2010-06-14T09:38:20Z</dc:date>
    </item>
  </channel>
</rss>

