<?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: Rsync - help required please in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-help-required-please/m-p/3428690#M205352</link>
    <description>Try&lt;BR /&gt;&lt;BR /&gt;$ rsync -avz -e remsh &lt;LOCAL_DIR&gt; &lt;REMOTE_HOST&gt;:&lt;REMOTE_DIR&gt;&lt;BR /&gt;&lt;BR /&gt;Add -n option for "dry run", i.e. only show what files would be transferred.&lt;BR /&gt;&lt;BR /&gt;man rsync for more examples.&lt;/REMOTE_DIR&gt;&lt;/REMOTE_HOST&gt;&lt;/LOCAL_DIR&gt;</description>
    <pubDate>Wed, 24 Nov 2004 00:51:07 GMT</pubDate>
    <dc:creator>Ermin Borovac</dc:creator>
    <dc:date>2004-11-24T00:51:07Z</dc:date>
    <item>
      <title>Rsync - help required please</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-help-required-please/m-p/3428688#M205350</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm trying to get to grips with rsync for the first time.   This is what I want to do, please can someone out there advise me of the correct syntax:&lt;BR /&gt;&lt;BR /&gt;- I want to copy new files and changes to existing files from one server to another.&lt;BR /&gt;- The destination directory will be the same on both servers.&lt;BR /&gt;- I do not want to copy across files that are identical&lt;BR /&gt;- I prefer to use remsh rather than ssh.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Tue, 23 Nov 2004 09:15:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-help-required-please/m-p/3428688#M205350</guid>
      <dc:creator>Gavin Stewart</dc:creator>
      <dc:date>2004-11-23T09:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Rsync - help required please</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-help-required-please/m-p/3428689#M205351</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Its third party . Try&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://samba.anu.edu.au/rsync/" target="_blank"&gt;http://samba.anu.edu.au/rsync/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.mikerubel.org/computers/rsync_snapshots/" target="_blank"&gt;http://www.mikerubel.org/computers/rsync_snapshots/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://sunsite.dk/info/guides/rsync/rsync-mirroring.html" target="_blank"&gt;http://sunsite.dk/info/guides/rsync/rsync-mirroring.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                  Steve Steel&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Nov 2004 10:16:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-help-required-please/m-p/3428689#M205351</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2004-11-23T10:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Rsync - help required please</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-help-required-please/m-p/3428690#M205352</link>
      <description>Try&lt;BR /&gt;&lt;BR /&gt;$ rsync -avz -e remsh &lt;LOCAL_DIR&gt; &lt;REMOTE_HOST&gt;:&lt;REMOTE_DIR&gt;&lt;BR /&gt;&lt;BR /&gt;Add -n option for "dry run", i.e. only show what files would be transferred.&lt;BR /&gt;&lt;BR /&gt;man rsync for more examples.&lt;/REMOTE_DIR&gt;&lt;/REMOTE_HOST&gt;&lt;/LOCAL_DIR&gt;</description>
      <pubDate>Wed, 24 Nov 2004 00:51:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-help-required-please/m-p/3428690#M205352</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2004-11-24T00:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Rsync - help required please</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rsync-help-required-please/m-p/3428691#M205353</link>
      <description>Hi Gavin&lt;BR /&gt;&lt;BR /&gt;We use "rsync" between two locations (Germany / Spain)to sync different servers.&lt;BR /&gt;You have to install rsync on source and target maschine.&lt;BR /&gt;&lt;BR /&gt;We use it with this options:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-a archiv mode (owner,permissions,group.....are not changed&lt;BR /&gt;-v verbose&lt;BR /&gt;-q quit&lt;BR /&gt;-z compressed&lt;BR /&gt;--delete (delete Files which are also deleted at the source )&lt;BR /&gt;&lt;BR /&gt;Syntax:&lt;BR /&gt;/usr/bin/rsync -avzq --delete /test/dir target_host:/test/  &lt;BR /&gt;&lt;BR /&gt;Make a test, and you will see how it works.&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Max</description>
      <pubDate>Wed, 24 Nov 2004 02:22:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rsync-help-required-please/m-p/3428691#M205353</guid>
      <dc:creator>Max Moll</dc:creator>
      <dc:date>2004-11-24T02:22:41Z</dc:date>
    </item>
  </channel>
</rss>

