<?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: fbackup / frecover in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-frecover/m-p/5020831#M428490</link>
    <description>Avinash ,&lt;BR /&gt;&lt;BR /&gt;fbackup and frecover are the preferred backup and restore programs on HP-UX. Backups produced with fbackup are not portable to other UNIX variants. If you're working in a heterogeneous environment, you won't be able to take fbackup tapes produced on an HP-UX system and recover them to a system running a different UNIX variant.&lt;BR /&gt;&lt;BR /&gt;fbackup and frecover can be use at the command line , Although fbackup and frecover are the most advanced programs bundled with your HP-UX system for backup and restore, your needs may go beyond these programs. There are also advanced backup programs you can procure from both HP and third parties. In general, I find that the capabilities of fbackup and frecover are sufficient for new HP-UX installations. If, however, you have a highly distributed environment or need to back up large amounts of data, perform backups on systems with a variety of operating systems, or need to use several backup devices simultaneously, you may want to consider a more advanced product.&lt;BR /&gt;&lt;BR /&gt;fbackup has the capability of performing backups at different levels. The levels define the amount of information to be included in the backup. A full backup, which is covered in this section, is backup level 0. The other levels define various degrees of incremental backups. I am a strong advocate of performing a full backup, and then performing incremental backups of every file that has changed since the last full backup. This means that to recover from a completely "hosed" (a technical term meaning destroyed) system, you would need your full backup tape and only one incremental tape (you would restore your root volume with a bootable Ignite-UX tape produced with make_tape_recovery, which is covered in Chapter 9). If, for instance, you performed a full backup on Sunday and an incremental backups on Monday through Friday, you would need to load only Sunday's full backup tape and Friday's incremental backup tape to completely restore your system. fbackup supports this scheme.&lt;BR /&gt;&lt;BR /&gt;Here is an explanation of the fbackup command and some of its options:&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/fbackup -f device [-0-9] [-u] [-i path] [-e path] [-g graph]&lt;BR /&gt;&lt;BR /&gt;-f device&lt;BR /&gt; The tape drive for the backup, such as /dev/rmt/0m for your local tape drive.&lt;BR /&gt; &lt;BR /&gt;[-0-9]&lt;BR /&gt; This is the level of the backup. If you run a full backup on Sunday at level 0, then you would run an incremental backup at level 1 the other days of the week. An incremental backup will back up all information changed since a backup was made at a lower level. You could back up at 0 on Sunday, 1 on Monday, 2 on Tuesday, and so on. However, to recover your system, you would need to load Sunday's tape, then Monday's tape, then Tuesday's tape, and so on, to fully recover.&lt;BR /&gt; &lt;BR /&gt;[-u]&lt;BR /&gt; This updates the database of past backups so that it contains such information as the backup level, time of the beginning and end of the backup session, and the graph file (described below) used for the backup session. This is valid only with the -g (graph) option.&lt;BR /&gt; &lt;BR /&gt;[-i path]&lt;BR /&gt; The specified path is to be included in the backup. This can be issued any number of times.&lt;BR /&gt; &lt;BR /&gt;[-e path]&lt;BR /&gt; The specified path is to be excluded from the backup. This can also be specified any number of times.&lt;BR /&gt; &lt;BR /&gt;[-g graph]&lt;BR /&gt; The graph file contains the list of files and directories to be included or excluded from the backup.&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Although fbackup is quite thorough and easy to use, it does not have embedded in it the day and time at which full and incremental backups will be run. You have to make a cron entry to run fbackup automatically.&lt;BR /&gt;&lt;BR /&gt;In its simplest form, we could run fbackup and specify only the tape drive with the f option and the directory to back up with the i option as shown in the following example:&lt;BR /&gt;&lt;BR /&gt;# fbackup -f /dev/rmt/0m -i /var/tmp&lt;BR /&gt;fbackup(1004): session begins on Wed Jul 12 14:26:30 2000&lt;BR /&gt;fbackup(3205): WARNING: unable to read a volume header&lt;BR /&gt;fbackup(3024): writing volume 1 to the output file /dev/rmt/0m&lt;BR /&gt;fbackup(3055): total file blocks read for backup: 3606&lt;BR /&gt;fbackup(3056): total blocks written to output file /dev/rmt/0m: 3857&lt;BR /&gt;fbackup(1030): warnings encountered during backup&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;fbackup did not produce a list of files included in the backup since we did not include the v option for verbose.&lt;BR /&gt;&lt;BR /&gt;To view the contents of the tape, we run frecover with the options r for read, N to prevent the contents of the tape from being restored to the system, and v for verbose, as shown in the following command:&lt;BR /&gt;&lt;BR /&gt;# frecover -rNv -f /dev/rmt/0m&lt;BR /&gt;drwxr-xr-x      root    root    /&lt;BR /&gt;dr-xr-xr-x      bin     bin     /var&lt;BR /&gt;drwxrwxrwx      bin     bin     /var/tmp&lt;BR /&gt;-rw-------      root    sys     /var/tmp/OBAMFEAa01630&lt;BR /&gt;-rw-------      root    sys     /var/tmp/OBAMHBAa01020&lt;BR /&gt;-rw-------      root    sys     /var/tmp/OBAMHBAa01540&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this will help,&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 01 Jan 2007 19:30:09 GMT</pubDate>
    <dc:creator>Raj D.</dc:creator>
    <dc:date>2007-01-01T19:30:09Z</dc:date>
    <item>
      <title>fbackup / frecover</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-frecover/m-p/5020828#M428487</link>
      <description>Hi Gurus,&lt;BR /&gt;"HAPPY NEW YEAR"&lt;BR /&gt;Am novice in fbackup / frecover.&lt;BR /&gt;Am not able to understand the man page.&lt;BR /&gt;Please find my queries,&lt;BR /&gt;Need to know how to backup a directory, how to list the files in the backup, and an interactive backup and recovery.&lt;BR /&gt;Also the logs are not getting created in /var/adm/fbackupfiles/dates. I have created the directory but it doesnt seem to work.&lt;BR /&gt;Please suggest.&lt;BR /&gt;&lt;BR /&gt;Will be rewarded as usual..</description>
      <pubDate>Mon, 01 Jan 2007 06:44:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-frecover/m-p/5020828#M428487</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2007-01-01T06:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup / frecover</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-frecover/m-p/5020829#M428488</link>
      <description>Avinash,&lt;BR /&gt;&lt;BR /&gt;This old thread should be able to answer all your questions:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=982670&amp;amp;admit=-682735245+1167653660746+28353475" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=982670&amp;amp;admit=-682735245+1167653660746+28353475&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jaime.</description>
      <pubDate>Mon, 01 Jan 2007 07:15:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-frecover/m-p/5020829#M428488</guid>
      <dc:creator>Jaime Bolanos Rojas.</dc:creator>
      <dc:date>2007-01-01T07:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup / frecover</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-frecover/m-p/5020830#M428489</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;When a backup is created a file is created.&lt;BR /&gt;&lt;BR /&gt;/var/tmp/index&lt;BR /&gt;&lt;BR /&gt;That lists all files in the backup. It is also created when frecover lists the files on a tape.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 01 Jan 2007 07:30:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-frecover/m-p/5020830#M428489</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-01-01T07:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup / frecover</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-frecover/m-p/5020831#M428490</link>
      <description>Avinash ,&lt;BR /&gt;&lt;BR /&gt;fbackup and frecover are the preferred backup and restore programs on HP-UX. Backups produced with fbackup are not portable to other UNIX variants. If you're working in a heterogeneous environment, you won't be able to take fbackup tapes produced on an HP-UX system and recover them to a system running a different UNIX variant.&lt;BR /&gt;&lt;BR /&gt;fbackup and frecover can be use at the command line , Although fbackup and frecover are the most advanced programs bundled with your HP-UX system for backup and restore, your needs may go beyond these programs. There are also advanced backup programs you can procure from both HP and third parties. In general, I find that the capabilities of fbackup and frecover are sufficient for new HP-UX installations. If, however, you have a highly distributed environment or need to back up large amounts of data, perform backups on systems with a variety of operating systems, or need to use several backup devices simultaneously, you may want to consider a more advanced product.&lt;BR /&gt;&lt;BR /&gt;fbackup has the capability of performing backups at different levels. The levels define the amount of information to be included in the backup. A full backup, which is covered in this section, is backup level 0. The other levels define various degrees of incremental backups. I am a strong advocate of performing a full backup, and then performing incremental backups of every file that has changed since the last full backup. This means that to recover from a completely "hosed" (a technical term meaning destroyed) system, you would need your full backup tape and only one incremental tape (you would restore your root volume with a bootable Ignite-UX tape produced with make_tape_recovery, which is covered in Chapter 9). If, for instance, you performed a full backup on Sunday and an incremental backups on Monday through Friday, you would need to load only Sunday's full backup tape and Friday's incremental backup tape to completely restore your system. fbackup supports this scheme.&lt;BR /&gt;&lt;BR /&gt;Here is an explanation of the fbackup command and some of its options:&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/fbackup -f device [-0-9] [-u] [-i path] [-e path] [-g graph]&lt;BR /&gt;&lt;BR /&gt;-f device&lt;BR /&gt; The tape drive for the backup, such as /dev/rmt/0m for your local tape drive.&lt;BR /&gt; &lt;BR /&gt;[-0-9]&lt;BR /&gt; This is the level of the backup. If you run a full backup on Sunday at level 0, then you would run an incremental backup at level 1 the other days of the week. An incremental backup will back up all information changed since a backup was made at a lower level. You could back up at 0 on Sunday, 1 on Monday, 2 on Tuesday, and so on. However, to recover your system, you would need to load Sunday's tape, then Monday's tape, then Tuesday's tape, and so on, to fully recover.&lt;BR /&gt; &lt;BR /&gt;[-u]&lt;BR /&gt; This updates the database of past backups so that it contains such information as the backup level, time of the beginning and end of the backup session, and the graph file (described below) used for the backup session. This is valid only with the -g (graph) option.&lt;BR /&gt; &lt;BR /&gt;[-i path]&lt;BR /&gt; The specified path is to be included in the backup. This can be issued any number of times.&lt;BR /&gt; &lt;BR /&gt;[-e path]&lt;BR /&gt; The specified path is to be excluded from the backup. This can also be specified any number of times.&lt;BR /&gt; &lt;BR /&gt;[-g graph]&lt;BR /&gt; The graph file contains the list of files and directories to be included or excluded from the backup.&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Although fbackup is quite thorough and easy to use, it does not have embedded in it the day and time at which full and incremental backups will be run. You have to make a cron entry to run fbackup automatically.&lt;BR /&gt;&lt;BR /&gt;In its simplest form, we could run fbackup and specify only the tape drive with the f option and the directory to back up with the i option as shown in the following example:&lt;BR /&gt;&lt;BR /&gt;# fbackup -f /dev/rmt/0m -i /var/tmp&lt;BR /&gt;fbackup(1004): session begins on Wed Jul 12 14:26:30 2000&lt;BR /&gt;fbackup(3205): WARNING: unable to read a volume header&lt;BR /&gt;fbackup(3024): writing volume 1 to the output file /dev/rmt/0m&lt;BR /&gt;fbackup(3055): total file blocks read for backup: 3606&lt;BR /&gt;fbackup(3056): total blocks written to output file /dev/rmt/0m: 3857&lt;BR /&gt;fbackup(1030): warnings encountered during backup&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;fbackup did not produce a list of files included in the backup since we did not include the v option for verbose.&lt;BR /&gt;&lt;BR /&gt;To view the contents of the tape, we run frecover with the options r for read, N to prevent the contents of the tape from being restored to the system, and v for verbose, as shown in the following command:&lt;BR /&gt;&lt;BR /&gt;# frecover -rNv -f /dev/rmt/0m&lt;BR /&gt;drwxr-xr-x      root    root    /&lt;BR /&gt;dr-xr-xr-x      bin     bin     /var&lt;BR /&gt;drwxrwxrwx      bin     bin     /var/tmp&lt;BR /&gt;-rw-------      root    sys     /var/tmp/OBAMFEAa01630&lt;BR /&gt;-rw-------      root    sys     /var/tmp/OBAMHBAa01020&lt;BR /&gt;-rw-------      root    sys     /var/tmp/OBAMHBAa01540&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this will help,&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Jan 2007 19:30:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-frecover/m-p/5020831#M428490</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2007-01-01T19:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup / frecover</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-frecover/m-p/5020832#M428491</link>
      <description>Avinash,&lt;BR /&gt;&lt;BR /&gt;Also check out this threads , :&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=997509&amp;amp;admit=-682735245+1167697344754+28353475" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=997509&amp;amp;admit=-682735245+1167697344754+28353475&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=23299&amp;amp;admit=-682735245+1167697397004+28353475" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=23299&amp;amp;admit=-682735245+1167697397004+28353475&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=111261&amp;amp;admit=-682735245+1167697426844+28353475" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=111261&amp;amp;admit=-682735245+1167697426844+28353475&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Raj.</description>
      <pubDate>Mon, 01 Jan 2007 19:32:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-frecover/m-p/5020832#M428491</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2007-01-01T19:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup / frecover</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-frecover/m-p/5020833#M428492</link>
      <description>Hi Folks,&lt;BR /&gt;&lt;BR /&gt;Let me check with the information provided by all.&lt;BR /&gt;If any more information, please add it.,</description>
      <pubDate>Tue, 02 Jan 2007 01:16:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-frecover/m-p/5020833#M428492</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2007-01-02T01:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup / frecover</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-frecover/m-p/5020834#M428493</link>
      <description>thanks everyone</description>
      <pubDate>Sat, 29 Mar 2008 05:57:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-frecover/m-p/5020834#M428493</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2008-03-29T05:57:51Z</dc:date>
    </item>
  </channel>
</rss>

