<?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 in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/backup/m-p/3706814#M73811</link>
    <description>Hi,&lt;BR /&gt;Thanks for the answer. &lt;BR /&gt;&lt;BR /&gt;My problem is: I also want to backup the open file, each time I take backup. &lt;BR /&gt;&lt;BR /&gt;I assume it must be possible to include the backup of this file eeach time I take incremental backup. Maybe with help from some qualifiers. (replace, overlay, new_version)&lt;BR /&gt;&lt;BR /&gt;Thanks again&lt;BR /&gt;Geir&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;PS:&lt;BR /&gt;Maybe the qualifier is used when the user want to restore the backup from tape to disk.</description>
    <pubDate>Mon, 16 Jan 2006 09:47:37 GMT</pubDate>
    <dc:creator>geir_2</dc:creator>
    <dc:date>2006-01-16T09:47:37Z</dc:date>
    <item>
      <title>Backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup/m-p/3706811#M73808</link>
      <description>I made a DCL script for incremental backup, but I have some trouble with some files.&lt;BR /&gt;&lt;BR /&gt;I use following qualifiers:  /since=backup/record/modified/ignore=interlock&lt;BR /&gt;&lt;BR /&gt;But create time &amp;amp; modified time doesn't change on the actual file, even though the file is bigger/changed. Is possible to do something?? I guess the problem is the contents of the fileheader?? Is it possible to modify the fileheader in some way??</description>
      <pubDate>Wed, 11 Jan 2006 08:21:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup/m-p/3706811#M73808</guid>
      <dc:creator>geir_2</dc:creator>
      <dc:date>2006-01-11T08:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup/m-p/3706812#M73809</link>
      <description>&lt;BR /&gt;Apparently those files are open 'all the time', and a backup is probably useless anyway as you have no control over what data might have made it to the disk, and what is still in the process buffers.&lt;BR /&gt;&lt;BR /&gt;You should teach the application to use SYS$FLUSH every now and then, or re-open a fresh file on command  (blocking ast, command mailbox with write-attenion-ast)&lt;BR /&gt;&lt;BR /&gt;You may have to re-think the backup strategy for those files/that application. &lt;BR /&gt;&lt;BR /&gt;If the application allow shared file access (probably not) then you could open it wil write intend, allowing write and just close right away. The intend to modify is enough to change the modification time on close, even if no actual data was changed:&lt;BR /&gt;&lt;BR /&gt;$ open/read/write/share=write tmp some-file&lt;BR /&gt;$ close tmp&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Jan 2006 08:40:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup/m-p/3706812#M73809</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2006-01-11T08:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup/m-p/3706813#M73810</link>
      <description>Geir,&lt;BR /&gt;&lt;BR /&gt;If there are only a few files that are always open (as described by Hein), you can do a separate backup of those files (not incremental).  I came from a similar environment where a large number of files were always open, so we always did a full backup.  The files may end up out of synch or missing data, but in the event of a major disaster, at least the file structures and some data can be restored.&lt;BR /&gt;&lt;BR /&gt;Allan in Atlanta&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Jan 2006 10:54:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup/m-p/3706813#M73810</guid>
      <dc:creator>Allan Bowman</dc:creator>
      <dc:date>2006-01-11T10:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: Backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup/m-p/3706814#M73811</link>
      <description>Hi,&lt;BR /&gt;Thanks for the answer. &lt;BR /&gt;&lt;BR /&gt;My problem is: I also want to backup the open file, each time I take backup. &lt;BR /&gt;&lt;BR /&gt;I assume it must be possible to include the backup of this file eeach time I take incremental backup. Maybe with help from some qualifiers. (replace, overlay, new_version)&lt;BR /&gt;&lt;BR /&gt;Thanks again&lt;BR /&gt;Geir&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;PS:&lt;BR /&gt;Maybe the qualifier is used when the user want to restore the backup from tape to disk.</description>
      <pubDate>Mon, 16 Jan 2006 09:47:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup/m-p/3706814#M73811</guid>
      <dc:creator>geir_2</dc:creator>
      <dc:date>2006-01-16T09:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup/m-p/3706815#M73812</link>
      <description>Geir, /REPLACE, /OVERLAY and /NEW_VERSION are output qualifiers when writing back to disk.  Their use should be negligible when creating a saveset (on disk or tape).</description>
      <pubDate>Wed, 18 Jan 2006 10:52:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup/m-p/3706815#M73812</guid>
      <dc:creator>Bob Blunt</dc:creator>
      <dc:date>2006-01-18T10:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup/m-p/3706816#M73813</link>
      <description>If You can't change the applications behaviour to better cooperate (as others suggested), You could make a copy of the files using CONVERT before the incremental backup. Those copies are then included in the incremental backup.&lt;BR /&gt;&lt;BR /&gt;Another way would be to change the revision date for example with a SET FILE/PROTECTION command before the backup.</description>
      <pubDate>Wed, 18 Jan 2006 11:12:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup/m-p/3706816#M73813</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2006-01-18T11:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup/m-p/3706817#M73814</link>
      <description>Geir,&lt;BR /&gt;&lt;BR /&gt;If you backup an open file the result is unknown.&lt;BR /&gt;&lt;BR /&gt;E.g. a file allocated 10 blocks that are filled with garbage. The application used 5 of them and wrote clean data to them. But it didn't post the eof. You take a backup. What do you have : file data is fine but eof isn't. Now you could do set file/end but that would allocate the 5 dirty blocks to the file too.&lt;BR /&gt;&lt;BR /&gt;This to say that files must be closed, eof must be posted or you must damn well know what you are doing.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Wed, 18 Jan 2006 11:47:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup/m-p/3706817#M73814</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-01-18T11:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: Backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup/m-p/3706818#M73815</link>
      <description>To modify the file I would propose to use freeware touch but I tested it on an file that's open exclusively for write and touch didn't work. Set file/prot did. So that is better.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Wed, 18 Jan 2006 11:51:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup/m-p/3706818#M73815</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-01-18T11:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup/m-p/3706819#M73816</link>
      <description>Geir,&lt;BR /&gt;&lt;BR /&gt;to repeat the advice by "Mr RMS" (Hein): the only safe thing is CONVERT/SHARE to get a CONSISTENT file.&lt;BR /&gt;This does not work for database systems with their own file structure, but all good once of that have some sort of on-line-backup.&lt;BR /&gt;Penalty: performance during the on-line-backup, and an extra action should restore be needed.&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>Wed, 18 Jan 2006 12:30:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup/m-p/3706819#M73816</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2006-01-18T12:30:13Z</dc:date>
    </item>
  </channel>
</rss>

