<?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 /SINCE= /BEFORE= not doing it right? in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/backup-since-before-not-doing-it-right/m-p/3622733#M71005</link>
    <description>I guess in between 3 lexicals, an IF decision, invoking WRITE for every file processed (to a logfile) and possibly BACKUP, there was lots of " cipherin' " to be done.&lt;BR /&gt;&lt;BR /&gt;The VAXstation was like the Intel 386 ... who would ever need more processing power than this?  Then they came out with the 4000 model 96 which usually had a cd drive as well.  All the girls wanted to know you then!! ;-)&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Art</description>
    <pubDate>Tue, 13 Sep 2005 11:28:11 GMT</pubDate>
    <dc:creator>Art Wiens</dc:creator>
    <dc:date>2005-09-13T11:28:11Z</dc:date>
    <item>
      <title>BACKUP /SINCE= /BEFORE= not doing it right?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-since-before-not-doing-it-right/m-p/3622714#M70986</link>
      <description>I'm trying to clean up a directory that has way too many files in it (~30,000).  They have been quietly accumulating for a few years.  I thought an "easy" way to solve this was to use BACKUP with the /SINCE and /BEFORE to select files based on the year they were created and put them in a saveset.  My command was eg.:&lt;BR /&gt;&lt;BR /&gt;$ backup disk:[dir.subdir.subsubdir]*.*;* -&lt;BR /&gt;         /before=01-jan-2005 /since=01-jan-2004   -&lt;BR /&gt;         differentdisk:[dir]files_from_2004.bck/save/block=32768 -&lt;BR /&gt;         /log&lt;BR /&gt;&lt;BR /&gt;It backed up all the files in the subsubdir, not just the ones created in 2004.&lt;BR /&gt;&lt;BR /&gt;Why would it have done that?  I checked some of the "wrong" files' dates and they don't fit the criteria eg.:&lt;BR /&gt;&lt;BR /&gt;$ dir/date=(cre,modi) disk:[dir.subdir.subsubdir]xxx.xxx;2&lt;BR /&gt;&lt;BR /&gt;Directory disk:[dir.subdir.subsubdir]&lt;BR /&gt;&lt;BR /&gt;xxx.xxx;2       17-APR-2005 07:39:49.85  17-APR-2005 07:39:49.97&lt;BR /&gt;&lt;BR /&gt;VAX/VMS v6.2&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Art</description>
      <pubDate>Fri, 09 Sep 2005 10:35:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-since-before-not-doing-it-right/m-p/3622714#M70986</guid>
      <dc:creator>Art Wiens</dc:creator>
      <dc:date>2005-09-09T10:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP /SINCE= /BEFORE= not doing it right?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-since-before-not-doing-it-right/m-p/3622715#M70987</link>
      <description>Can you show the dates of DIR, SUBDIR and SUBSUBDIR? Starting with V6.2, the BACKUP utility picks up all files if a directory has been changed.</description>
      <pubDate>Fri, 09 Sep 2005 11:01:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-since-before-not-doing-it-right/m-p/3622715#M70987</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2005-09-09T11:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP /SINCE= /BEFORE= not doing it right?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-since-before-not-doing-it-right/m-p/3622716#M70988</link>
      <description>$ dir/date=(cre,modi) disk:[000000]dir.dir&lt;BR /&gt;&lt;BR /&gt;Directory disk:[000000]&lt;BR /&gt;&lt;BR /&gt;dir.DIR;1      15-SEP-2002 17:49:59.55  15-SEP-2002 17:49:59.60&lt;BR /&gt;&lt;BR /&gt;$ dir/date=(cre,modi) disk:[dir]subdir.dir&lt;BR /&gt;&lt;BR /&gt;Directory disk:[dir]&lt;BR /&gt;&lt;BR /&gt;subdir.DIR;1         15-SEP-2002 17:50:20.13  15-SEP-2002 17:50:20.20&lt;BR /&gt;&lt;BR /&gt;$ dir/date=(cre,modi) disk:[dir.subdir]subsubdir.dir&lt;BR /&gt;&lt;BR /&gt;Directory disk:[dir.subdir]&lt;BR /&gt;&lt;BR /&gt;subsubdir.DIR;1        12-APR-2004 15:37:39.42  12-APR-2004 15:37:39.47&lt;BR /&gt;&lt;BR /&gt;So since subsubdir was created in 2004, it picked up everything in it is what your saying?&lt;BR /&gt;&lt;BR /&gt;I guess it's time to cook up some DCL to do it another way :-(&lt;BR /&gt;&lt;BR /&gt;Art</description>
      <pubDate>Fri, 09 Sep 2005 11:09:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-since-before-not-doing-it-right/m-p/3622716#M70988</guid>
      <dc:creator>Art Wiens</dc:creator>
      <dc:date>2005-09-09T11:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP /SINCE= /BEFORE= not doing it right?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-since-before-not-doing-it-right/m-p/3622717#M70989</link>
      <description>Can I use /EXCLUDE=something to my advantage here?&lt;BR /&gt;&lt;BR /&gt;Art</description>
      <pubDate>Fri, 09 Sep 2005 11:16:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-since-before-not-doing-it-right/m-p/3622717#M70989</guid>
      <dc:creator>Art Wiens</dc:creator>
      <dc:date>2005-09-09T11:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP /SINCE= /BEFORE= not doing it right?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-since-before-not-doing-it-right/m-p/3622718#M70990</link>
      <description>No, I don't think /EXCLUDE will help on a date problem. I'd pick up the FILE utility and change the directory's creation and revision dates a little into the past and retry so see if my guess is right.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://vms.process.com/scripts/fileserv/fileserv.com?FILE" target="_blank"&gt;http://vms.process.com/scripts/fileserv/fileserv.com?FILE&lt;/A&gt;</description>
      <pubDate>Fri, 09 Sep 2005 11:24:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-since-before-not-doing-it-right/m-p/3622718#M70990</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2005-09-09T11:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP /SINCE= /BEFORE= not doing it right?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-since-before-not-doing-it-right/m-p/3622719#M70991</link>
      <description>Hello Art,&lt;BR /&gt;&lt;BR /&gt;I cannot see what is wrong with your backup command but I would be tempted to try it again but include the "/CREATED" input file-selection qualifier. Maybe backup requires a more explicit instruction in this instance.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Ian&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Sep 2005 11:46:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-since-before-not-doing-it-right/m-p/3622719#M70991</guid>
      <dc:creator>Ian McKerracher_1</dc:creator>
      <dc:date>2005-09-09T11:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP /SINCE= /BEFORE= not doing it right?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-since-before-not-doing-it-right/m-p/3622720#M70992</link>
      <description>Art,&lt;BR /&gt;try adding /creat qualifier.&lt;BR /&gt; &lt;BR /&gt;$ backup disk:[dir.subdir.subsubdir]*.*;* -&lt;BR /&gt;/before=01-jan-2005 /since=01-jan-2004 -&lt;BR /&gt;/creat -&lt;BR /&gt;differentdisk:[dir]files_from_2004.bck/save/block=32768 -&lt;BR /&gt;/log&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Sep 2005 11:48:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-since-before-not-doing-it-right/m-p/3622720#M70992</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2005-09-09T11:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP /SINCE= /BEFORE= not doing it right?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-since-before-not-doing-it-right/m-p/3622721#M70993</link>
      <description>/CREATE made no difference.  Resulting saveset and logfile were identical.&lt;BR /&gt;&lt;BR /&gt;So I guess the points go to Uwe ... I bet this "feature" was hotly debated 10 years ago!&lt;BR /&gt;&lt;BR /&gt;I don't think I'll try the FILE suggestion but thanks for that.  I'm afraid that once I had that kind of power, I'ld use it for evil and not good!! ;-)&lt;BR /&gt;&lt;BR /&gt;Oh well, a little DCL goodness to make Friday go a little faster.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Art</description>
      <pubDate>Fri, 09 Sep 2005 13:00:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-since-before-not-doing-it-right/m-p/3622721#M70993</guid>
      <dc:creator>Art Wiens</dc:creator>
      <dc:date>2005-09-09T13:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP /SINCE= /BEFORE= not doing it right?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-since-before-not-doing-it-right/m-p/3622722#M70994</link>
      <description>Hello Art,&lt;BR /&gt;&lt;BR /&gt;Uwe is absolutely right with his comment. I found the following extract in the OpenVMS FAQ document (section 5.42.3) and it appears as though your problem could be correctable.&lt;BR /&gt;&lt;BR /&gt;"As part of the OpenVMS V6.2 change, the /SINCE commandâ  without&lt;BR /&gt;the specification of the =BACKUP keywordâ  selected more files than&lt;BR /&gt;it should have. This is a bug. This bug has been remedied in the&lt;BR /&gt;OpenVMS BACKUP source code and in some of (all of?) the BACKUP&lt;BR /&gt;ECO kits."&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Ian&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Sep 2005 15:55:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-since-before-not-doing-it-right/m-p/3622722#M70994</guid>
      <dc:creator>Ian McKerracher_1</dc:creator>
      <dc:date>2005-09-09T15:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP /SINCE= /BEFORE= not doing it right?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-since-before-not-doing-it-right/m-p/3622723#M70995</link>
      <description>This looks like a bug. I do not see a &lt;BR /&gt;reason why /SINCE and /BEFORE can't be&lt;BR /&gt;combined. &lt;BR /&gt;&lt;BR /&gt;If you have a valid support contract please&lt;BR /&gt;escalate this.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Guy Peleg&lt;BR /&gt;OpenVMS Engineering</description>
      <pubDate>Sat, 10 Sep 2005 11:46:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-since-before-not-doing-it-right/m-p/3622723#M70995</guid>
      <dc:creator>Guy Peleg</dc:creator>
      <dc:date>2005-09-10T11:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP /SINCE= /BEFORE= not doing it right?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-since-before-not-doing-it-right/m-p/3622724#M70996</link>
      <description>Art,&lt;BR /&gt;if backup looks at directory date, you can exclude all directories in your backup.&lt;BR /&gt;e.g.&lt;BR /&gt;$ backup disk:[dir.subdir.subsubdir]*.*;* -&lt;BR /&gt;/before=01-jan-2005 /since=01-jan-2004 -&lt;BR /&gt;/crea/excl=*.dir; -&lt;BR /&gt;differentdisk:[dir]files_from_2004.bck/save-&lt;BR /&gt;/block=32768/log&lt;BR /&gt;This could work.&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Sun, 11 Sep 2005 04:45:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-since-before-not-doing-it-right/m-p/3622724#M70996</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2005-09-11T04:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP /SINCE= /BEFORE= not doing it right?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-since-before-not-doing-it-right/m-p/3622725#M70997</link>
      <description>It's not a bug unless we are talking about different things or VMS eng. has changed their mind again!&lt;BR /&gt;&lt;BR /&gt;It used to be a design decision to enable a correct restore in case the directory structure has been altered. It is described in the V6.2 release notes or new features guide - can be a bit hard to find because it is mentioned together with Pathworks. I don't have the material handy, so I can't point you to the correct section, sorry.</description>
      <pubDate>Sun, 11 Sep 2005 06:21:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-since-before-not-doing-it-right/m-p/3622725#M70997</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2005-09-11T06:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP /SINCE= /BEFORE= not doing it right?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-since-before-not-doing-it-right/m-p/3622726#M70998</link>
      <description>Art,&lt;BR /&gt;&lt;BR /&gt;looks like Ian hit the target.&lt;BR /&gt;&lt;BR /&gt;So, if you still need to do this, I guess you need to apply the 6.2 BACKUP patches, and try again.&lt;BR /&gt;But I currently would not know how or where to get those patches....&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;</description>
      <pubDate>Sun, 11 Sep 2005 06:24:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-since-before-not-doing-it-right/m-p/3622726#M70998</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-09-11T06:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP /SINCE= /BEFORE= not doing it right?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-since-before-not-doing-it-right/m-p/3622727#M70999</link>
      <description>Uwe,&lt;BR /&gt;&lt;BR /&gt;I do not think VMS engineering changed&lt;BR /&gt;their mind....I was giving my opinion.&lt;BR /&gt;&lt;BR /&gt;In my opinion if a user bothered and &lt;BR /&gt;spcified /since &amp;amp; /before BACKUP should &lt;BR /&gt;not ignore it. Maybe we need a new qualifier, this requires more thinking that's for sure but again I think it should be possible.&lt;BR /&gt;&lt;BR /&gt;Guy</description>
      <pubDate>Sun, 11 Sep 2005 06:25:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-since-before-not-doing-it-right/m-p/3622727#M70999</guid>
      <dc:creator>Guy Peleg</dc:creator>
      <dc:date>2005-09-11T06:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP /SINCE= /BEFORE= not doing it right?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-since-before-not-doing-it-right/m-p/3622728#M71000</link>
      <description>I happen to have collected quite a few patches before the .au site "went away" (is it still really there?).  I found vaxback03_062 (circa 18-MAR-1999) and from the ECO summary:&lt;BR /&gt;&lt;BR /&gt;"Problems Addressed in VAXBACK01_062:&lt;BR /&gt;...&lt;BR /&gt;A new qualifier was added to  invoke  pre-OpenVMS  V6.2  /SINCE behavior.&lt;BR /&gt;&lt;BR /&gt;After enhancements to INCREMENTAL restores was  done,  feedback from  customers  and  Customer Support Centers (CSCs) indicated that not everyone was completely pleased with  the  new  /SINCE behavior.&lt;BR /&gt;&lt;BR /&gt;Old style (pre-OpenVMS V6.2) /SINCE behavior can be invoked by adding the new /NO_INCREMENTAL qualifier to the BACKUP command line.&lt;BR /&gt;&lt;BR /&gt;     Note that this change was implemented differently  in  OpenVMS V7.1. Check the  OpenVMS  V7.1  release  notes for that implementation.&lt;BR /&gt;..."&lt;BR /&gt;&lt;BR /&gt;The system in question does not have any of the backup patches installed so I can't try the workaround.  Please remember, I "inherited" all these old systems ;-) .&lt;BR /&gt;&lt;BR /&gt;I did start the DCL using:&lt;BR /&gt;&lt;BR /&gt;$ source_file = f$search("disk:[dir.subdir.subsubdir]*.*;*",1)&lt;BR /&gt;$ source_file_year = f$cvtime(f$file_attributes("''source_file'","cdt"),,"year")&lt;BR /&gt;&lt;BR /&gt;as a basis for determining the year the file was produced.&lt;BR /&gt;&lt;BR /&gt;Just a bit more error handling and we'll make that VAXstation smoke! ;-)&lt;BR /&gt;&lt;BR /&gt;I am in the process of installing RCM and will decide what to do with patching once all the systems' info have been gathered.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Art</description>
      <pubDate>Sun, 11 Sep 2005 08:56:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-since-before-not-doing-it-right/m-p/3622728#M71000</guid>
      <dc:creator>Art Wiens</dc:creator>
      <dc:date>2005-09-11T08:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP /SINCE= /BEFORE= not doing it right?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-since-before-not-doing-it-right/m-p/3622729#M71001</link>
      <description>Art,&lt;BR /&gt;/excl=*.dir seems to work on my V7.3-2 system.&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Sep 2005 01:38:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-since-before-not-doing-it-right/m-p/3622729#M71001</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2005-09-12T01:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP /SINCE= /BEFORE= not doing it right?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-since-before-not-doing-it-right/m-p/3622730#M71002</link>
      <description>Art, I had a similar issue with backup taking all the files instead of just the ones in the specified date range. What I finally figured out is that BACKUP, by default looks at the 'REVISED' date, and since I had recently run a utility to resequance all the version numbers on all files on the drive, it was backing up everything. I added the '/CREATED' switch to the BACKUP command, and everything returned to normal.</description>
      <pubDate>Mon, 12 Sep 2005 08:33:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-since-before-not-doing-it-right/m-p/3622730#M71002</guid>
      <dc:creator>Aaron Lewis_1</dc:creator>
      <dc:date>2005-09-12T08:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP /SINCE= /BEFORE= not doing it right?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-since-before-not-doing-it-right/m-p/3622731#M71003</link>
      <description>Wow!  How long would you think it should take to process ~30,000 files determining the year they were produced and copying them to an MSCP served disk if they weren't from the current year?  How about 13hrs!!!&lt;BR /&gt;&lt;BR /&gt;  Accounting information:&lt;BR /&gt;  Buffered I/O count:         2531433         Peak working set size:    2216&lt;BR /&gt;  Direct I/O count:           1288895         Peak page file size:     18638&lt;BR /&gt;  Page faults:                5390454         Mounted volumes:             0&lt;BR /&gt;  Charged CPU time:           0 09:29:59.74   Elapsed time:     0 13:04:18.66&lt;BR /&gt;&lt;BR /&gt;VAXstation 4000-90 80MB reading from a local SEAGATE ST15150N 4GB drive.  Of the ~30,000, it was split about half it didn't have to copy vs those it did.  Files are small text files 0-8 blocks each.&lt;BR /&gt;&lt;BR /&gt;Of course it ran so long that the backup would have also been competing for some of those 13 hours.&lt;BR /&gt;&lt;BR /&gt;Hope I didn't "break it" ;-)&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Art</description>
      <pubDate>Tue, 13 Sep 2005 11:09:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-since-before-not-doing-it-right/m-p/3622731#M71003</guid>
      <dc:creator>Art Wiens</dc:creator>
      <dc:date>2005-09-13T11:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP /SINCE= /BEFORE= not doing it right?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-since-before-not-doing-it-right/m-p/3622732#M71004</link>
      <description>That's about 1.56 seconds per file.&lt;BR /&gt;&lt;BR /&gt;But the system must have been busy like hell:&lt;BR /&gt;9:29 hrs CPU of 13:04 hrs elapsed.&lt;BR /&gt;&lt;BR /&gt;You also have 5+ million page faults!!</description>
      <pubDate>Tue, 13 Sep 2005 11:18:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-since-before-not-doing-it-right/m-p/3622732#M71004</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2005-09-13T11:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP /SINCE= /BEFORE= not doing it right?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-since-before-not-doing-it-right/m-p/3622733#M71005</link>
      <description>I guess in between 3 lexicals, an IF decision, invoking WRITE for every file processed (to a logfile) and possibly BACKUP, there was lots of " cipherin' " to be done.&lt;BR /&gt;&lt;BR /&gt;The VAXstation was like the Intel 386 ... who would ever need more processing power than this?  Then they came out with the 4000 model 96 which usually had a cd drive as well.  All the girls wanted to know you then!! ;-)&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Art</description>
      <pubDate>Tue, 13 Sep 2005 11:28:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-since-before-not-doing-it-right/m-p/3622733#M71005</guid>
      <dc:creator>Art Wiens</dc:creator>
      <dc:date>2005-09-13T11:28:11Z</dc:date>
    </item>
  </channel>
</rss>

