<?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 HPUX file system backup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-file-system-backup/m-p/4237459#M329488</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am looking equivalent of following in HPUX B.11.11 -&lt;BR /&gt;In Tru64 we have -&lt;BR /&gt;When the backup saveset device is the character - (dash), the vdump command writes to standard output.  Thus, the vdump and vrestore commands can be used in a pipeline expression to copy filesets. The following are typical commands; they are equivalent:&lt;BR /&gt;# vdump -0 -f - /usr | (cd /mnt; vrestore -x -f -) or  &lt;BR /&gt;# vdump -0f - /usr | vrestore -xf - -D /mnt&lt;BR /&gt;&lt;BR /&gt;Is there something equivalent in fbackup or vxdump?&lt;BR /&gt;&lt;BR /&gt;Please suugest. Thanks</description>
    <pubDate>Mon, 21 Jul 2008 10:51:38 GMT</pubDate>
    <dc:creator>Rakesh Jha_1</dc:creator>
    <dc:date>2008-07-21T10:51:38Z</dc:date>
    <item>
      <title>HPUX file system backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-file-system-backup/m-p/4237459#M329488</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am looking equivalent of following in HPUX B.11.11 -&lt;BR /&gt;In Tru64 we have -&lt;BR /&gt;When the backup saveset device is the character - (dash), the vdump command writes to standard output.  Thus, the vdump and vrestore commands can be used in a pipeline expression to copy filesets. The following are typical commands; they are equivalent:&lt;BR /&gt;# vdump -0 -f - /usr | (cd /mnt; vrestore -x -f -) or  &lt;BR /&gt;# vdump -0f - /usr | vrestore -xf - -D /mnt&lt;BR /&gt;&lt;BR /&gt;Is there something equivalent in fbackup or vxdump?&lt;BR /&gt;&lt;BR /&gt;Please suugest. Thanks</description>
      <pubDate>Mon, 21 Jul 2008 10:51:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-file-system-backup/m-p/4237459#M329488</guid>
      <dc:creator>Rakesh Jha_1</dc:creator>
      <dc:date>2008-07-21T10:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX file system backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-file-system-backup/m-p/4237460#M329489</link>
      <description>From the fbackup man page:&lt;BR /&gt;&lt;BR /&gt;-f device      device specifies the name of an output file.  If the name of the file is -, fbackup writes to the standard output.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 21 Jul 2008 11:03:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-file-system-backup/m-p/4237460#M329489</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2008-07-21T11:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX file system backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-file-system-backup/m-p/4237461#M329490</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;With 'fbackup'/'frecover' you can copy directories and their contents like:&lt;BR /&gt;&lt;BR /&gt;# cd srcdir &amp;amp;&amp;amp; fbackup -i . -f - | ( cd dstdir &amp;amp;&amp;amp; frecover -Xrf - )&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 21 Jul 2008 11:04:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-file-system-backup/m-p/4237461#M329490</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-07-21T11:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX file system backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-file-system-backup/m-p/4237462#M329491</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;vxdump/vxrestore will also work in HP-UX.&lt;BR /&gt;&lt;BR /&gt;vxdump -0 -f- /sourcedir | (cd /dest-dir; vxrestore -xf -)&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;HP's own backup tool:&lt;BR /&gt;&lt;BR /&gt;fbackup -i /sourcedir -f - | (cd /dest-dir; frecover -Xsrf -)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rasheed Tamton.</description>
      <pubDate>Mon, 21 Jul 2008 11:56:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-file-system-backup/m-p/4237462#M329491</guid>
      <dc:creator>Rasheed Tamton</dc:creator>
      <dc:date>2008-07-21T11:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX file system backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-file-system-backup/m-p/4237463#M329492</link>
      <description>a quite fast set of classical weel known unix command, taht work every where, keeping UID/GID, modif date ..&lt;BR /&gt;is :&lt;BR /&gt;&lt;BR /&gt;cd /SRC&lt;BR /&gt;find . -depth -print | cpio -pdmxucv /TARGET</description>
      <pubDate>Mon, 21 Jul 2008 12:28:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-file-system-backup/m-p/4237463#M329492</guid>
      <dc:creator>RUET</dc:creator>
      <dc:date>2008-07-21T12:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX file system backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-file-system-backup/m-p/4237464#M329493</link>
      <description>Thanks to all of you.</description>
      <pubDate>Tue, 22 Jul 2008 03:52:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-file-system-backup/m-p/4237464#M329493</guid>
      <dc:creator>Rakesh Jha_1</dc:creator>
      <dc:date>2008-07-22T03:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX file system backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-file-system-backup/m-p/4237465#M329494</link>
      <description>Dear Rakesh,&lt;BR /&gt;&lt;BR /&gt;You have assigned points to 0 out of 17 responses. &lt;BR /&gt;&lt;BR /&gt;Please assign points if based on the answer fulfill your requirement.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Mridul</description>
      <pubDate>Tue, 22 Jul 2008 04:11:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-file-system-backup/m-p/4237465#M329494</guid>
      <dc:creator>Mridul Shrivastava</dc:creator>
      <dc:date>2008-07-22T04:11:22Z</dc:date>
    </item>
  </channel>
</rss>

