<?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: Copy 50GB data in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-50gb-data/m-p/4340011#M343441</link>
    <description>Thousands of files, and maybe 20% of them change frequently....</description>
    <pubDate>Mon, 19 Jan 2009 16:51:21 GMT</pubDate>
    <dc:creator>hp_user_1</dc:creator>
    <dc:date>2009-01-19T16:51:21Z</dc:date>
    <item>
      <title>Copy 50GB data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-50gb-data/m-p/4340000#M343430</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I need to copy 50GB of data from one file system to another on the same 7410 server running 11iv1. Both file systems are in DMX3, but in different LVM volume groups. I tried cp, but after copying ~2gb it became extremely slow (~3MB/min). I know cpio, rsync, tar, etc. are available, but need advice.&lt;BR /&gt;&lt;BR /&gt;We also tried backup and restore with NetWorker and it took almost 15 hours, which is unacceptable to the customer.&lt;BR /&gt;&lt;BR /&gt;Points will be awarded.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Sun, 18 Jan 2009 23:09:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-50gb-data/m-p/4340000#M343430</guid>
      <dc:creator>hp_user_1</dc:creator>
      <dc:date>2009-01-18T23:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Copy 50GB data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-50gb-data/m-p/4340001#M343431</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Like to add some more info.&lt;BR /&gt;&lt;BR /&gt;I tried with "cp -rp source destination" and was able to copy 2gb in about 2 hours. There were two instances where cp copied ~900MB in 2 minutes, otherwise the speed range was between 2MB and 10MB most of the time.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Sun, 18 Jan 2009 23:21:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-50gb-data/m-p/4340001#M343431</guid>
      <dc:creator>hp_user_1</dc:creator>
      <dc:date>2009-01-18T23:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: Copy 50GB data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-50gb-data/m-p/4340002#M343432</link>
      <description>Did you try 'dd'? It may be faster. Try with a sample file first.&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Jan 2009 02:46:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-50gb-data/m-p/4340002#M343432</guid>
      <dc:creator>Venkatesh BL</dc:creator>
      <dc:date>2009-01-19T02:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: Copy 50GB data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-50gb-data/m-p/4340003#M343433</link>
      <description>Is the 50Gb all of the data? If so, why not mirror it on the frame? Make the 2nd file system a BCV of the first?</description>
      <pubDate>Mon, 19 Jan 2009 03:11:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-50gb-data/m-p/4340003#M343433</guid>
      <dc:creator>Mark McDonald_2</dc:creator>
      <dc:date>2009-01-19T03:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Copy 50GB data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-50gb-data/m-p/4340004#M343434</link>
      <description>The BCV copy is not an option. Also this is one time requirement.&lt;BR /&gt;&lt;BR /&gt;Only option available is to copy it at the OS level, as NetWorker is too slow. cp gets slower overtime, don't know why. I changed certain parameters on the destination fs with vxtunefs, but not luck.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 19 Jan 2009 12:50:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-50gb-data/m-p/4340004#M343434</guid>
      <dc:creator>hp_user_1</dc:creator>
      <dc:date>2009-01-19T12:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: Copy 50GB data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-50gb-data/m-p/4340005#M343435</link>
      <description>&amp;gt; I tried cp, but after copying ~2gb it became extremely slow (~3MB/min)&lt;BR /&gt;&amp;gt; 2gb in about 2 hours...&lt;BR /&gt;&amp;gt; cp copied ~900MB in 2 minutes&lt;BR /&gt;&lt;BR /&gt;This fluctuation in your copying process may be the result a several scenarios&lt;BR /&gt;1. You may have soft or hard read/write errors that only manifest in certain times or disk areas. Check the server logs for any errors. Look for SCSI errors (lbolt) or read errors. Check your source copy area for read errors and your target copy area for write errors using dd commands.&lt;BR /&gt;2. Your LVM volumes/filessytems have hot i/o spots. This depends on the LV and PV layout on your server as well as the LUN setup in the disk array.&lt;BR /&gt;3. Your server may be running our of resources after the copying starts. Check you memory usage, disk and swap utilization etc. Use glance if you have it or top, sar, swapinfo etc.</description>
      <pubDate>Mon, 19 Jan 2009 13:08:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-50gb-data/m-p/4340005#M343435</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2009-01-19T13:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: Copy 50GB data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-50gb-data/m-p/4340006#M343436</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;can u give a try to fbackup / frecover using s config file!!!!!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;sujit</description>
      <pubDate>Mon, 19 Jan 2009 13:08:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-50gb-data/m-p/4340006#M343436</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-01-19T13:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Copy 50GB data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-50gb-data/m-p/4340007#M343437</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Options:&lt;BR /&gt;&lt;BR /&gt;1) scp -rp via the NIC card. That should not slow down.&lt;BR /&gt;2) Connect the arrays and use array utilities. (Not an option on the 7410 I think)&lt;BR /&gt;3) fbackup, carry the tape, frecover&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 19 Jan 2009 13:28:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-50gb-data/m-p/4340007#M343437</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-01-19T13:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Copy 50GB data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-50gb-data/m-p/4340008#M343438</link>
      <description>The source and destination file systems are both on the same server...</description>
      <pubDate>Mon, 19 Jan 2009 14:25:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-50gb-data/m-p/4340008#M343438</guid>
      <dc:creator>hp_user_1</dc:creator>
      <dc:date>2009-01-19T14:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: Copy 50GB data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-50gb-data/m-p/4340009#M343439</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I think there is no much of tuning possible, when the two LVs do already exist.&lt;BR /&gt;Is the data you want to copy the whole content of the filesystem?&lt;BR /&gt;&lt;BR /&gt;Always possible:&lt;BR /&gt;cd Parentdir&lt;BR /&gt;find dir | cpio -pud /target/directory&lt;BR /&gt;&lt;BR /&gt;Whole filesystem:&lt;BR /&gt;cd /target/directory&lt;BR /&gt;vxdump 0f - /file/system | vxrestore xf -&lt;BR /&gt;&lt;BR /&gt;mfG Peter</description>
      <pubDate>Mon, 19 Jan 2009 15:04:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-50gb-data/m-p/4340009#M343439</guid>
      <dc:creator>Peter Nikitka</dc:creator>
      <dc:date>2009-01-19T15:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: Copy 50GB data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-50gb-data/m-p/4340010#M343440</link>
      <description>What kind of data are you copying? If you're talking about thousands of files and only a small percentage of them actually change from one time to another, use rsync and you'll save lots of time. Just rsync once, stop your application, then rsync again to copy your delta, and restart your app on the new filesystem.&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Jan 2009 16:41:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-50gb-data/m-p/4340010#M343440</guid>
      <dc:creator>Olivier Masse</dc:creator>
      <dc:date>2009-01-19T16:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Copy 50GB data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-50gb-data/m-p/4340011#M343441</link>
      <description>Thousands of files, and maybe 20% of them change frequently....</description>
      <pubDate>Mon, 19 Jan 2009 16:51:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-50gb-data/m-p/4340011#M343441</guid>
      <dc:creator>hp_user_1</dc:creator>
      <dc:date>2009-01-19T16:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: Copy 50GB data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-50gb-data/m-p/4340012#M343442</link>
      <description>Need to copy one directory structure only, and not the whole file system.`</description>
      <pubDate>Mon, 19 Jan 2009 16:52:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-50gb-data/m-p/4340012#M343442</guid>
      <dc:creator>hp_user_1</dc:creator>
      <dc:date>2009-01-19T16:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: Copy 50GB data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-50gb-data/m-p/4340013#M343443</link>
      <description>hello,&lt;BR /&gt;&lt;BR /&gt;as this is local copy even cp and cpio, tar shall take a lot of time to backup or copy or restore.&lt;BR /&gt;&lt;BR /&gt;dd or vdump as i feel u cannot use in this case as u are not to copy an entire LV or a Mounted LV.&lt;BR /&gt;&lt;BR /&gt;dd would have been surely faster with an optimal and big Block Size specified.&lt;BR /&gt;&lt;BR /&gt;i think u can go with the help of a fbackup and frecover with a config file. That shall help u open multiple readers processes in the memory and also help u make the use of fastness of fbackup by specifying a big block size hopefully.&lt;BR /&gt;&lt;BR /&gt;cant tell of other backup softwaRE but Data Protector would have been really handy in this case.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;however, using fbackup with a config file, u can achieve a better performance in backup and restoration, u can try like this.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;u can have a look at the thread given below and read the post of JRF&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1232392329851+28353475&amp;amp;threadId=1296457" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1232392329851+28353475&amp;amp;threadId=1296457&lt;/A&gt;\&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and see this thread &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=815533" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=815533&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;see the last as Bob Brown says:&lt;BR /&gt;&lt;BR /&gt;Feb 17, 2005 11:56:37 GMT    N/A: Question Author   &lt;BR /&gt;&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;Well...I experimented and got MUCH better results. I'm up to &amp;gt;40GB/hour right now.&lt;BR /&gt;&lt;BR /&gt;I set blocksperrecord to 8192,&lt;BR /&gt;records to 64,&lt;BR /&gt;checkpointfreq to 4096&lt;BR /&gt;&lt;BR /&gt;Those made the biggest difference.&lt;BR /&gt;&lt;BR /&gt;-Bob &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;u can achieve this by creating a config file for fbackup like this &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#vi /tmp/fback.config&lt;BR /&gt;&lt;BR /&gt;blocksperrecord 4096                             ---- or 8192 ..... bob got a good result almost 40 GB /hr on Ultrium tape&lt;BR /&gt;records 64&lt;BR /&gt;checkpointfreq 4096&lt;BR /&gt;readerprocesses 6&lt;BR /&gt;maxretries 5&lt;BR /&gt;retrylimit 5000000&lt;BR /&gt;maxvoluses 200&lt;BR /&gt;filesperfsm 2000&lt;BR /&gt;&lt;BR /&gt;save and exit.&lt;BR /&gt;&lt;BR /&gt;then use this config file to take a backup.&lt;BR /&gt;&lt;BR /&gt;#fbackup -0vf /dev/rmt/0m -c /tmp/fback.config -i /&lt;DIRESTORY_PATH_TO_BE_INCLUDED_IN_FULL_BACKUP&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;here 0 mens full backup.&lt;BR /&gt;-f /dev/rmt/om is he device file of the Tape Drive.&lt;BR /&gt;-c /tmp/fnack.config is the config file.&lt;BR /&gt;-i /&lt;PATH&gt; is the directory u wish to take a backup.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and while restoring the same,&lt;BR /&gt;&lt;BR /&gt;rewind the tape:&lt;BR /&gt;&lt;BR /&gt;#mt -t /dev/rmt/0m rewind&lt;BR /&gt;go to the directory u wish to recover&lt;BR /&gt;&lt;BR /&gt;#cd /test &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;say &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#frecover -rvX -f /dev/rmt/0m -c /tmp/fback.config &lt;BR /&gt;&lt;BR /&gt;or #frecover -xvX -f /dev/rmt/0m -c /tmp/fback.config -i /&lt;PATH_TO_BE_EXTRACTED_FROM_THE_TAPE&gt;&lt;BR /&gt;&lt;BR /&gt;-r is for recover all from the tape&lt;BR /&gt;-x is for selective recover of files.&lt;BR /&gt;-v verbose&lt;BR /&gt;-X is for recover to current directory instead of recovering to the original location.&lt;BR /&gt;&lt;BR /&gt;thanks JRF abd Bob for the informations...&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sujit&lt;/PATH_TO_BE_EXTRACTED_FROM_THE_TAPE&gt;&lt;/PATH&gt;&lt;/DIRESTORY_PATH_TO_BE_INCLUDED_IN_FULL_BACKUP&gt;</description>
      <pubDate>Mon, 19 Jan 2009 19:27:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-50gb-data/m-p/4340013#M343443</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-01-19T19:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Copy 50GB data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-50gb-data/m-p/4340014#M343444</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;also make sure that ur system running 11.11 has the latest patches for fbackup, that will be an added advantage ... u can go to the itrc .. patches ... select .... 11.11 ...search by keywords "fbackup", downlaod and install that later on also ...&lt;BR /&gt;&lt;BR /&gt;that helps fbackup exceedingly enhance the functionality with the New Ultrium Drives and Media.&lt;BR /&gt;&lt;BR /&gt;however u can do that later on also ..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sujit</description>
      <pubDate>Mon, 19 Jan 2009 20:12:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-50gb-data/m-p/4340014#M343444</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-01-19T20:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Copy 50GB data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-50gb-data/m-p/4340015#M343445</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you described the task as a one time job.&lt;BR /&gt;Using temporary storage is - in my feeling - not the adequate technique for copying files from one file system to another (on the same server!):&lt;BR /&gt;Using temporary storage involves an additional read and write operation. This overhead cannot be regained, IMHO.&lt;BR /&gt;&lt;BR /&gt;I still think,&lt;BR /&gt;find ... | cpio ...&lt;BR /&gt;is hardly to beat here.&lt;BR /&gt;&lt;BR /&gt;mfG Peter</description>
      <pubDate>Mon, 19 Jan 2009 20:32:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-50gb-data/m-p/4340015#M343445</guid>
      <dc:creator>Peter Nikitka</dc:creator>
      <dc:date>2009-01-19T20:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Copy 50GB data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-50gb-data/m-p/4340016#M343446</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thats being true, that the most suitable command for such operations is definitely the combination of find and cpio&lt;BR /&gt;&lt;BR /&gt;that is '&lt;BR /&gt;&lt;BR /&gt;#find ..... | cpio .... &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and that is really good for the fileystem copy as we cannot use dd, and vdump here ...and also that cp is slower.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;yes the #find .... | cpio ....&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;that is also a really recommendable solution here as surely that will not require any third storage and that this is more flexible too.&lt;BR /&gt;&lt;BR /&gt;better u can as suggested also give a try to cpio also.&lt;BR /&gt;&lt;BR /&gt;I fully agree and that is more flexible too. &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sujit</description>
      <pubDate>Mon, 19 Jan 2009 20:46:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-50gb-data/m-p/4340016#M343446</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-01-19T20:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Copy 50GB data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-50gb-data/m-p/4340017#M343447</link>
      <description>I tried "cd source; find * | nice --2 cpio -pudlvm /destination" and it worked much faster than cp, but still I did not get the speed I was looking for. I got about 8GB / hour .... I need to copy the 50GB in less than 3 hours in prod window ....&lt;BR /&gt;&lt;BR /&gt;With fbackup/frecover, can I fbackup files and pipe the output to frecover to restore in destination without using tape?</description>
      <pubDate>Tue, 20 Jan 2009 00:10:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-50gb-data/m-p/4340017#M343447</guid>
      <dc:creator>hp_user_1</dc:creator>
      <dc:date>2009-01-20T00:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Copy 50GB data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-50gb-data/m-p/4340018#M343448</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1232412006748+28353475&amp;amp;threadId=1047319" target="_blank"&gt;http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1232412006748+28353475&amp;amp;threadId=1047319&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;see the post of marvik ::: U can use also dd with an optimal blocksize::&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;just FYI incase u want to copy large FS in the same server use:&lt;BR /&gt;umount /fs1 (X series)&lt;BR /&gt;umount /fs2 ( Y series)&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/vgxx/rlvolx of=/dev/vgyy/rlvoly bs=1024k&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;see another in the same post by marvik&lt;BR /&gt;&lt;BR /&gt;# cd srcdir &amp;amp;&amp;amp; fbackup -i . -f - | ( cd dstdir &amp;amp;&amp;amp; frecover -Xsrf - )&lt;BR /&gt;&lt;BR /&gt;Now its ur call,u have many options :)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;also see the paost from JRF&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;sujit</description>
      <pubDate>Tue, 20 Jan 2009 00:48:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-50gb-data/m-p/4340018#M343448</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-01-20T00:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: Copy 50GB data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-50gb-data/m-p/4340019#M343449</link>
      <description>&amp;gt;  I tried "cd source; find * | [...]&lt;BR /&gt;&lt;BR /&gt;"find ." might be smarter than "find *".&lt;BR /&gt;&lt;BR /&gt;I'd probably use a "tar" (or "pax") pipeline,&lt;BR /&gt;but I haven't run any speed tests, so I&lt;BR /&gt;don't know if it would be faster than cpio or&lt;BR /&gt;anything else.&lt;BR /&gt;&lt;BR /&gt;A Forum search for "tar pipeline" should find&lt;BR /&gt;many examples in previous discussions.</description>
      <pubDate>Tue, 20 Jan 2009 00:52:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-50gb-data/m-p/4340019#M343449</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-01-20T00:52:22Z</dc:date>
    </item>
  </channel>
</rss>

