<?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: directory synchronization in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-synchronization/m-p/2500349#M882933</link>
    <description>I also recommend rsync.  It's especially good at transferring only the data needed to keep each side in sync.  You'll need gcc (or, if you have it, you can probably use HP's ANSI c) to compile it.  You can get gcc from &lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Gnu/gcc-2.95.2/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Gnu/gcc-2.95.2/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Be sure you grab the binutils dependency as well.</description>
    <pubDate>Fri, 02 Mar 2001 15:00:54 GMT</pubDate>
    <dc:creator>James A. Donovan</dc:creator>
    <dc:date>2001-03-02T15:00:54Z</dc:date>
    <item>
      <title>directory synchronization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-synchronization/m-p/2500346#M882930</link>
      <description>Here is my problem,&lt;BR /&gt;I need to share 20 Gigs of data to my sister plant acrross the country and I only have a 384 pipe line. By using nfs mount the speed is very slow to access the data, so I want to dump a full copy of the data to the second location. I need to keep this data in sync with my local data so I want to only give them new files or files that have been modified. I will rcp the data during off hours but how can I compare the two differant volumes and give the second location modified or new files only. I do not have an oracle data base so can I get constructive and do this with the find comand?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Mar 2001 14:07:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-synchronization/m-p/2500346#M882930</guid>
      <dc:creator>Bruce Vanderford_1</dc:creator>
      <dc:date>2001-03-02T14:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: directory synchronization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-synchronization/m-p/2500347#M882931</link>
      <description>Hi,&lt;BR /&gt;I would try to use pax to do what you want since its capable of creating new archive with only what has been modified, well I think have a look at man pax&lt;BR /&gt;Good luck&lt;BR /&gt;Victor</description>
      <pubDate>Fri, 02 Mar 2001 14:18:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-synchronization/m-p/2500347#M882931</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2001-03-02T14:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: directory synchronization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-synchronization/m-p/2500348#M882932</link>
      <description>I would use rsync which does a similar thing.&lt;BR /&gt;&lt;BR /&gt;Look in &lt;A href="http://rsync.samba.org/" target="_blank"&gt;http://rsync.samba.org/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Fri, 02 Mar 2001 14:35:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-synchronization/m-p/2500348#M882932</guid>
      <dc:creator>Mike Williams_3</dc:creator>
      <dc:date>2001-03-02T14:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: directory synchronization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-synchronization/m-p/2500349#M882933</link>
      <description>I also recommend rsync.  It's especially good at transferring only the data needed to keep each side in sync.  You'll need gcc (or, if you have it, you can probably use HP's ANSI c) to compile it.  You can get gcc from &lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Gnu/gcc-2.95.2/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Gnu/gcc-2.95.2/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Be sure you grab the binutils dependency as well.</description>
      <pubDate>Fri, 02 Mar 2001 15:00:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-synchronization/m-p/2500349#M882933</guid>
      <dc:creator>James A. Donovan</dc:creator>
      <dc:date>2001-03-02T15:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: directory synchronization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-synchronization/m-p/2500350#M882934</link>
      <description>I would look into rdist.  This works well for keeping two directories in sync.  Do "man rdist"</description>
      <pubDate>Fri, 02 Mar 2001 15:05:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-synchronization/m-p/2500350#M882934</guid>
      <dc:creator>Tom Danzig</dc:creator>
      <dc:date>2001-03-02T15:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: directory synchronization</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-synchronization/m-p/2500351#M882935</link>
      <description>rsync is good, but I would suggest rdist is far better in this situation.  It allows you to create a map of specific files/directories and will not retransmit files that are already in sync.  It also has the ability to remotely spawn a script or other program to perform any special processing you may want performed on a file after it has been transmitted.  The PD version has a few more capabilities that the HPUX version does not and has the ability to move data between different unix flavors.</description>
      <pubDate>Fri, 02 Mar 2001 16:14:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-synchronization/m-p/2500351#M882935</guid>
      <dc:creator>Tim Malnati</dc:creator>
      <dc:date>2001-03-02T16:14:02Z</dc:date>
    </item>
  </channel>
</rss>

