<?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: how mv data tree up one dir ? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-mv-data-tree-up-one-dir/m-p/4356715#M345560</link>
    <description>Or remove /app/app amd fix your rsync command:&lt;BR /&gt;&lt;BR /&gt;# /usr/bin/rsync -avz -e ssh --rsync-path=/usr/bin/rsync /app/* host1:/app&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Wed, 11 Feb 2009 17:00:05 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2009-02-11T17:00:05Z</dc:date>
    <item>
      <title>how mv data tree up one dir ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-mv-data-tree-up-one-dir/m-p/4356711#M345556</link>
      <description>HP-UX B.11.31 U ia64 hp server rx7640&lt;BR /&gt;#####################################&lt;BR /&gt;wanted to cp data :&lt;BR /&gt;from host:/app&lt;BR /&gt;to host1:/app&lt;BR /&gt;####################################&lt;BR /&gt;&lt;BR /&gt;used the following cmd on host :&lt;BR /&gt;# /usr/bin/rsync -avz -e ssh --rsync-path=/usr/bin/rsync /app host1:/app&lt;BR /&gt;####################################&lt;BR /&gt;&lt;BR /&gt;result was on host1 it now has&lt;BR /&gt;host1:/app/app&lt;BR /&gt;&lt;BR /&gt;with all the data under /app/app&lt;BR /&gt;&lt;BR /&gt;How do I move the data so it's only host1:/app&lt;BR /&gt;?</description>
      <pubDate>Wed, 11 Feb 2009 16:48:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-mv-data-tree-up-one-dir/m-p/4356711#M345556</guid>
      <dc:creator>Jerry_109</dc:creator>
      <dc:date>2009-02-11T16:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: how mv data tree up one dir ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-mv-data-tree-up-one-dir/m-p/4356712#M345557</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;cd /app&lt;BR /&gt;mv app ../app1&lt;BR /&gt;cd /&lt;BR /&gt;Anything else in /app ? if no:&lt;BR /&gt;rm -r /app&lt;BR /&gt;mv app1 app&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Volkmar&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Feb 2009 16:54:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-mv-data-tree-up-one-dir/m-p/4356712#M345557</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2009-02-11T16:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: how mv data tree up one dir ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-mv-data-tree-up-one-dir/m-p/4356713#M345558</link>
      <description>On host:&lt;BR /&gt;&lt;BR /&gt;mv /app /app_bad&lt;BR /&gt;mv /app_bad/app /&lt;BR /&gt;rmdir /app_bad&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;mv /app/app/* /app&lt;BR /&gt;rmdir /app/app&lt;BR /&gt;&lt;BR /&gt;I prefer the first because it does not have to deal with individual files.&lt;BR /&gt;&lt;BR /&gt;Hein&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Feb 2009 16:55:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-mv-data-tree-up-one-dir/m-p/4356713#M345558</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2009-02-11T16:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: how mv data tree up one dir ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-mv-data-tree-up-one-dir/m-p/4356714#M345559</link>
      <description>You need to put a trailing '/' on your directory names.  &lt;BR /&gt;&lt;BR /&gt;# /usr/bin/rsync -avz -e ssh --rsync-path=/usr/bin/rsync /app/ host1:/app/&lt;BR /&gt;&lt;BR /&gt;It makes a big difference.  The rsync man page goes into some detail on this difference.</description>
      <pubDate>Wed, 11 Feb 2009 16:56:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-mv-data-tree-up-one-dir/m-p/4356714#M345559</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-02-11T16:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: how mv data tree up one dir ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-mv-data-tree-up-one-dir/m-p/4356715#M345560</link>
      <description>Or remove /app/app amd fix your rsync command:&lt;BR /&gt;&lt;BR /&gt;# /usr/bin/rsync -avz -e ssh --rsync-path=/usr/bin/rsync /app/* host1:/app&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 11 Feb 2009 17:00:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-mv-data-tree-up-one-dir/m-p/4356715#M345560</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2009-02-11T17:00:05Z</dc:date>
    </item>
  </channel>
</rss>

