<?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 copy filesystem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-filesystem/m-p/4915297#M406804</link>
    <description>Hi All &lt;BR /&gt;&lt;BR /&gt;I have requirement here  to copy one entire filsystem to another one .. Can any body tell me which is the best method for copying the filesystem  to another one &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Binu</description>
    <pubDate>Sun, 31 Jul 2005 22:38:46 GMT</pubDate>
    <dc:creator>Binu_5</dc:creator>
    <dc:date>2005-07-31T22:38:46Z</dc:date>
    <item>
      <title>copy filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-filesystem/m-p/4915297#M406804</link>
      <description>Hi All &lt;BR /&gt;&lt;BR /&gt;I have requirement here  to copy one entire filsystem to another one .. Can any body tell me which is the best method for copying the filesystem  to another one &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Binu</description>
      <pubDate>Sun, 31 Jul 2005 22:38:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-filesystem/m-p/4915297#M406804</guid>
      <dc:creator>Binu_5</dc:creator>
      <dc:date>2005-07-31T22:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: copy filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-filesystem/m-p/4915298#M406805</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It is important to know what are two file systems types ? Where are these two file systems located wheather on same or different machines/platforms ? What are there sizes same or different ?&lt;BR /&gt;&lt;BR /&gt;If file system sizes are same then you can use dd. If these are defferent then could thought of something like cpio. But for both to work the file systems should be on unix platform.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Sun, 31 Jul 2005 22:58:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-filesystem/m-p/4915298#M406805</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-07-31T22:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: copy filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-filesystem/m-p/4915299#M406806</link>
      <description>Hi Binu&lt;BR /&gt;&lt;BR /&gt;You can use cpio as follows:&lt;BR /&gt;&lt;BR /&gt;# cd &lt;BR /&gt;# find . -depth -print | cpio -pmdv &lt;BR /&gt;&lt;BR /&gt;Example copy contents of /home to /backup:&lt;BR /&gt;# cd /home&lt;BR /&gt;# find . -depth -print | cpio -pmdv /backup&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con</description>
      <pubDate>Sun, 31 Jul 2005 23:04:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-filesystem/m-p/4915299#M406806</guid>
      <dc:creator>Con O'Kelly</dc:creator>
      <dc:date>2005-07-31T23:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: copy filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-filesystem/m-p/4915300#M406807</link>
      <description>1. You can use dd if both filesystems are of same size.&lt;BR /&gt;2. cpio &lt;BR /&gt;&lt;BR /&gt;find /source -depth -print | cpio -pdlmv /destination&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sudeesh</description>
      <pubDate>Sun, 31 Jul 2005 23:07:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-filesystem/m-p/4915300#M406807</guid>
      <dc:creator>Sudeesh</dc:creator>
      <dc:date>2005-07-31T23:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: copy filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-filesystem/m-p/4915301#M406808</link>
      <description>Hi All &lt;BR /&gt;&lt;BR /&gt;I have done in this way and it worked fine &lt;BR /&gt;&lt;BR /&gt;# cd &lt;BR /&gt;# find . -depth -print | cpio -pmdv &lt;BR /&gt;&lt;BR /&gt;Example copy contents of /home to /backup:&lt;BR /&gt;# cd /home&lt;BR /&gt;# find . -depth -print | cpio -pmdv /backup&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Binu&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Aug 2005 05:55:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-filesystem/m-p/4915301#M406808</guid>
      <dc:creator>Binu_5</dc:creator>
      <dc:date>2005-08-01T05:55:40Z</dc:date>
    </item>
  </channel>
</rss>

