<?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: backup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/backup/m-p/3574187#M228702</link>
    <description>fbackup -vf /dev/rmt/0m -i /dir&lt;BR /&gt;&lt;BR /&gt;use #frecover to restore &lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 30 Jun 2005 09:21:30 GMT</pubDate>
    <dc:creator>KVK</dc:creator>
    <dc:date>2005-06-30T09:21:30Z</dc:date>
    <item>
      <title>backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup/m-p/3574183#M228698</link>
      <description>What the command to fbackup one directory on HP-UX server?  fbackup ???</description>
      <pubDate>Thu, 30 Jun 2005 08:49:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup/m-p/3574183#M228698</guid>
      <dc:creator>Lynda Badger</dc:creator>
      <dc:date>2005-06-30T08:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup/m-p/3574184#M228699</link>
      <description>man fbackup&lt;BR /&gt;&lt;BR /&gt;Should be as follows.&lt;BR /&gt;&lt;BR /&gt;fbackup -f /dev/rmt/0m -i /dir&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Thu, 30 Jun 2005 08:52:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup/m-p/3574184#M228699</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-06-30T08:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup/m-p/3574185#M228700</link>
      <description>use the -i option for fbackup to include a directory&lt;BR /&gt;man fbackup</description>
      <pubDate>Thu, 30 Jun 2005 08:52:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup/m-p/3574185#M228700</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2005-06-30T08:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup/m-p/3574186#M228701</link>
      <description>You can use command line as well as SAM to do fbackup.&lt;BR /&gt;&lt;BR /&gt;Try executing fbackup throgh SAM. It is very easy. It is self explanatory</description>
      <pubDate>Thu, 30 Jun 2005 09:09:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup/m-p/3574186#M228701</guid>
      <dc:creator>PVR</dc:creator>
      <dc:date>2005-06-30T09:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup/m-p/3574187#M228702</link>
      <description>fbackup -vf /dev/rmt/0m -i /dir&lt;BR /&gt;&lt;BR /&gt;use #frecover to restore &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Jun 2005 09:21:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup/m-p/3574187#M228702</guid>
      <dc:creator>KVK</dc:creator>
      <dc:date>2005-06-30T09:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup/m-p/3574188#M228703</link>
      <description>&lt;BR /&gt;                              FBACKUP/FRECOVER&lt;BR /&gt;&lt;BR /&gt;Things to remember about fbackup:&lt;BR /&gt;&lt;BR /&gt;   * fbackup MUST rewind the tape before beginning the backup and after&lt;BR /&gt;     completing.&lt;BR /&gt;   * a tape created with fbackup is only recoverable with frecover.&lt;BR /&gt;   * a file listed in the index file (from option -rvNf) is not guaranteed&lt;BR /&gt;     to be on the tape; this simply means that fbackup intended to back the&lt;BR /&gt;     file up when it began the backup session.&lt;BR /&gt;&lt;BR /&gt;               Command                            Description&lt;BR /&gt;&lt;BR /&gt;    fbackup -vf /dev/rmt/0m -i /              full system backup&lt;BR /&gt;&lt;BR /&gt;     fbackup -vf /dev/rmt/0m -i       specifically include file/directory&lt;BR /&gt;             /etc/hosts                         preceded by -i&lt;BR /&gt;&lt;BR /&gt;     fbackup -vf /dev/rmt/0m -i          specifically include multiple&lt;BR /&gt;         /etc/hosts -i /usr            files/directories preceded by -i&lt;BR /&gt;&lt;BR /&gt;     fbackup -vf /dev/rmt/0m -e       specifically exclude file/directory&lt;BR /&gt;             /etc/hosts                         preceded by -e&lt;BR /&gt;&lt;BR /&gt;     fbackup -vf /dev/rmt/0m -g&lt;BR /&gt;           graph_file_name                 backup from a graph file&lt;BR /&gt;&lt;BR /&gt;      frecover -xvf /dev/rmt/0m       restore entire tape to originating&lt;BR /&gt;                                              directory structure&lt;BR /&gt;&lt;BR /&gt;                                      restore entire tape to originating&lt;BR /&gt;     frecover -xovf /dev/rmt/0m      directory structure and overwrite any&lt;BR /&gt;                                                existing files&lt;BR /&gt;&lt;BR /&gt;               cd /tmp                    restore entire tape to /tmp&lt;BR /&gt;     frecover -xXvf /dev/rmt/0m      (originating directory structure will&lt;BR /&gt;                                              not be overwritten)&lt;BR /&gt;&lt;BR /&gt;     frecover -vf /dev/rmt/0m -I     verify backup and read the index file&lt;BR /&gt;             /tmp/index                from the tape into a file called&lt;BR /&gt;                                                  /tmp/index&lt;BR /&gt;&lt;BR /&gt;    fbackup -vf /dev/rmt/0m 2&amp;gt;&amp;amp;1     log what is backed up, along with any&lt;BR /&gt;        |tee /tmp/backup.log                   errors that occur&lt;BR /&gt;&lt;BR /&gt;   frecover -rNv -f /dev/rmt/0m 2&amp;gt;&lt;BR /&gt;            /tmp/listing              list of what is really on the tape&lt;BR /&gt;&lt;BR /&gt;   frecover -V /tmp/volume_headers&lt;BR /&gt;           -f /dev/rmt/0m               show volume headers on the tape&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Jul 2005 03:23:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup/m-p/3574188#M228703</guid>
      <dc:creator>Cem Tugrul</dc:creator>
      <dc:date>2005-07-01T03:23:12Z</dc:date>
    </item>
  </channel>
</rss>

