<?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 rsync on VAX VMS or OpenVMS in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/rsync-on-vax-vms-or-openvms/m-p/3080246#M466</link>
    <description>Hi Guys,&lt;BR /&gt;    Can anyone on this board provide any pointers to deploying rsync on VMS? If not is there a better way of transferring files between VMS and Unix other than FTPing?&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;JKV</description>
    <pubDate>Mon, 29 Sep 2003 03:33:20 GMT</pubDate>
    <dc:creator>Jov</dc:creator>
    <dc:date>2003-09-29T03:33:20Z</dc:date>
    <item>
      <title>rsync on VAX VMS or OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rsync-on-vax-vms-or-openvms/m-p/3080246#M466</link>
      <description>Hi Guys,&lt;BR /&gt;    Can anyone on this board provide any pointers to deploying rsync on VMS? If not is there a better way of transferring files between VMS and Unix other than FTPing?&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;JKV</description>
      <pubDate>Mon, 29 Sep 2003 03:33:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rsync-on-vax-vms-or-openvms/m-p/3080246#M466</guid>
      <dc:creator>Jov</dc:creator>
      <dc:date>2003-09-29T03:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: rsync on VAX VMS or OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rsync-on-vax-vms-or-openvms/m-p/3080247#M467</link>
      <description>FTP is the best and secure way to send files from unix to vms and from unix to vms</description>
      <pubDate>Mon, 29 Sep 2003 04:06:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rsync-on-vax-vms-or-openvms/m-p/3080247#M467</guid>
      <dc:creator>Jeroen Hartgers_2</dc:creator>
      <dc:date>2003-09-29T04:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: rsync on VAX VMS or OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rsync-on-vax-vms-or-openvms/m-p/3080248#M468</link>
      <description>well not the best and secure (that would requires somthing more!) but surely a usable one.&lt;BR /&gt;However, be aware of incomptabilities between Unix and VMS. To name a few:&lt;BR /&gt;&lt;BR /&gt;* VMS is (by default) case-insensitive. &lt;BR /&gt;* VMS keeps a history (the number after ";") so if you PUT a file, a new version of the file will be created.&lt;BR /&gt;* VMS will not allow you to read of write a file if you lack the access rights to the directory or file itself, or when it is locked by any process (open for update, for instance).&lt;BR /&gt;* VMS has (in the default setting) a limited characterset for filenames, and a length limitation for name and extension. Some characters can NOT be used within VMS, nor can you use multiple dots in a filename.&lt;BR /&gt;The maximum size for both name and extension is 39 chars (so you _can_ specify up to 78, plus separating dot). However, there are possibilities within the system- and user-environment that allow you to get around these limitations. Check VMS system manager (manual) for details.&lt;BR /&gt;* VMS has a different way of specifying locations, both in concept as in syntax.&lt;BR /&gt;&lt;BR /&gt;The last two are the ones you are quite likely to run into.&lt;BR /&gt;&lt;BR /&gt;I found some Unix's are quite good in handling the differences, others are much more troublesome.&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Sep 2003 05:04:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rsync-on-vax-vms-or-openvms/m-p/3080248#M468</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2003-09-29T05:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: rsync on VAX VMS or OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rsync-on-vax-vms-or-openvms/m-p/3080249#M469</link>
      <description>Shameless plug:-). Have a look at &lt;BR /&gt;&lt;BR /&gt; &lt;A href="http://www.decus.de:8080/www/vms/sw/ftp_mirror.htmlx" target="_blank"&gt;http://www.decus.de:8080/www/vms/sw/ftp_mirror.htmlx&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;to 'rsync' between a VMS and Unix system.&lt;BR /&gt;&lt;BR /&gt;I am not aware of a generic rsync port.</description>
      <pubDate>Mon, 29 Sep 2003 10:43:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rsync-on-vax-vms-or-openvms/m-p/3080249#M469</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2003-09-29T10:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: rsync on VAX VMS or OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rsync-on-vax-vms-or-openvms/m-p/3080250#M470</link>
      <description>Hi,&lt;BR /&gt;perhaps may work NFS too (but I never used it and anc cannot help you for use).&lt;BR /&gt;Bye&lt;BR /&gt;Antoniov&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Sep 2003 12:24:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rsync-on-vax-vms-or-openvms/m-p/3080250#M470</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2003-09-29T12:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: rsync on VAX VMS or OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rsync-on-vax-vms-or-openvms/m-p/3080251#M471</link>
      <description>"Shameless plug:-)" ?  So what. These are differences you will have to take in account. It has nothing to do in plugging VMS (if it did, no big deal. The Unix guys 'n dolls use it too (let alone Windows).) &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Sep 2003 00:56:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rsync-on-vax-vms-or-openvms/m-p/3080251#M471</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2003-09-30T00:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: rsync on VAX VMS or OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rsync-on-vax-vms-or-openvms/m-p/3080252#M472</link>
      <description>Hi Guys,&lt;BR /&gt;&lt;BR /&gt;   Thanks for the responses. At the moment the ftp mirror is the closest to what I am after at the moment, but it is still not as elegant as I like. &lt;BR /&gt;&lt;BR /&gt;The reason I am after something like rsync is for its smarts and security (tunnel via ssh). We're trying to get logs off a VMS server to a Unix host and parse it for error messages to generate alarms. Someone you might suggest getting some SNMP agent, but the applications on the VMS is custom s/w.&lt;BR /&gt;&lt;BR /&gt;Also the business is very unlikely want to spend the money for the system that will only be around for 12-15 months.&lt;BR /&gt;&lt;BR /&gt;If I can get the logs to a Unix server I can you the OVO agent to do the work.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;JKV</description>
      <pubDate>Tue, 30 Sep 2003 02:13:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rsync-on-vax-vms-or-openvms/m-p/3080252#M472</guid>
      <dc:creator>Jov</dc:creator>
      <dc:date>2003-09-30T02:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: rsync on VAX VMS or OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rsync-on-vax-vms-or-openvms/m-p/3080253#M473</link>
      <description>Hi JKV, perhaps this is useful  &lt;BR /&gt;&lt;A href="http://rsync.samba.org/" target="_blank"&gt;http://rsync.samba.org/&lt;/A&gt;&lt;BR /&gt;or directly&lt;BR /&gt;&lt;A href="http://ftp.samba.org/ftp/rsync/" target="_blank"&gt;http://ftp.samba.org/ftp/rsync/&lt;/A&gt;&lt;BR /&gt;Bye&lt;BR /&gt;Bruno&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Sep 2003 03:12:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rsync-on-vax-vms-or-openvms/m-p/3080253#M473</guid>
      <dc:creator>Bruno Ganino</dc:creator>
      <dc:date>2003-09-30T03:12:13Z</dc:date>
    </item>
  </channel>
</rss>

