<?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: Incremental backup script in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/incremental-backup-script/m-p/4939081#M72491</link>
    <description>Geir,&lt;BR /&gt;&lt;BR /&gt;could you describe in what way the second part is not satisfactory?&lt;BR /&gt;&lt;BR /&gt;- the saveset specs&lt;BR /&gt;- the file selection-&lt;BR /&gt;- selecting the correct days&lt;BR /&gt;- building the savesetname&lt;BR /&gt;- ????&lt;BR /&gt;- anything else?&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, 08 Nov 2005 09:46:04 GMT</pubDate>
    <dc:creator>Jan van den Ende</dc:creator>
    <dc:date>2005-11-08T09:46:04Z</dc:date>
    <item>
      <title>Incremental backup script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/incremental-backup-script/m-p/4939079#M72489</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I need some advise. I have made a DCL-script, that will be restarted every morning at &lt;BR /&gt;5 o'clock (from a batch-job). &lt;BR /&gt;&lt;BR /&gt;On monday the script will take full image backup of disk1, disk2 and disk3. The save-set name will include the date. The script will also control the tape label.&lt;BR /&gt;&lt;BR /&gt;On tuesday and the next days, until sunday, the script should take incremental backup of the same disks. But this time it should only include new and modified files. The name of the savesets will contain the actual date. eg. Sys-07-nov.bck. I also want to backup the file to the same tape, as previous. &lt;BR /&gt;&lt;BR /&gt;First part of the script seems to be ok (full image backup). The next day I want to backup new and modified files, and put it into a new saveset. The saveset should normaly contain few files. So the problems is:&lt;BR /&gt;&lt;BR /&gt;I want to backup only new and modified files, in the same script and copy the file to a new saveset on the tape if possible. &lt;BR /&gt;&lt;BR /&gt;The tape will looks simular to:&lt;BR /&gt;&lt;BR /&gt;Image backup&lt;BR /&gt;Sys-7-nov-2005.bck&lt;BR /&gt;Use-7-nov-2005.bck&lt;BR /&gt;Dat-7-nov-2005.bck&lt;BR /&gt;&lt;BR /&gt;Incremental Backup&lt;BR /&gt;Sys-8-nov-2005.bck&lt;BR /&gt;Use-8-nov-2005.bck&lt;BR /&gt;Dat-8-nov-2005.bck&lt;BR /&gt;&lt;BR /&gt;Is it possible to do it???&lt;BR /&gt;&lt;BR /&gt;Geir</description>
      <pubDate>Tue, 08 Nov 2005 08:53:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/incremental-backup-script/m-p/4939079#M72489</guid>
      <dc:creator>geir_2</dc:creator>
      <dc:date>2005-11-08T08:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental backup script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/incremental-backup-script/m-p/4939080#M72490</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;we discussed it in your thread few weeks ago. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=962034" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=962034&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It didn't help?&lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Tue, 08 Nov 2005 09:10:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/incremental-backup-script/m-p/4939080#M72490</guid>
      <dc:creator>Mike Reznak</dc:creator>
      <dc:date>2005-11-08T09:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental backup script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/incremental-backup-script/m-p/4939081#M72491</link>
      <description>Geir,&lt;BR /&gt;&lt;BR /&gt;could you describe in what way the second part is not satisfactory?&lt;BR /&gt;&lt;BR /&gt;- the saveset specs&lt;BR /&gt;- the file selection-&lt;BR /&gt;- selecting the correct days&lt;BR /&gt;- building the savesetname&lt;BR /&gt;- ????&lt;BR /&gt;- anything else?&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, 08 Nov 2005 09:46:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/incremental-backup-script/m-p/4939081#M72491</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-11-08T09:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental backup script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/incremental-backup-script/m-p/4939082#M72492</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Yes, we did. But the question is.&lt;BR /&gt;&lt;BR /&gt;Is it necessary to drop the image qualifier, if I want to take incremntal backp, since the qualifier process the entire volume??&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 09 Nov 2005 02:30:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/incremental-backup-script/m-p/4939082#M72492</guid>
      <dc:creator>geir_2</dc:creator>
      <dc:date>2005-11-09T02:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental backup script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/incremental-backup-script/m-p/4939083#M72493</link>
      <description>Yes of course, /IMAGE is for the full backup, &lt;BR /&gt;and it always processes the whole disk, regardles of file selection qualifiers.</description>
      <pubDate>Wed, 09 Nov 2005 03:26:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/incremental-backup-script/m-p/4939083#M72493</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2005-11-09T03:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental backup script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/incremental-backup-script/m-p/4939084#M72494</link>
      <description>Thanks&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Nov 2005 03:51:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/incremental-backup-script/m-p/4939084#M72494</guid>
      <dc:creator>geir_2</dc:creator>
      <dc:date>2005-11-09T03:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental backup script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/incremental-backup-script/m-p/4939085#M72495</link>
      <description>Yes, don't use it for incremental backup.&lt;BR /&gt;&lt;BR /&gt;$ help backup /image   also says...&lt;BR /&gt;&lt;BR /&gt;     In save and copy operations, you cannot use input file-selection&lt;BR /&gt;     qualifiers with the /IMAGE command qualifier because BACKUP saves&lt;BR /&gt;     or copies all files on the input disk volumes.&lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Wed, 09 Nov 2005 03:54:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/incremental-backup-script/m-p/4939085#M72495</guid>
      <dc:creator>Mike Reznak</dc:creator>
      <dc:date>2005-11-09T03:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental backup script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/incremental-backup-script/m-p/4939086#M72496</link>
      <description>Just a caveat:&lt;BR /&gt;&amp;gt;  you cannot use input file-selection&lt;BR /&gt;&amp;gt;  ... with /IMAGE &lt;BR /&gt;&lt;BR /&gt;Unfortunately the DCL command syntax does not disallow file-selection qualifiers like /SINCE together with /IMAGE; it just silently ignores it !&lt;BR /&gt;I had the impression, Geir thought something like&lt;BR /&gt;  Backup/image disk:/since=backup ...&lt;BR /&gt;for the incremental backup. It silently would work, but the result would be a full disk backup.&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Nov 2005 04:25:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/incremental-backup-script/m-p/4939086#M72496</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2005-11-10T04:25:23Z</dc:date>
    </item>
  </channel>
</rss>

