<?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 Best way to copy directories with big files (&amp;gt;8GB) in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/best-way-to-copy-directories-with-big-files-gt-8gb/m-p/3392799#M199451</link>
    <description>Hello, &lt;BR /&gt;&lt;BR /&gt;What is the best way to copy directories around&lt;BR /&gt;with large files (bigger than 8GB) on HP-UX 11.00 &lt;BR /&gt;onwards on vxfs with largefiles support? &lt;BR /&gt;I would like to preserve&lt;BR /&gt;devs/links/perms/owner/times, etc. &lt;BR /&gt;All of tar/pax/cpio utilies seem to have&lt;BR /&gt;file size restrictions that prevent OOTB&lt;BR /&gt;operation and leave the big files behind. &lt;BR /&gt;&lt;BR /&gt;Thank's &amp;amp; best Regards, &lt;BR /&gt;Arnold Sutter</description>
    <pubDate>Mon, 04 Oct 2004 10:59:11 GMT</pubDate>
    <dc:creator>noldi</dc:creator>
    <dc:date>2004-10-04T10:59:11Z</dc:date>
    <item>
      <title>Best way to copy directories with big files (&gt;8GB)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/best-way-to-copy-directories-with-big-files-gt-8gb/m-p/3392799#M199451</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;What is the best way to copy directories around&lt;BR /&gt;with large files (bigger than 8GB) on HP-UX 11.00 &lt;BR /&gt;onwards on vxfs with largefiles support? &lt;BR /&gt;I would like to preserve&lt;BR /&gt;devs/links/perms/owner/times, etc. &lt;BR /&gt;All of tar/pax/cpio utilies seem to have&lt;BR /&gt;file size restrictions that prevent OOTB&lt;BR /&gt;operation and leave the big files behind. &lt;BR /&gt;&lt;BR /&gt;Thank's &amp;amp; best Regards, &lt;BR /&gt;Arnold Sutter</description>
      <pubDate>Mon, 04 Oct 2004 10:59:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/best-way-to-copy-directories-with-big-files-gt-8gb/m-p/3392799#M199451</guid>
      <dc:creator>noldi</dc:creator>
      <dc:date>2004-10-04T10:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to copy directories with big files (&gt;8GB)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/best-way-to-copy-directories-with-big-files-gt-8gb/m-p/3392800#M199452</link>
      <description>I would say cpio or pax. &lt;BR /&gt;&lt;BR /&gt;pax -rw olddir newdir &lt;BR /&gt;&lt;BR /&gt;find . -xdev -print | cpio -pdmuv /targetdir&lt;BR /&gt;&lt;BR /&gt;This shall be taking care of your query. &lt;BR /&gt;Also you can use fbackup, frecover combination for faster copy. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Prashant&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Oct 2004 11:04:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/best-way-to-copy-directories-with-big-files-gt-8gb/m-p/3392800#M199452</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2004-10-04T11:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to copy directories with big files (&gt;8GB)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/best-way-to-copy-directories-with-big-files-gt-8gb/m-p/3392801#M199453</link>
      <description>Fbackup/frecover is probably your best bet although it is HP-UX specific.</description>
      <pubDate>Mon, 04 Oct 2004 11:04:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/best-way-to-copy-directories-with-big-files-gt-8gb/m-p/3392801#M199453</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-10-04T11:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to copy directories with big files (&gt;8GB)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/best-way-to-copy-directories-with-big-files-gt-8gb/m-p/3392802#M199454</link>
      <description>If you have network connectivity between the boxes, openssh/secureshell can do the job without size limitations.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA" target="_blank"&gt;http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;scp -pr source destination&lt;BR /&gt;&lt;BR /&gt;That will try to preserve permissions and do a recursive copy.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Oct 2004 11:11:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/best-way-to-copy-directories-with-big-files-gt-8gb/m-p/3392802#M199454</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-10-04T11:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to copy directories with big files (&gt;8GB)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/best-way-to-copy-directories-with-big-files-gt-8gb/m-p/3392803#M199455</link>
      <description>pax seems to have 2 personalities, &lt;BR /&gt;cpio and ustar. Both seem to leave&lt;BR /&gt;big files behind (similar to vanilla&lt;BR /&gt;tar). Especially, files larger than&lt;BR /&gt;8GB were not copied. &lt;BR /&gt;&lt;BR /&gt;On the other hand, fbackup/frecover&lt;BR /&gt;could be an alternative. &lt;BR /&gt;&lt;BR /&gt;I usually use this command:&lt;BR /&gt;"cd /from; tar cf - . | (cd /to; tar xpf -)"&lt;BR /&gt;&lt;BR /&gt;How would this command be translated&lt;BR /&gt;to fbackup/frecover? &lt;BR /&gt;&lt;BR /&gt;Thank's again &amp;amp; Regards, &lt;BR /&gt;&lt;BR /&gt;Arnold</description>
      <pubDate>Mon, 04 Oct 2004 11:12:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/best-way-to-copy-directories-with-big-files-gt-8gb/m-p/3392803#M199455</guid>
      <dc:creator>noldi</dc:creator>
      <dc:date>2004-10-04T11:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to copy directories with big files (&gt;8GB)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/best-way-to-copy-directories-with-big-files-gt-8gb/m-p/3392804#M199456</link>
      <description>If you are going to use cpio, get the GNU version. You won't have to worrt about files greater than 2GB&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Oct 2004 11:32:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/best-way-to-copy-directories-with-big-files-gt-8gb/m-p/3392804#M199456</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2004-10-04T11:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to copy directories with big files (&gt;8GB)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/best-way-to-copy-directories-with-big-files-gt-8gb/m-p/3392805#M199457</link>
      <description>How about with vxdump/vxrestore?&lt;BR /&gt;&lt;BR /&gt;If between servers, then you would have to nfs mount.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;&lt;BR /&gt;vxdump -0 -f - -s 1000000 -b 16 /export/usr/sap/trans | (cd /mnt/usr/sap/trans ; vxrestore rf -)&amp;amp;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 04 Oct 2004 12:07:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/best-way-to-copy-directories-with-big-files-gt-8gb/m-p/3392805#M199457</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-10-04T12:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to copy directories with big files (&gt;8GB)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/best-way-to-copy-directories-with-big-files-gt-8gb/m-p/3392806#M199458</link>
      <description>I looked into this and the following could be used:&lt;BR /&gt;&lt;BR /&gt;fbackup -f /dev/rmt/x &lt;FILE&gt;&lt;BR /&gt;&lt;BR /&gt;There are several options that can be used so check out the man pages&lt;BR /&gt;&lt;BR /&gt;use frecover to retrieve the data.  &lt;BR /&gt;&lt;BR /&gt;Also sam has a backup utility which uses fbackup.&lt;BR /&gt;&lt;BR /&gt;hope this helps&lt;/FILE&gt;</description>
      <pubDate>Mon, 04 Oct 2004 15:37:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/best-way-to-copy-directories-with-big-files-gt-8gb/m-p/3392806#M199458</guid>
      <dc:creator>lawrenzo</dc:creator>
      <dc:date>2004-10-04T15:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to copy directories with big files (&gt;8GB)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/best-way-to-copy-directories-with-big-files-gt-8gb/m-p/3392807#M199459</link>
      <description>Try this Arnold,&lt;BR /&gt;&lt;BR /&gt;# cd /target&lt;BR /&gt;# fbackup -vf - -i /source1 | frecover -rXvf -</description>
      <pubDate>Mon, 04 Oct 2004 16:07:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/best-way-to-copy-directories-with-big-files-gt-8gb/m-p/3392807#M199459</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-10-04T16:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to copy directories with big files (&gt;8GB)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/best-way-to-copy-directories-with-big-files-gt-8gb/m-p/3392808#M199460</link>
      <description>Thanks to all who replied. &lt;BR /&gt;&lt;BR /&gt;The following command worked for us with &lt;BR /&gt;reasonable performance, regardless of file&lt;BR /&gt;size: &lt;BR /&gt;&lt;BR /&gt;# cd /source&lt;BR /&gt;# fbackup -f - -i . | (cd /dest; frecover -rXf -)&lt;BR /&gt;&lt;BR /&gt;Best Regards, &lt;BR /&gt;&lt;BR /&gt;Anrold Sutter</description>
      <pubDate>Tue, 05 Oct 2004 05:59:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/best-way-to-copy-directories-with-big-files-gt-8gb/m-p/3392808#M199460</guid>
      <dc:creator>noldi</dc:creator>
      <dc:date>2004-10-05T05:59:11Z</dc:date>
    </item>
  </channel>
</rss>

