<?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 restore from gz file using cpio in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/restore-from-gz-file-using-cpio/m-p/4675290#M382196</link>
    <description>hi&lt;BR /&gt;&lt;BR /&gt;I'm using cpio to backup /usr partition:&lt;BR /&gt;&lt;BR /&gt;# cd / ; find ./usr -depth -print -xdev | cpio -ovfB | gzip -c &amp;gt; /mnt/save_usr.gz&lt;BR /&gt;&lt;BR /&gt;Normally I can restore using:&lt;BR /&gt;&lt;BR /&gt;cpio –ivdmlu &amp;lt; cpio file&lt;BR /&gt;&lt;BR /&gt;but howto restore this partition from a gz file?&lt;BR /&gt;</description>
    <pubDate>Mon, 16 Aug 2010 13:43:59 GMT</pubDate>
    <dc:creator>'chris'</dc:creator>
    <dc:date>2010-08-16T13:43:59Z</dc:date>
    <item>
      <title>restore from gz file using cpio</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restore-from-gz-file-using-cpio/m-p/4675290#M382196</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;I'm using cpio to backup /usr partition:&lt;BR /&gt;&lt;BR /&gt;# cd / ; find ./usr -depth -print -xdev | cpio -ovfB | gzip -c &amp;gt; /mnt/save_usr.gz&lt;BR /&gt;&lt;BR /&gt;Normally I can restore using:&lt;BR /&gt;&lt;BR /&gt;cpio –ivdmlu &amp;lt; cpio file&lt;BR /&gt;&lt;BR /&gt;but howto restore this partition from a gz file?&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Aug 2010 13:43:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restore-from-gz-file-using-cpio/m-p/4675290#M382196</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2010-08-16T13:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: restore from gz file using cpio</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restore-from-gz-file-using-cpio/m-p/4675291#M382197</link>
      <description>cd targetdir;gunzip &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Aug 2010 13:59:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restore-from-gz-file-using-cpio/m-p/4675291#M382197</guid>
      <dc:creator>Laurent Menase</dc:creator>
      <dc:date>2010-08-16T13:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: restore from gz file using cpio</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restore-from-gz-file-using-cpio/m-p/4675292#M382198</link>
      <description>Thx a lot, it works well.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Aug 2010 15:40:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restore-from-gz-file-using-cpio/m-p/4675292#M382198</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2010-08-16T15:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: restore from gz file using cpio</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/restore-from-gz-file-using-cpio/m-p/4675293#M382199</link>
      <description>Or use pax(1):&lt;BR /&gt;cd targetdir&lt;BR /&gt;gzcat /mnt/save_usr.gz | pax -r -v</description>
      <pubDate>Tue, 17 Aug 2010 06:12:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/restore-from-gz-file-using-cpio/m-p/4675293#M382199</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-08-17T06:12:03Z</dc:date>
    </item>
  </channel>
</rss>

