<?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: More save sets on a magnetic tape in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/more-save-sets-on-a-magnetic-tape/m-p/3651350#M72029</link>
    <description>Geir,&lt;BR /&gt;&lt;BR /&gt;if you want to put multiple savesets on one tape, consider to use UNIQUE names for each of those savesets. It makes accessing them so muss less troublesome...&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
    <pubDate>Tue, 18 Oct 2005 02:14:51 GMT</pubDate>
    <dc:creator>Volker Halle</dc:creator>
    <dc:date>2005-10-18T02:14:51Z</dc:date>
    <item>
      <title>More save sets on a magnetic tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/more-save-sets-on-a-magnetic-tape/m-p/3651345#M72024</link>
      <description>Hi,&lt;BR /&gt;Is it possible to have more than one saveset on a tape?&lt;BR /&gt;&lt;BR /&gt;If answer is yes, how do I access the save sets?&lt;BR /&gt;&lt;BR /&gt;geir</description>
      <pubDate>Mon, 17 Oct 2005 23:53:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/more-save-sets-on-a-magnetic-tape/m-p/3651345#M72024</guid>
      <dc:creator>geir_2</dc:creator>
      <dc:date>2005-10-17T23:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: More save sets on a magnetic tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/more-save-sets-on-a-magnetic-tape/m-p/3651346#M72025</link>
      <description>Sure, just address them by their filename.&lt;BR /&gt;&lt;BR /&gt;$ backup/list tape:SAV1.BCK&lt;BR /&gt;$ backup/list tape:SAV2.BCK&lt;BR /&gt;$ backup /rewind /list tape:SAV1.BCK</description>
      <pubDate>Tue, 18 Oct 2005 00:20:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/more-save-sets-on-a-magnetic-tape/m-p/3651346#M72025</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2005-10-18T00:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: More save sets on a magnetic tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/more-save-sets-on-a-magnetic-tape/m-p/3651347#M72026</link>
      <description>To find which savesets are on a tape, try&lt;BR /&gt;$ MOUNT/OVER=ID tape&lt;BR /&gt;$ DIR tape:&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Tue, 18 Oct 2005 00:35:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/more-save-sets-on-a-magnetic-tape/m-p/3651347#M72026</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2005-10-18T00:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: More save sets on a magnetic tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/more-save-sets-on-a-magnetic-tape/m-p/3651348#M72027</link>
      <description>Right, except if your default context is on a logical name search list (like SYS$MANAGER) in which case you better use:&lt;BR /&gt;&lt;BR /&gt;$ directory tape:[]&lt;BR /&gt;&lt;BR /&gt;else, you will see 'duplicate' files, because some component picks up a dummy directory specification from the search list. Or has this changed in recent VMS versions?</description>
      <pubDate>Tue, 18 Oct 2005 00:39:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/more-save-sets-on-a-magnetic-tape/m-p/3651348#M72027</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2005-10-18T00:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: More save sets on a magnetic tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/more-save-sets-on-a-magnetic-tape/m-p/3651349#M72028</link>
      <description>To put more than one save set onto a tape, use&lt;BR /&gt;/REWIND on only the first BACKUP command when&lt;BR /&gt;writing the tape.&lt;BR /&gt;&lt;BR /&gt;Also, you don't really _need_ to know the save&lt;BR /&gt;set names when reading the tape.  Again, if&lt;BR /&gt;you use /REWIND on only the first BACKUP&lt;BR /&gt;command when reading the tape, each BACKUP&lt;BR /&gt;command will read the next save set.  For&lt;BR /&gt;example:&lt;BR /&gt;&lt;BR /&gt;BACKUP /NOASSIST /LIST tape_device: /REWIND&lt;BR /&gt;BACKUP /NOASSIST /LIST tape_device:&lt;BR /&gt;BACKUP /NOASSIST /LIST tape_device:&lt;BR /&gt;[...]&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Oct 2005 00:53:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/more-save-sets-on-a-magnetic-tape/m-p/3651349#M72028</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2005-10-18T00:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: More save sets on a magnetic tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/more-save-sets-on-a-magnetic-tape/m-p/3651350#M72029</link>
      <description>Geir,&lt;BR /&gt;&lt;BR /&gt;if you want to put multiple savesets on one tape, consider to use UNIQUE names for each of those savesets. It makes accessing them so muss less troublesome...&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Tue, 18 Oct 2005 02:14:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/more-save-sets-on-a-magnetic-tape/m-p/3651350#M72029</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2005-10-18T02:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: More save sets on a magnetic tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/more-save-sets-on-a-magnetic-tape/m-p/3651351#M72030</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks for great answers. &lt;BR /&gt;&lt;BR /&gt;I thought I should make a full image backup on the first saveset on the tape. The next savesets on the same tape will be incremental backup. (few files only). The name of the saveset will be the date.bck, (17-oct-2005.bck). Hope it's legal to do it??&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;First Command(Week 1) :&lt;BR /&gt;&lt;BR /&gt;$ backup/image/record/since="-7-" disk1: - &lt;BR /&gt;$_ mka600:17-oct-2005.bck&lt;BR /&gt;&lt;BR /&gt;Next Command:&lt;BR /&gt;&lt;BR /&gt;$ backup/created/since=backup/record disk1: -&lt;BR /&gt;$_ mka600:18-oct-2005.bck&lt;BR /&gt;&lt;BR /&gt;Maybe I also should include the journal qualifier? I will test it on the lab. &lt;BR /&gt;&lt;BR /&gt;Thanks!!&lt;BR /&gt;Geir</description>
      <pubDate>Tue, 18 Oct 2005 02:30:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/more-save-sets-on-a-magnetic-tape/m-p/3651351#M72030</guid>
      <dc:creator>geir_2</dc:creator>
      <dc:date>2005-10-18T02:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: More save sets on a magnetic tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/more-save-sets-on-a-magnetic-tape/m-p/3651352#M72031</link>
      <description>Geier,&lt;BR /&gt;&lt;BR /&gt;don't forget /REWIND for the first saveset on tape.&lt;BR /&gt;&lt;BR /&gt;Use /MODIFIED instead of /CREATED on the incremental backups, otherwise you will only back up new files and miss the modified ones.&lt;BR /&gt;&lt;BR /&gt;Whether it would be a good idea to put the full and incremental backups onto ONE tape could also be up for discussion (how about: don't put all your eggs in one basket).&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Tue, 18 Oct 2005 02:39:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/more-save-sets-on-a-magnetic-tape/m-p/3651352#M72031</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2005-10-18T02:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: More save sets on a magnetic tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/more-save-sets-on-a-magnetic-tape/m-p/3651353#M72032</link>
      <description>&amp;gt;  backup/image/record/since="-7-"&lt;BR /&gt;&lt;BR /&gt;/IMAGE is supposed to save *all* files on the disk. It is interesting to note that the combination of /IMAGE and /SINCE does not give an error or warning on a system I tried.</description>
      <pubDate>Tue, 18 Oct 2005 02:46:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/more-save-sets-on-a-magnetic-tape/m-p/3651353#M72032</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2005-10-18T02:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: More save sets on a magnetic tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/more-save-sets-on-a-magnetic-tape/m-p/3651354#M72033</link>
      <description>Uwe&lt;BR /&gt;You are rigth.&lt;BR /&gt;HELP BACKUP/IMAGE show this message:&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;In save and copy operations, you cannot use input file-selection qualifiers with the /IMAGE command qualifier because BACKUP saves or copies all files on the input disk volumes.&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;I think that in BACKUP/IMAGE/SINCE /SINCE qualifier is overrided, and error message doesnot appears.&lt;BR /&gt;&lt;BR /&gt;Geir&lt;BR /&gt;Qualifiers /INIT and /REWIND are similars when /IMAGE qualifier is used and output device is a tape.&lt;BR /&gt;Saludos.&lt;BR /&gt;Daniel. &lt;BR /&gt;&lt;BR /&gt;&lt;/QUOTE&gt;&lt;/QUOTE&gt;</description>
      <pubDate>Tue, 18 Oct 2005 03:11:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/more-save-sets-on-a-magnetic-tape/m-p/3651354#M72033</guid>
      <dc:creator>Daniel Fernandez Illan</dc:creator>
      <dc:date>2005-10-18T03:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: More save sets on a magnetic tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/more-save-sets-on-a-magnetic-tape/m-p/3651355#M72034</link>
      <description>Geir,&lt;BR /&gt;&lt;BR /&gt;consider using (mainly for human clarity, but still) using explicit /REWIND (for the intended first) and /NOREWIND (for all subsequent savesets of a tape.&lt;BR /&gt;&lt;BR /&gt;As an aside: &lt;BR /&gt;note that, if any saveset for whatever reason does NOT write its end-of-file, then the start position of the next saveset can not be determined, hence that next backup will generate an error. (and without that knowledge, LOTS of time can get lost looking for a reason!).&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</description>
      <pubDate>Tue, 18 Oct 2005 03:36:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/more-save-sets-on-a-magnetic-tape/m-p/3651355#M72034</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-10-18T03:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: More save sets on a magnetic tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/more-save-sets-on-a-magnetic-tape/m-p/3651356#M72035</link>
      <description>Oops, I hope I did not cause too much confusion when I slipped /REWIND in there. It was only to show that TAPE is a sequential media and you have to get back to the begin if you want to access a file that has passed the heads (well, not really true on a multi-track media, but I think you get the idea ;-)</description>
      <pubDate>Tue, 18 Oct 2005 03:47:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/more-save-sets-on-a-magnetic-tape/m-p/3651356#M72035</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2005-10-18T03:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: More save sets on a magnetic tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/more-save-sets-on-a-magnetic-tape/m-p/3651357#M72036</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;If the same dlt tape is mounted in the tape drive during the week, I assumed it's not necessary to use /norewind, when I want to create new savesets on the tape. The actual command procedure will be restarted every day during the week. &lt;BR /&gt;&lt;BR /&gt;Simular I assume that it not necessary to use rewind, if I want create backup in the beginning of the tape, when I mount a new tape in the tape drive. Correct??&lt;BR /&gt;&lt;BR /&gt;Geir&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Oct 2005 07:46:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/more-save-sets-on-a-magnetic-tape/m-p/3651357#M72036</guid>
      <dc:creator>geir_2</dc:creator>
      <dc:date>2005-10-20T07:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: More save sets on a magnetic tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/more-save-sets-on-a-magnetic-tape/m-p/3651358#M72037</link>
      <description>Geir,&lt;BR /&gt;&lt;BR /&gt;/NOREWIND is the default, but I would still suggest to explicitly specify /REWIND or /NOREWIND on the BACKUP command line, just for clarity and documentation purposes.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 20 Oct 2005 07:50:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/more-save-sets-on-a-magnetic-tape/m-p/3651358#M72037</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2005-10-20T07:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: More save sets on a magnetic tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/more-save-sets-on-a-magnetic-tape/m-p/3651359#M72038</link>
      <description>If you want to keep the same media in the drive you need to use&lt;BR /&gt;"DISMOUNT /noUNLOAD" at the end of the job.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It's been some time I have played with BACKUP, but I have a dim memory that it automatically jumps after the last file on tape to append if you use a normal BACKUP statement, unless you use BACKUP/REWIND - caution! as this will re-initialize the media!!</description>
      <pubDate>Thu, 20 Oct 2005 07:53:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/more-save-sets-on-a-magnetic-tape/m-p/3651359#M72038</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2005-10-20T07:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: More save sets on a magnetic tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/more-save-sets-on-a-magnetic-tape/m-p/3651360#M72039</link>
      <description>geir: &lt;BR /&gt;1. You want an explicit &lt;BR /&gt;$BACKUP/REWIND when you want to overwrite the tape for your next full backup, otherwise you will append to the tape.&lt;BR /&gt;2. I also agree that it is not good policy to have the full backup and incrementals on the same tape. If you would have a full backup tape go bad and they can go bad at any usage, then you've lost the full backup plus all incrementals since then. For the same reason, I wouldn't want my incrementals all on the same tape.  &lt;BR /&gt;Lawrence</description>
      <pubDate>Fri, 21 Oct 2005 15:21:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/more-save-sets-on-a-magnetic-tape/m-p/3651360#M72039</guid>
      <dc:creator>Lawrence Czlapinski</dc:creator>
      <dc:date>2005-10-21T15:21:41Z</dc:date>
    </item>
  </channel>
</rss>

