<?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 dir copy in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dir-copy/m-p/4559659#M371561</link>
    <description>Hi i have system A and have to copy a dir worth 3000 mb to system B . A:/usr/mas to B:/usr/mas - what is the tar command that i can use for this purpose.I have created /usr/mas on host B. I have copy with permissions.&lt;BR /&gt;Thanks</description>
    <pubDate>Wed, 06 Jan 2010 20:28:49 GMT</pubDate>
    <dc:creator>navin</dc:creator>
    <dc:date>2010-01-06T20:28:49Z</dc:date>
    <item>
      <title>dir copy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dir-copy/m-p/4559659#M371561</link>
      <description>Hi i have system A and have to copy a dir worth 3000 mb to system B . A:/usr/mas to B:/usr/mas - what is the tar command that i can use for this purpose.I have created /usr/mas on host B. I have copy with permissions.&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 06 Jan 2010 20:28:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dir-copy/m-p/4559659#M371561</guid>
      <dc:creator>navin</dc:creator>
      <dc:date>2010-01-06T20:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: dir copy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dir-copy/m-p/4559660#M371562</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;use rsync for thi purpose.&lt;BR /&gt;&lt;BR /&gt;or tar cvfp some_file_name.tar /backup_dir,&lt;BR /&gt;&lt;BR /&gt;and you could transfer it and restore,&lt;BR /&gt;&lt;BR /&gt;scp -p 22 -r /backup_dir user@remote_server:/.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;there are many solutions.&lt;BR /&gt;&lt;BR /&gt;mikap</description>
      <pubDate>Wed, 06 Jan 2010 20:33:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dir-copy/m-p/4559660#M371562</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2010-01-06T20:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: dir copy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dir-copy/m-p/4559661#M371563</link>
      <description>B:/usr/mas ?? Is this a windows box?  What is B:?</description>
      <pubDate>Wed, 06 Jan 2010 21:49:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dir-copy/m-p/4559661#M371563</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2010-01-06T21:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: dir copy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dir-copy/m-p/4559662#M371564</link>
      <description>assuming you can mount /usr from one server to the other, the man page for tar shows:&lt;BR /&gt;&lt;BR /&gt;Use tar in a pipeline to copy the entire file system hierarchy under fromdir to todir: &lt;BR /&gt;&lt;BR /&gt;cd fromdir ; tar cf - . | ( cd todir ; tar xf - )&lt;BR /&gt;&lt;BR /&gt;similar things can be done over an ssh connection as well, I believe.  there should be an example of that here but I can't locate it at the moment</description>
      <pubDate>Wed, 06 Jan 2010 21:54:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dir-copy/m-p/4559662#M371564</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2010-01-06T21:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: dir copy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dir-copy/m-p/4559663#M371565</link>
      <description>check this thread for examples of tar over ssh, and tar pipelines&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1111049" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1111049&lt;/A&gt;</description>
      <pubDate>Wed, 06 Jan 2010 21:59:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dir-copy/m-p/4559663#M371565</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2010-01-06T21:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: dir copy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dir-copy/m-p/4559664#M371566</link>
      <description>ITRC member since: November 16, 2001  &lt;BR /&gt;&lt;BR /&gt;##&lt;BR /&gt;I have assigned points to   544  of   1414  responses to my questions.  &lt;BR /&gt;&lt;BR /&gt;##&lt;BR /&gt;Replies I have posted that were rated between 8-10 points: &lt;BR /&gt; &lt;BR /&gt;None &lt;BR /&gt;&lt;BR /&gt;##&lt;BR /&gt;&lt;BR /&gt;Replies I have posted that have yet to be rated, are rated N/A, or are rated between 1-7 points: &lt;BR /&gt; &lt;BR /&gt;SIX TOTAL&lt;BR /&gt;&lt;BR /&gt;##&lt;BR /&gt;&lt;BR /&gt;Dude, you can't do you're job.&lt;BR /&gt;&lt;BR /&gt;You live on this website depending upon others to complete your job, and you've done this since 2001 without assigning points to 870 people who took time out of their lives to help you keep you job.  I job that you're obviously failing at.&lt;BR /&gt;&lt;BR /&gt;You need to go back to those 870 people and assign points.&lt;BR /&gt;&lt;BR /&gt;You're terrible.</description>
      <pubDate>Fri, 08 Jan 2010 00:32:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dir-copy/m-p/4559664#M371566</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2010-01-08T00:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: dir copy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dir-copy/m-p/4559665#M371567</link>
      <description>&lt;!--!*#--&gt;&amp;gt; Dude, you can't do you're job.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I job that you're obviously failing at.&lt;BR /&gt;&lt;BR /&gt;Seems unlikely that neither of these should&lt;BR /&gt;say "your", doesn't it?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] 870 people [...]&lt;BR /&gt;&lt;BR /&gt;Count them again?  One response for each&lt;BR /&gt;individual person?  (Or: One individual&lt;BR /&gt;person for each response?)  Really?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Perhaps his time is worth more than yours.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; You're terrible.&lt;BR /&gt;&lt;BR /&gt;Many things are.</description>
      <pubDate>Fri, 08 Jan 2010 01:21:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dir-copy/m-p/4559665#M371567</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-01-08T01:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: dir copy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dir-copy/m-p/4559666#M371568</link>
      <description>Steven, you are such a bore when you forget to take your Thorazin</description>
      <pubDate>Fri, 08 Jan 2010 03:04:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dir-copy/m-p/4559666#M371568</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2010-01-08T03:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: dir copy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dir-copy/m-p/4559667#M371569</link>
      <description>Must we stoop to personal attacks, yet again?  This adds absolutely NO VALUE to this thread!</description>
      <pubDate>Fri, 08 Jan 2010 03:57:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dir-copy/m-p/4559667#M371569</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2010-01-08T03:57:18Z</dc:date>
    </item>
  </channel>
</rss>

