<?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 saveset to NFS in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/backup-saveset-to-nfs/m-p/5282724#M27847</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;For disk BACKUP /SAVE_SET qualifier is required. BACKUP does not recognize it a saveset file until and unless /SAVE_SET qualifier is specified. But for the tape /SAVE_SET qualifier is considered as default. &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ketan&lt;BR /&gt;</description>
    <pubDate>Fri, 20 May 2011 05:10:56 GMT</pubDate>
    <dc:creator>Shriniketan Bhagwat</dc:creator>
    <dc:date>2011-05-20T05:10:56Z</dc:date>
    <item>
      <title>Backup saveset to NFS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-saveset-to-nfs/m-p/5282722#M27845</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;As per the topic, I'm trying to see if it is actually possible to perform an OpenVMS backup to an Linux NFS mounted share.&lt;BR /&gt;&lt;BR /&gt;Currently, we have a daily backup to disk, then disk to tape configured. I'm hoping I can modify the script so that instead of sending to tape, I can send to a mounted Linux NFS share. This is so we don't have to re-init tapes every week, and so we can backup all systems with HP DP.&lt;BR /&gt;&lt;BR /&gt;The backup script currently executes the following code&lt;BR /&gt;$ BACKUP/VERIFY/IGNORE=(LABEL,INTERLOCK)/MEDIA_FORMAT=COMPACT -&lt;BR /&gt;  DKB100:[WFPROD...]*.*;* -&lt;BR /&gt;  MKA500:'prod_saveset'.bck&lt;BR /&gt;&lt;BR /&gt;What I would like to do is backup the saveset to a subdir in the NFS share instead of tape.&lt;BR /&gt;&lt;BR /&gt;I thought the following would get me there:&lt;BR /&gt;$       BACKUP -&lt;BR /&gt;                DKB100:[WFPROD...]*.*;* -&lt;BR /&gt;                DNFS16:['nfs_dir']'prod_saveset'.bck&lt;BR /&gt;&lt;BR /&gt;However my terminal is filled with messages like:&lt;BR /&gt;&lt;BR /&gt;%BACKUP-E-OPENOUT, error opening DNFS16:[20110520]PROD20052011.BCK;1 as output&lt;BR /&gt;-RMS-E-FEX, file already exists, not superseded&lt;BR /&gt;&lt;BR /&gt;For reference, the following vars are declared:&lt;BR /&gt;$ todays_saveset = f$cvtime(,,"day")+f$cvtime(,,"month")+f$cvtime(,,"year")&lt;BR /&gt;$ prod_saveset = "prod"+todays_saveset&lt;BR /&gt;$ nfs_dir = f$cvtime(,,"year")+f$cvtime(,,"month")+f$cvtime(,,"day")&lt;BR /&gt;&lt;BR /&gt;Can someone point out whether this is actually possible or if I'm doing something wrong?&lt;BR /&gt;&lt;BR /&gt;Cheers!</description>
      <pubDate>Fri, 20 May 2011 04:29:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-saveset-to-nfs/m-p/5282722#M27845</guid>
      <dc:creator>B_Wilson</dc:creator>
      <dc:date>2011-05-20T04:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: Backup saveset to NFS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-saveset-to-nfs/m-p/5282723#M27846</link>
      <description>&lt;!--!*#--&gt;      HELP BACKUP /SAVE_SET&lt;BR /&gt;&lt;BR /&gt;[...]&lt;BR /&gt;     You must specify the /SAVE_SET qualifier when the input or output&lt;BR /&gt;     specifier is a BACKUP save set on a Files-11 disk.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/SAVE_SET is the default for a tape, but not&lt;BR /&gt;for a save set on disk.  Without it, I'd&lt;BR /&gt;guess that BACKUP is trying to copy every&lt;BR /&gt;file to DNFS16:[20110520]PROD20052011.BCK;1,&lt;BR /&gt;which works only once.</description>
      <pubDate>Fri, 20 May 2011 04:41:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-saveset-to-nfs/m-p/5282723#M27846</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2011-05-20T04:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: Backup saveset to NFS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-saveset-to-nfs/m-p/5282724#M27847</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;For disk BACKUP /SAVE_SET qualifier is required. BACKUP does not recognize it a saveset file until and unless /SAVE_SET qualifier is specified. But for the tape /SAVE_SET qualifier is considered as default. &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ketan&lt;BR /&gt;</description>
      <pubDate>Fri, 20 May 2011 05:10:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-saveset-to-nfs/m-p/5282724#M27847</guid>
      <dc:creator>Shriniketan Bhagwat</dc:creator>
      <dc:date>2011-05-20T05:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Backup saveset to NFS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-saveset-to-nfs/m-p/5282725#M27848</link>
      <description>Thanks guys,&lt;BR /&gt;&lt;BR /&gt;Entered command...&lt;BR /&gt;&lt;BR /&gt;$       BACKUP -&lt;BR /&gt;                DKB100:[WFPROD...]*.*;* -&lt;BR /&gt;                DNFS16:[20110520]prod20052011.bck /SAVE_SET&lt;BR /&gt;&lt;BR /&gt;...and it is working beautifully. You have saved our department at least 1 hr a week :)&lt;BR /&gt;&lt;BR /&gt;Cheers!</description>
      <pubDate>Fri, 20 May 2011 05:57:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-saveset-to-nfs/m-p/5282725#M27848</guid>
      <dc:creator>B_Wilson</dc:creator>
      <dc:date>2011-05-20T05:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: Backup saveset to NFS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-saveset-to-nfs/m-p/5282726#M27849</link>
      <description>See post above.</description>
      <pubDate>Fri, 20 May 2011 05:58:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-saveset-to-nfs/m-p/5282726#M27849</guid>
      <dc:creator>B_Wilson</dc:creator>
      <dc:date>2011-05-20T05:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Backup saveset to NFS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-saveset-to-nfs/m-p/5282727#M27850</link>
      <description>&lt;!--!*#--&gt;&amp;gt; For disk BACKUP /SAVE_SET qualifier is&lt;BR /&gt;&amp;gt; required. [...]&lt;BR /&gt;&lt;BR /&gt;Yes, _IF_ you _WANT_  a save set.  BACKUP can&lt;BR /&gt;also be used to copy files from place to&lt;BR /&gt;place, and, if the destination is a disk,&lt;BR /&gt;then that's what it will try to do by&lt;BR /&gt;default.  If the destination is a tape (not&lt;BR /&gt;file-structured), then a default of /SAVE_SET&lt;BR /&gt;makes sense.</description>
      <pubDate>Fri, 20 May 2011 19:44:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-saveset-to-nfs/m-p/5282727#M27850</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2011-05-20T19:44:56Z</dc:date>
    </item>
  </channel>
</rss>

