<?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: Stand alone backup in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3541555#M68372</link>
    <description>You MUST specify /DENS=DLT8000 (or whatever) or you will get the density used on the previous init command (e.g. on your 8 years old drive). So only specifying compaction is not enough. We noticed this because our new drive was not getting its capacity during backup.&lt;BR /&gt;&lt;BR /&gt;Wim@home</description>
    <pubDate>Wed, 11 May 2005 14:12:54 GMT</pubDate>
    <dc:creator>Wim Van den Wyngaert</dc:creator>
    <dc:date>2005-05-11T14:12:54Z</dc:date>
    <item>
      <title>Stand alone backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3541533#M68350</link>
      <description>Hi,&lt;BR /&gt;I am trying to do stand alone backup and wanted to confirm the following sequence of commands&lt;BR /&gt;&lt;BR /&gt;Mine is a common environment cluster and I am tyring to backup the common system disk (dkb0) on the server&lt;BR /&gt;&lt;BR /&gt;shutdown the cluster&lt;BR /&gt;start the DCL commands from VMS CD-rom on the server&lt;BR /&gt;&lt;BR /&gt;$$$ INITIALIZE MKA300:sysbk&lt;BR /&gt;$$$ mount /override=identification DKB0&lt;BR /&gt;$$$ mount /foreign mka300&lt;BR /&gt;$$$ backup /image /verify dkb0: mka300:MAY10_05_BACKUP.BCK/SAVE_SET&lt;BR /&gt;&lt;BR /&gt;So this should enable me to do the system backup for my entire system disk files. &lt;BR /&gt;&lt;BR /&gt;I would not like to do incremental backup so I kept the /image backup. &lt;BR /&gt;&lt;BR /&gt;If there is any glitch in the sequence of commands or some better way to use &lt;BR /&gt;backup with some other qualifiers (e.g interlock etc.) please let me know&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance.&lt;BR /&gt;Nipun&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 10 May 2005 12:27:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3541533#M68350</guid>
      <dc:creator>nipun_2</dc:creator>
      <dc:date>2005-05-10T12:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Stand alone backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3541534#M68351</link>
      <description>$$$ INITIALIZE MKA300:sysbk&lt;BR /&gt;&lt;BR /&gt;There is a space (" ") missing after the ":".&lt;BR /&gt;&lt;BR /&gt;$$$ mount /override=identification DKB0&lt;BR /&gt;&lt;BR /&gt;I would add /NOWRITE - just a minor additional safety and rather write "DKB0:".&lt;BR /&gt;&lt;BR /&gt;$$$ mount /foreign mka300&lt;BR /&gt;$$$ backup /image /verify dkb0: mka300:MAY10_05_BACKUP.BCK/SAVE_SET&lt;BR /&gt;&lt;BR /&gt;I think BACKUP will complain about the tape label. Adding /IGNORE= LABEL_PROCESSING should 'fix' this. You don't need INTERLOCK, because no process has any user files open on this disk.</description>
      <pubDate>Tue, 10 May 2005 12:38:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3541534#M68351</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2005-05-10T12:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: Stand alone backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3541535#M68352</link>
      <description>Nipun,&lt;BR /&gt;&lt;BR /&gt;just some small suggestions:&lt;BR /&gt;&lt;BR /&gt;$$$ MOUNT/OVER=ID/NOWRITE DKB0:&lt;BR /&gt;&lt;BR /&gt;Just to protect your disk, if you would make a mistake and specifiy that disk as the output of your BACKUP command.&lt;BR /&gt;&lt;BR /&gt;$$$ BACKUP ...add /IGNORE=LABEL/BLOCK=65535&lt;BR /&gt;and /MEDIA=COMPACTION (if you tape supports this). A larger block size than the default of 8192 bytes can extremely speed up your backup.&lt;BR /&gt;&lt;BR /&gt;Volker.&lt;BR /&gt;</description>
      <pubDate>Tue, 10 May 2005 12:38:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3541535#M68352</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2005-05-10T12:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: Stand alone backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3541536#M68353</link>
      <description>Uwe wrote:&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;I think BACKUP will complain about the tape label.&lt;BR /&gt;/quote&amp;gt;&lt;BR /&gt;&lt;BR /&gt;I do not think so, I know for sure! And not only at the label, for that matter.&lt;BR /&gt;The maximum total length of the saveset name is 17 chars (name, ".", extension; all counting).&lt;BR /&gt;If not specified with /LABEL=.. , then the label will equal the NAME part of the saveset, and a label has a max length of 6 chars!&lt;BR /&gt;And (a matter of taste, and experience) I would include the disk name in the saveset name, where the string "BACKUP" is superfluous.&lt;BR /&gt;Using DKB0 in the example would be unkind, because all non-zero SCSI disks have 3-digit numbers.&lt;BR /&gt;How about: (your example) DKB0_050510.BCK ( &amp;amp; DKB200_050511.BCK for tomorrow's DKB200).&lt;BR /&gt;Just check: exactly 17 chars!&lt;BR /&gt;Do not forget /LABEL=&lt;WHATEVER coding="" in="" just="" 6="" chars="" suits="" your="" site=""&gt;&lt;BR /&gt;&lt;BR /&gt;Success.&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;/WHATEVER&gt;&lt;/QUOTE&gt;</description>
      <pubDate>Tue, 10 May 2005 14:25:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3541536#M68353</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-05-10T14:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Stand alone backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3541537#M68354</link>
      <description>DKB0: is short for DKB000: (=Target 0, LUN 0). OpenVMS is lazy :-)&lt;BR /&gt;&lt;BR /&gt;I haven't specified long saveset names on tape for a long time, but I recall that BACKUP or some other component in VMS used to silently truncate the name.</description>
      <pubDate>Tue, 10 May 2005 14:33:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3541537#M68354</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2005-05-10T14:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Stand alone backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3541538#M68355</link>
      <description>Uwe,&lt;BR /&gt;&lt;BR /&gt;just try!&lt;BR /&gt;&lt;BR /&gt;When one of us recently changed the savesetname algorithm and came to an over-17 length result, it just balked.&lt;BR /&gt;&lt;BR /&gt;I am pretty sure that it was after we changed to SAN, ie, we were already at VMS 7.3-2&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>Tue, 10 May 2005 15:09:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3541538#M68355</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-05-10T15:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Stand alone backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3541539#M68356</link>
      <description>Sorry, don't have a tape drive connected.</description>
      <pubDate>Wed, 11 May 2005 00:01:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3541539#M68356</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2005-05-11T00:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Stand alone backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3541540#M68357</link>
      <description>If your tape has been used before, I would add /dens=xxx to the init command (xxx=highest density available for your drive).&lt;BR /&gt;&lt;BR /&gt;Only the init command can change the density of the tape. So, if your tape was previously used on an older tape drive, you would loose speed and capacity.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Wed, 11 May 2005 02:06:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3541540#M68357</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-05-11T02:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Stand alone backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3541541#M68358</link>
      <description>For me, /IGNORE=INTERLOCK may be useless but I use it.&lt;BR /&gt;If backup some system file, backup could stop.&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Wed, 11 May 2005 03:26:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3541541#M68358</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2005-05-11T03:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Stand alone backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3541542#M68359</link>
      <description>Antonio,&lt;BR /&gt;&lt;BR /&gt;this thread is about STANDALONE backup. Using /IGNORE=INTERLOCK would not be applicable here, as files cannot be open for write on the CD.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 11 May 2005 03:29:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3541542#M68359</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2005-05-11T03:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Stand alone backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3541543#M68360</link>
      <description>Volker,&lt;BR /&gt;&lt;BR /&gt;&amp;gt; as files cannot be open for write on the CD.&lt;BR /&gt;&lt;BR /&gt;Somehow I doubt he wants to backup his CD ;-)&lt;BR /&gt;&lt;BR /&gt;But perhaps you meant the real system disk. At least I did, when I wrote&lt;BR /&gt;: You don't need INTERLOCK, because no process has any user files open on this disk.</description>
      <pubDate>Wed, 11 May 2005 03:32:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3541543#M68360</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2005-05-11T03:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: Stand alone backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3541544#M68361</link>
      <description>Uwe,&lt;BR /&gt;&lt;BR /&gt;how about:&lt;BR /&gt;&lt;BR /&gt;...as files cannot be open for write when booted from the CD.&lt;BR /&gt;&lt;BR /&gt;Then I don't have to retract the whole sentence ;-)&lt;BR /&gt;&lt;BR /&gt;Sorry,&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 11 May 2005 03:49:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3541544#M68361</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2005-05-11T03:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Stand alone backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3541545#M68362</link>
      <description>Hello All,&lt;BR /&gt;Thanks for the replies. I will be trying the commands tonight. Mounting and Initializing sequence as well as the backup qualifiers were my main concern. &lt;BR /&gt;&lt;BR /&gt;so I will be doing the following&lt;BR /&gt;&lt;BR /&gt;$$$ INITIALIZE MKA300: sysbk&lt;BR /&gt;$$$ mount /override=identification /nowrite DKB0&lt;BR /&gt;$$$ mount /foreign mka300&lt;BR /&gt;$$$ backup /image /verify /ignore=label  dkb0: mka300:MAY10_05_BACKUP.BCK/SAVE_SET /block=65535&lt;BR /&gt;&lt;BR /&gt;I was a bit confused as to where the block size and /ignore should be so I checked the docs. Please let me know if the position is wrong. &lt;BR /&gt;&lt;BR /&gt;I am not sure about the label should I do /ignore=label or is there someplace I can include the label name(sysbk). In future if it comes to data retrieval would it create any problems?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also since this is a standalone backup. I was wondering how much time and size it would take. Is there a way I can time the entire operation so that in future I have an idea. &lt;BR /&gt;&lt;BR /&gt;And if I know the size I can then decide whether I can use the same tape or have to use a new one each time. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 May 2005 08:31:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3541545#M68362</guid>
      <dc:creator>nipun_2</dc:creator>
      <dc:date>2005-05-11T08:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Stand alone backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3541546#M68363</link>
      <description>Nipun,&lt;BR /&gt;&lt;BR /&gt;if you want to, you can specify the label on the BACKUP command line with /LABEL=SYSBK&lt;BR /&gt;- by default, BACKUP will take the first 6 characters of the saveset name as the label. Then you won't need to specify /IGNORE=LABEL.&lt;BR /&gt;&lt;BR /&gt;You can time the BACKUP by noting the time when you start it. After you've started the BACKUP, just type SHOW TIME &lt;ENTER&gt; - this command will go into the OpenVMS typeahead buffer and will be executed, once backup is finished and returns to the DCL prompt (except if it would ask for a continuation tape).&lt;BR /&gt;&lt;BR /&gt;You can get an idea of the size of the data to be backed up by taking the difference between total blocks and free blocks of the disk and reducing that by the size of all files marked /NOBACKUP (e.g. SYSDUMP.DMP, PAGEFILE.SYS and SWAPFILE.SYS)&lt;BR /&gt;&lt;BR /&gt;Volker.&lt;/ENTER&gt;</description>
      <pubDate>Wed, 11 May 2005 08:59:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3541546#M68363</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2005-05-11T08:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Stand alone backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3541547#M68364</link>
      <description>Nipun,&lt;BR /&gt;&lt;BR /&gt;some remarks.&lt;BR /&gt;&lt;BR /&gt;As Wim wrote: to get the most out of your tape, you have to specify so on the INITialyse.&lt;BR /&gt;Most current tapedrives support compaction. To use that ( 3 -  4 times as much data on a tape) you MUST INIT with /MEDIA=COMPACT&lt;BR /&gt;Other drives support different densities. Then, to use the highest, you MUST specify that on INIT by /DENS=&lt;HIGHEST for="" your="" drive=""&gt;.&lt;BR /&gt;If you cannot find what is needed in your case, please tell us the exact type &amp;amp; model of your drive, and I am sure someone over here will know, and answer.&lt;BR /&gt;&lt;BR /&gt;Like I wrote, your _ENTIRE_ saveset name may not exceed 17 chars. Yours is 19. It just will not work. Please re-read my entry above.&lt;BR /&gt;&lt;BR /&gt;Like Uwe already indicated, let me re-phrase: the label you gave the tape with INIT (sysbk in your example) _MUST_ be the same as the /LABEL=.. in your BACKUP command.&lt;BR /&gt;&lt;BR /&gt;Success.&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;BR /&gt;&lt;BR /&gt;&lt;/HIGHEST&gt;</description>
      <pubDate>Wed, 11 May 2005 09:20:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3541547#M68364</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-05-11T09:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Stand alone backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3541548#M68365</link>
      <description>also put /media=comp on the backup command to ensure you get compaction on your tape drive. If you have a listing file on the backup&lt;BR /&gt;(moount one of the other disks and write it there) then at the end of the listing file it will tell you how many block and how many files.</description>
      <pubDate>Wed, 11 May 2005 10:38:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3541548#M68365</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-05-11T10:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Stand alone backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3541549#M68366</link>
      <description>Okay for now I will stick with no label&lt;BR /&gt;&lt;BR /&gt;So &lt;BR /&gt;$$$ INIT /media=compact MKA300:sysbk&lt;BR /&gt;$$$ mount /override=identification /nowrite DKB0&lt;BR /&gt;$$$ mount /foreign mka300&lt;BR /&gt;$$$ backup /image /verify /ignore=label dkb0: mka300:MAY10_05_BACKUP.BCK/SAVE_SET /block=65535&lt;BR /&gt;&lt;BR /&gt;Regarding my tape drive &lt;BR /&gt;I found a link on e-bay that looks similar and I am also putting down the details after the link&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;amp;category=39978&amp;amp;item=5193908789&amp;amp;rd=1" target="_blank"&gt;http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;amp;category=39978&amp;amp;item=5193908789&amp;amp;rd=1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This is what I found from our external scsi tape drive&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The tape drive&lt;BR /&gt;40/808 GB DLT&lt;BR /&gt;HP series 3306&lt;BR /&gt;&lt;BR /&gt;Maxell&lt;BR /&gt;Tape 40 GB/80 GB* 557mt 1828ft &lt;BR /&gt;DLTtape IV&lt;BR /&gt;&lt;BR /&gt;*Assumes 2:1 Data Compression. Capacity is Drive Dependent.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 May 2005 10:51:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3541549#M68366</guid>
      <dc:creator>nipun_2</dc:creator>
      <dc:date>2005-05-11T10:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Stand alone backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3541550#M68367</link>
      <description>oops I forgot to edit the saveset name&lt;BR /&gt;&lt;BR /&gt;$$$ backup /image /verify /ignore=label dkb0: mka300:MAY10_05_BK.BCK/SAVE_SET /block=65535</description>
      <pubDate>Wed, 11 May 2005 10:53:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3541550#M68367</guid>
      <dc:creator>nipun_2</dc:creator>
      <dc:date>2005-05-11T10:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Stand alone backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3541551#M68368</link>
      <description>In this command&lt;BR /&gt;INIT /media=compact MKA300:sysbk&lt;BR /&gt;&lt;BR /&gt;sysbk is the label and there should a space after the :&lt;BR /&gt;INIT /media=compact MKA300: sysbk&lt;BR /&gt;&lt;BR /&gt;You could have&lt;BR /&gt;/LABEL=SYSBK/MEDIA=COMP on your BACKUP command&lt;BR /&gt;instead of /ignore=label</description>
      <pubDate>Wed, 11 May 2005 10:56:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3541551#M68368</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-05-11T10:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Stand alone backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3541552#M68369</link>
      <description>So&lt;BR /&gt;$$$ INIT /media=compact MKA300:sysbk&lt;BR /&gt;$$$ mount /override=identification /nowrite DKB0&lt;BR /&gt;$$$ mount /foreign mka300&lt;BR /&gt;$$$ backup /image /verify /ignore=label /media=compat dkb0: mka300:MAY10_05_BK.BCK/SAVE_SET /block=65535</description>
      <pubDate>Wed, 11 May 2005 10:58:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3541552#M68369</guid>
      <dc:creator>nipun_2</dc:creator>
      <dc:date>2005-05-11T10:58:58Z</dc:date>
    </item>
  </channel>
</rss>

