<?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: FastBackup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fastbackup/m-p/2730820#M65417</link>
    <description>Hi there.&lt;BR /&gt;You could also try Clay's lifeboat tactics.&lt;BR /&gt;check this url :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x206d42308663d611abdb0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x206d42308663d611abdb0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Clay has mentioned it in there.&lt;BR /&gt;Rgds&lt;BR /&gt;Alexander M. Ermes&lt;BR /&gt;</description>
    <pubDate>Fri, 24 May 2002 06:14:57 GMT</pubDate>
    <dc:creator>Alexander M. Ermes</dc:creator>
    <dc:date>2002-05-24T06:14:57Z</dc:date>
    <item>
      <title>FastBackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fastbackup/m-p/2730817#M65414</link>
      <description>Hi Masters,&lt;BR /&gt;     As i am upgrading our Raid Box HDD, I want to take Disk To Disk Backup. Pl. help which will be the Fastest Mathod of taking disk to disk backup.&lt;BR /&gt;   Any help will be appreciated!&lt;BR /&gt;Thanks in Adv.</description>
      <pubDate>Fri, 24 May 2002 02:52:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fastbackup/m-p/2730817#M65414</guid>
      <dc:creator>Ash_4</dc:creator>
      <dc:date>2002-05-24T02:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: FastBackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fastbackup/m-p/2730818#M65415</link>
      <description>&lt;BR /&gt;find . | cpio -pudlmv /destination_dir &lt;BR /&gt;&lt;BR /&gt;Exclude v option to make it further faster.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;</description>
      <pubDate>Fri, 24 May 2002 03:40:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fastbackup/m-p/2730818#M65415</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2002-05-24T03:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: FastBackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fastbackup/m-p/2730819#M65416</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/dsk/cXtXdX of=/dev/dsk/cYtYdY bs=1024&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;John.</description>
      <pubDate>Fri, 24 May 2002 03:58:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fastbackup/m-p/2730819#M65416</guid>
      <dc:creator>John Carr_2</dc:creator>
      <dc:date>2002-05-24T03:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: FastBackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fastbackup/m-p/2730820#M65417</link>
      <description>Hi there.&lt;BR /&gt;You could also try Clay's lifeboat tactics.&lt;BR /&gt;check this url :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x206d42308663d611abdb0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x206d42308663d611abdb0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Clay has mentioned it in there.&lt;BR /&gt;Rgds&lt;BR /&gt;Alexander M. Ermes&lt;BR /&gt;</description>
      <pubDate>Fri, 24 May 2002 06:14:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fastbackup/m-p/2730820#M65417</guid>
      <dc:creator>Alexander M. Ermes</dc:creator>
      <dc:date>2002-05-24T06:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: FastBackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fastbackup/m-p/2730821#M65418</link>
      <description>Hi&lt;BR /&gt;If you want to copy the content (data) of a disk to another disk I think cpio is the best . Use dd only if your disk are exact the same and you want an exact copy, block by block.</description>
      <pubDate>Fri, 24 May 2002 11:11:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fastbackup/m-p/2730821#M65418</guid>
      <dc:creator>Leif Halvarsson_2</dc:creator>
      <dc:date>2002-05-24T11:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: FastBackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fastbackup/m-p/2730822#M65419</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Use cpio&lt;BR /&gt;Be in the source directory and issue&lt;BR /&gt;&lt;BR /&gt;find . -depth -print | cpio -pdlmuv /destination_dir &lt;BR /&gt;&lt;BR /&gt;-print option shows you the files on screen during restoration&lt;BR /&gt;&lt;BR /&gt;This is the best method and doesn't give any problems. dd can be used but with the same type of disks,,,,or else it may give problems.&lt;BR /&gt;&lt;BR /&gt;Piyush</description>
      <pubDate>Fri, 24 May 2002 12:28:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fastbackup/m-p/2730822#M65419</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-05-24T12:28:31Z</dc:date>
    </item>
  </channel>
</rss>

