<?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: copyng data in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/copyng-data/m-p/3472903#M212110</link>
    <description>If they are on the same network, you can use scp to copy the data&lt;BR /&gt;&lt;BR /&gt;scp -rp /source /target&lt;BR /&gt;&lt;BR /&gt;scp supports files bigger than 2G&lt;BR /&gt;&lt;BR /&gt;As does fbackup.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Thu, 27 Jan 2005 14:38:53 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2005-01-27T14:38:53Z</dc:date>
    <item>
      <title>copyng data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copyng-data/m-p/3472901#M212108</link>
      <description>Hi&lt;BR /&gt;I need to copy about 400gb of data from one va7400 to eva3000, I need to preserve the data in the VA7410. I will create the same  file system  structure in the EVA . I like to use cpio for copyng filesystems but there are two many files over 2GB size and cpio don`t support that , what command is as fast as cpio and can copy over 2GB file size and preserve the permission, owner, etc..&lt;BR /&gt;&lt;BR /&gt;Thanks for any help</description>
      <pubDate>Thu, 27 Jan 2005 14:29:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copyng-data/m-p/3472901#M212108</guid>
      <dc:creator>juan ramos_1</dc:creator>
      <dc:date>2005-01-27T14:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: copyng data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copyng-data/m-p/3472902#M212109</link>
      <description>If you are copying to tape, then use fbackup.&lt;BR /&gt; &lt;BR /&gt;If you are copying via network connection and are using "remsh" or "ssh" and no one file is over 2G, then you can still use "cpio". You may want to pipe the output through "dd".&lt;BR /&gt; &lt;BR /&gt;HTH&lt;BR /&gt; &lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Thu, 27 Jan 2005 14:37:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copyng-data/m-p/3472902#M212109</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2005-01-27T14:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: copyng data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copyng-data/m-p/3472903#M212110</link>
      <description>If they are on the same network, you can use scp to copy the data&lt;BR /&gt;&lt;BR /&gt;scp -rp /source /target&lt;BR /&gt;&lt;BR /&gt;scp supports files bigger than 2G&lt;BR /&gt;&lt;BR /&gt;As does fbackup.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 27 Jan 2005 14:38:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copyng-data/m-p/3472903#M212110</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-01-27T14:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: copyng data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copyng-data/m-p/3472904#M212111</link>
      <description>Hi Juan,&lt;BR /&gt;&lt;BR /&gt;This will take a few hours :-)&lt;BR /&gt;&lt;BR /&gt;# vxdump 0f - /orig|remsh target_server "(cd /copy;vxrestore rf -)"&lt;BR /&gt;&lt;BR /&gt;If you have enough free space left&lt;BR /&gt;&lt;BR /&gt;# /usr/local/bin/tar -cf - /orig | compress -c &amp;gt; /copy/data.tar.Z&lt;BR /&gt;&lt;BR /&gt;# rcp -p /copy/data.tar.Z target_server:/copy&lt;BR /&gt;&lt;BR /&gt;uncompress and tar.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Thu, 27 Jan 2005 14:43:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copyng-data/m-p/3472904#M212111</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2005-01-27T14:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: copyng data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copyng-data/m-p/3472905#M212112</link>
      <description>The Arrays are connected to the same server, I don`t have to use the network to copy from one to other.&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Jan 2005 14:45:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copyng-data/m-p/3472905#M212112</guid>
      <dc:creator>juan ramos_1</dc:creator>
      <dc:date>2005-01-27T14:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: copyng data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copyng-data/m-p/3472906#M212113</link>
      <description>vxdump -0 -f - -s 1000000 -b 16 /mount_point | (cd /copy_mount_point ; vxrestore rf -)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Thu, 27 Jan 2005 14:51:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copyng-data/m-p/3472906#M212113</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2005-01-27T14:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: copyng data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copyng-data/m-p/3472907#M212114</link>
      <description>If ssh won't do the copy its not the application. Its the filesystem not being set up on the target for largefiles.&lt;BR /&gt;&lt;BR /&gt;newfs -f vxfs -o largefiles&lt;BR /&gt;&lt;BR /&gt;or use fsadm to convert it.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 27 Jan 2005 15:10:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copyng-data/m-p/3472907#M212114</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-01-27T15:10:06Z</dc:date>
    </item>
  </channel>
</rss>

