<?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 Backup/list in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/backup-list/m-p/4722209#M100860</link>
    <description>Is this the best way to get a list of file on a magnetic tape or will a dump do the same? Backup/list=filename device</description>
    <pubDate>Mon, 06 Dec 2010 14:47:33 GMT</pubDate>
    <dc:creator>Shelto Perry</dc:creator>
    <dc:date>2010-12-06T14:47:33Z</dc:date>
    <item>
      <title>Backup/list</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-list/m-p/4722209#M100860</link>
      <description>Is this the best way to get a list of file on a magnetic tape or will a dump do the same? Backup/list=filename device</description>
      <pubDate>Mon, 06 Dec 2010 14:47:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-list/m-p/4722209#M100860</guid>
      <dc:creator>Shelto Perry</dc:creator>
      <dc:date>2010-12-06T14:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Backup/list</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-list/m-p/4722210#M100861</link>
      <description>Shelto,&lt;BR /&gt;&lt;BR /&gt;if there are BACKUP savesets on a tape, then BACKUP/LIST tape-device-name:*.*/SAVE will list the contents of all backup savesets on tape, i.e. all the files included in all the backup savesets.&lt;BR /&gt;&lt;BR /&gt;$ DIR tape-device-name:*.* will list all 'files' on the tape. A backup saveset is a 'file', which has it's own internal structure.&lt;BR /&gt;&lt;BR /&gt;DUMP tape-device-name: will produce lots of hex output, most of which you can't decode yourself. Use DUMP only, if you are chasing  problems in the low-level data on tape.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Mon, 06 Dec 2010 15:04:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-list/m-p/4722210#M100861</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2010-12-06T15:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Backup/list</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-list/m-p/4722211#M100862</link>
      <description>Using the backup command is the only true way to get a complete listing.  The command as you listed is correct.&lt;BR /&gt;&lt;BR /&gt;Backup/list=filename device:{saveset}&lt;BR /&gt;&lt;BR /&gt;Include the saveset name if you know it (without the braces).&lt;BR /&gt;&lt;BR /&gt;Dan</description>
      <pubDate>Mon, 06 Dec 2010 15:04:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-list/m-p/4722211#M100862</guid>
      <dc:creator>abrsvc</dc:creator>
      <dc:date>2010-12-06T15:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: Backup/list</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-list/m-p/4722212#M100863</link>
      <description>if you use a save set file, add  "/save" parameter at the end of command:&lt;BR /&gt;&lt;BR /&gt;back/list=output.lis files.bck /save</description>
      <pubDate>Mon, 06 Dec 2010 21:39:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-list/m-p/4722212#M100863</guid>
      <dc:creator>lalo57</dc:creator>
      <dc:date>2010-12-06T21:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Backup/list</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-list/m-p/4722213#M100864</link>
      <description>Shelto Perry,&lt;BR /&gt;&lt;BR /&gt;Dumping the contents of a tape is normally done by mounting the tape /FOREIGN and using the DUMP command (see HELP text for details).&lt;BR /&gt;&lt;BR /&gt;There are also SET MAGTAPE commands to skip the tape forward. A cautionary note is in order: dumps can be extremely voluminous. A disk block is approximately one page of output.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Mon, 06 Dec 2010 23:44:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-list/m-p/4722213#M100864</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2010-12-06T23:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Backup/list</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-list/m-p/4722214#M100865</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;While listing the savesets on the tape use /REWIND qualifier. &lt;BR /&gt;&lt;BR /&gt;$ BACKUP/LIST &lt;TAPE_DRIVE&gt;:saveset_name/SAVE/REWIND&lt;BR /&gt;&lt;BR /&gt;Above command display the list on your terminal. If you want to write it to the file use /LIST[=file-spec]. Below is the link to HP OpenVMS System Managers Manual Volume 1: Essentials, Refer section 11.10 for detailed explanation on sting the saveset.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="ftp://ftp.hp.com/pub/openvms/doc/AA-PV5MJ-TK.PDF" target="_blank"&gt;ftp://ftp.hp.com/pub/openvms/doc/AA-PV5MJ-TK.PDF&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ketan&lt;BR /&gt;&lt;/TAPE_DRIVE&gt;</description>
      <pubDate>Tue, 07 Dec 2010 03:19:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-list/m-p/4722214#M100865</guid>
      <dc:creator>Shriniketan Bhagwat</dc:creator>
      <dc:date>2010-12-07T03:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Backup/list</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-list/m-p/4722215#M100866</link>
      <description>Clarification: Ketan's approach will list (only) the first saveset on the tape and not the contents of any subsequent savesets that might be resident on the tape. &lt;BR /&gt;&lt;BR /&gt;The /REWIND is typically unnecessary when the tape is newly mounted, too, due to how MOUNT positions the tape.&lt;BR /&gt;&lt;BR /&gt;Unnecessary tape movements are something that should be avoided particularly with DAT/DDS storage media, as that adds extra wear for the recording substrate underneath the tape headers, and DAT/DDS often doesn't have all that many "spare" passes before the media fails.&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Dec 2010 13:17:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-list/m-p/4722215#M100866</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2010-12-07T13:17:09Z</dc:date>
    </item>
  </channel>
</rss>

