<?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: &amp;quot;Mirror&amp;quot; some directories of 1st disk into 2nd disk? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-mirror-quot-some-directories-of-1st-disk-into-2nd-disk/m-p/3028397#M910141</link>
    <description>Hi Massimo,&lt;BR /&gt;I'll try your sugguestion.&lt;BR /&gt;Thanks,&lt;BR /&gt;NDQ</description>
    <pubDate>Mon, 21 Jul 2003 08:27:02 GMT</pubDate>
    <dc:creator>NDQ_1</dc:creator>
    <dc:date>2003-07-21T08:27:02Z</dc:date>
    <item>
      <title>"Mirror" some directories of 1st disk into 2nd disk?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-mirror-quot-some-directories-of-1st-disk-into-2nd-disk/m-p/3028391#M910135</link>
      <description>Hi all,&lt;BR /&gt;I'm newbie with HP-UX admin.&lt;BR /&gt;&lt;BR /&gt;We have 2 workstations with HP-UX 11.00. In the 1st, we have some directories which contain working data. I would like to make a "copy" of some directories in the 1st workstation in the 2nd. So I'm looking for a program with cron job to copy updated files (not all files) from 1st to 2nd every night, it's  possible ? &lt;BR /&gt;If yes, how to do that please ?&lt;BR /&gt;&lt;BR /&gt;Thank you very much,&lt;BR /&gt;Regards,&lt;BR /&gt;NDQ</description>
      <pubDate>Mon, 21 Jul 2003 07:19:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-mirror-quot-some-directories-of-1st-disk-into-2nd-disk/m-p/3028391#M910135</guid>
      <dc:creator>NDQ_1</dc:creator>
      <dc:date>2003-07-21T07:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: "Mirror" some directories of 1st disk into 2nd disk?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-mirror-quot-some-directories-of-1st-disk-into-2nd-disk/m-p/3028392#M910136</link>
      <description>If you have Mirror/UX installed, you can mirror LVs on a VG into another VG:&lt;BR /&gt;&lt;BR /&gt;1) &lt;BR /&gt;# lvextend -m 1 /dev/vg03/lvol12 /dev/dsk/c5t2d0&lt;BR /&gt;# lvextend -m 1 /dev/vg03/lvol13 /dev/dsk/c5t2d0&lt;BR /&gt;&lt;BR /&gt;2) vgcfgbackup /dev/vg03&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Jul 2003 07:57:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-mirror-quot-some-directories-of-1st-disk-into-2nd-disk/m-p/3028392#M910136</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-07-21T07:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: "Mirror" some directories of 1st disk into 2nd disk?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-mirror-quot-some-directories-of-1st-disk-into-2nd-disk/m-p/3028393#M910137</link>
      <description>Hi,&lt;BR /&gt;i suggest you to use rsync, a free enhancement of rcp, that can do incremental copy, and is very fast.&lt;BR /&gt;&lt;BR /&gt;Free download at&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/" target="_blank"&gt;http://hpux.connect.org.uk/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and very easily scriptable. Must ne installed on both nodes, but it wortch it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;  Massimo&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Jul 2003 08:05:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-mirror-quot-some-directories-of-1st-disk-into-2nd-disk/m-p/3028393#M910137</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-07-21T08:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: "Mirror" some directories of 1st disk into 2nd disk?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-mirror-quot-some-directories-of-1st-disk-into-2nd-disk/m-p/3028394#M910138</link>
      <description>Sorry for wrong explanation, I mean that we can use "lvextend" to mirror a LV on disk1 into disk2, both disk1 and disk2 already belonged to the sam VG. &lt;BR /&gt;No point please!</description>
      <pubDate>Mon, 21 Jul 2003 08:09:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-mirror-quot-some-directories-of-1st-disk-into-2nd-disk/m-p/3028394#M910138</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-07-21T08:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: "Mirror" some directories of 1st disk into 2nd disk?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-mirror-quot-some-directories-of-1st-disk-into-2nd-disk/m-p/3028395#M910139</link>
      <description>Hi,&lt;BR /&gt;if you wuold go with rsync, here is an example of the sintax:&lt;BR /&gt;&lt;BR /&gt;on DEST_SERVER &lt;BR /&gt;# cd /new/destination/directory&lt;BR /&gt;# /tmp/rsync64 -azvHgDSx --rsync-path=/tmp/rsync64 -P &lt;BR /&gt;IP.OF.OTHER.SERVER:$PWD/. .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I specified /tmp/rsync64 because that was the path in which the executable was put, and was built ad hoc.&lt;BR /&gt;&lt;BR /&gt;Massimo&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Jul 2003 08:12:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-mirror-quot-some-directories-of-1st-disk-into-2nd-disk/m-p/3028395#M910139</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-07-21T08:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: "Mirror" some directories of 1st disk into 2nd disk?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-mirror-quot-some-directories-of-1st-disk-into-2nd-disk/m-p/3028396#M910140</link>
      <description>Another option would be to use NFS.&lt;BR /&gt;It would probably be the easiest way.&lt;BR /&gt;&lt;BR /&gt;man exports (for how to configure the sharing)&lt;BR /&gt;&lt;BR /&gt;I would recomend find and cpio for the copy part.&lt;BR /&gt;&lt;BR /&gt;(example on how it could look : find /source -print |cpio -pdumv /destination)&lt;BR /&gt;&lt;BR /&gt;man find &lt;BR /&gt;man cpio &lt;BR /&gt;&lt;BR /&gt;and you will probably need to learn som basic scripting.&lt;BR /&gt;&lt;BR /&gt;man ksh or sh &lt;BR /&gt;&lt;BR /&gt;and offcource how to use crontab:&lt;BR /&gt;&lt;BR /&gt;man crontab&lt;BR /&gt;&lt;BR /&gt;happy reading =)&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Jul 2003 08:13:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-mirror-quot-some-directories-of-1st-disk-into-2nd-disk/m-p/3028396#M910140</guid>
      <dc:creator>jim bidebo</dc:creator>
      <dc:date>2003-07-21T08:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: "Mirror" some directories of 1st disk into 2nd disk?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-mirror-quot-some-directories-of-1st-disk-into-2nd-disk/m-p/3028397#M910141</link>
      <description>Hi Massimo,&lt;BR /&gt;I'll try your sugguestion.&lt;BR /&gt;Thanks,&lt;BR /&gt;NDQ</description>
      <pubDate>Mon, 21 Jul 2003 08:27:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-mirror-quot-some-directories-of-1st-disk-into-2nd-disk/m-p/3028397#M910141</guid>
      <dc:creator>NDQ_1</dc:creator>
      <dc:date>2003-07-21T08:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: "Mirror" some directories of 1st disk into 2nd disk?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-mirror-quot-some-directories-of-1st-disk-into-2nd-disk/m-p/3028398#M910142</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You also have a "standard" powerfull tool to do it on all HP-UX systems : rdist. Have a look to the man pages.&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Tue, 22 Jul 2003 09:18:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-mirror-quot-some-directories-of-1st-disk-into-2nd-disk/m-p/3028398#M910142</guid>
      <dc:creator>Jean-Louis Phelix</dc:creator>
      <dc:date>2003-07-22T09:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: "Mirror" some directories of 1st disk into 2nd disk?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-mirror-quot-some-directories-of-1st-disk-into-2nd-disk/m-p/3028399#M910143</link>
      <description>comming in late.....&lt;BR /&gt;&lt;BR /&gt;rsync is OK (but I could not get it to work using port method but it was fine using rcp)&lt;BR /&gt;&lt;BR /&gt;How about a cron job using the following...&lt;BR /&gt;&lt;BR /&gt;On target mc&lt;BR /&gt;# cd &lt;TARGET_DIR&gt;; remsh &lt;SRC_MC&gt; "cd &lt;PARENT_DIR&gt; | gzip -" | gunzip - | tar xf -&lt;BR /&gt;&lt;BR /&gt;What it does is tar, gzip, gunzip &amp;amp; untar the info in one go over the network.  It is no less secure than rsync as you need equivalences for both (though you can use ssh for rsync)&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Tim&lt;/PARENT_DIR&gt;&lt;/SRC_MC&gt;&lt;/TARGET_DIR&gt;</description>
      <pubDate>Tue, 22 Jul 2003 09:41:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-mirror-quot-some-directories-of-1st-disk-into-2nd-disk/m-p/3028399#M910143</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2003-07-22T09:41:29Z</dc:date>
    </item>
  </channel>
</rss>

