<?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 Help in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-help/m-p/4900621#M403986</link>
    <description>I think the steps given by Radi are fine. But considering the fact that I have to backup data from a differnt Filesystem and a totally differnt file or directory name, what wwould I do. &lt;BR /&gt;&lt;BR /&gt;THis is my requirement basically becasue I use a 400 GIG tape out of which I backup only about 200 GIG onto it since my file system is 200 Gig. Then I would like to use the remaiing part of the tape to backup other data from another file system of about 150 GIG, at a later date.&lt;BR /&gt;&lt;BR /&gt;Swamy</description>
    <pubDate>Sun, 08 May 2005 04:02:13 GMT</pubDate>
    <dc:creator>jswamy</dc:creator>
    <dc:date>2005-05-08T04:02:13Z</dc:date>
    <item>
      <title>Fbackup Help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-help/m-p/4900618#M403983</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am new to HP UNIX and would like to know how I can take an incremental back using fbackup.&lt;BR /&gt;&lt;BR /&gt;What I have to do is, if I take a  backup of a particular location on a filesystem this week on a tape using fbackup, and then again take another backup of a differnt location on the same filesystem or another filesystem on the same tape next week, how would I go about doing this. I have understood the concept in the MAN page but not in detail since i am new.&lt;BR /&gt;&lt;BR /&gt;WHat would I have to do to backup additional data on the tape at a later stage. I would appreciate it if some of you experts can give me the steps and commands to execute the same.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Swamy.</description>
      <pubDate>Sun, 08 May 2005 02:14:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-help/m-p/4900618#M403983</guid>
      <dc:creator>jswamy</dc:creator>
      <dc:date>2005-05-08T02:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Fbackup Help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-help/m-p/4900619#M403984</link>
      <description>This thread and the link within might help:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=35722" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=35722&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;From the man page&lt;BR /&gt;&lt;BR /&gt;  If fbackup is used for incremental backups, a database of past backups&lt;BR /&gt;      must be kept.  fbackup maintains this data in the text file&lt;BR /&gt;      /var/adm/fbackupfiles/dates, by default.  Note that the directory&lt;BR /&gt;      /var/adm/fbackupfiles must be created prior to the first time fbackup&lt;BR /&gt;      is used for incremental backups.  The -d option can be used to specify&lt;BR /&gt;      an alternate database file.  The user can specify to update this file&lt;BR /&gt;      when an fbackup session completes successfully.&lt;BR /&gt;&lt;BR /&gt;The discussion is pretty long, but if you go through the man page carefully everything you need to know to set up a graph file and do incremental backups is there.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 08 May 2005 02:49:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-help/m-p/4900619#M403984</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-05-08T02:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Fbackup Help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-help/m-p/4900620#M403985</link>
      <description>Hi,&lt;BR /&gt;1- It is better and simpler to assigne one tape media for each file system.&lt;BR /&gt;2-for incremental backups;&lt;BR /&gt;  -make a full backup on, say, monday:&lt;BR /&gt;  #fbackup -f /dev/rmt/0m -0 -i /filesystem&lt;BR /&gt;  -increment by repeating the following   command on tue., wedn.,thur. and fri.:&lt;BR /&gt;  -#fbackup -f /dev/rmt/0m -5 -i /filesystem.&lt;BR /&gt;3-repeat 1&amp;amp;2 each monday for every filesystem you want to backup using different tapes for each file system.&lt;BR /&gt;I hope this helps</description>
      <pubDate>Sun, 08 May 2005 03:09:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-help/m-p/4900620#M403985</guid>
      <dc:creator>radi_1</dc:creator>
      <dc:date>2005-05-08T03:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: Fbackup Help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-help/m-p/4900621#M403986</link>
      <description>I think the steps given by Radi are fine. But considering the fact that I have to backup data from a differnt Filesystem and a totally differnt file or directory name, what wwould I do. &lt;BR /&gt;&lt;BR /&gt;THis is my requirement basically becasue I use a 400 GIG tape out of which I backup only about 200 GIG onto it since my file system is 200 Gig. Then I would like to use the remaiing part of the tape to backup other data from another file system of about 150 GIG, at a later date.&lt;BR /&gt;&lt;BR /&gt;Swamy</description>
      <pubDate>Sun, 08 May 2005 04:02:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-help/m-p/4900621#M403986</guid>
      <dc:creator>jswamy</dc:creator>
      <dc:date>2005-05-08T04:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: Fbackup Help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-help/m-p/4900622#M403987</link>
      <description>While it is reasonable to use the remaining tape for other unrelated backups, fbackup (and commercial backup programs) will never allow it. The very first tape command (after a status check) in fbackup is rewind. So appending additional backups onto the end of the tape is not possible with fbackup.&lt;BR /&gt; &lt;BR /&gt;Re-using production backup tapes in this way is a very dangerous practice. Not only do you not know what might be on the tape (and where it is located such as append #2 or #3, etc), but just one mistake in positioning the tape can wipe out the entire tape. Record keeping is very critical and after a few weeks, such records can be a complete mess.&lt;BR /&gt; &lt;BR /&gt;fbackup (unlike classic Unix tools) makes a complete index at the beginning of each tape which has a large number of advantages. It only taskes a few seconds to get a complete list of all files, and this index is used to determine how to reach any file in just a few minutes.</description>
      <pubDate>Sun, 08 May 2005 21:22:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-help/m-p/4900622#M403987</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-05-08T21:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Fbackup Help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-help/m-p/4900623#M403988</link>
      <description>I think a conclusion can be made that fbackup's are possible as one time, with the exception that incremental backups are possible to update  already backed up files and addtional backups are not poosible with fbackup and also not advisable.&lt;BR /&gt;&lt;BR /&gt;ALthough I am not in production environment. it will be better to maitain a policy to backup once onto a tape and update it at regular intervals.&lt;BR /&gt;&lt;BR /&gt;THanks guys.&lt;BR /&gt;&lt;BR /&gt;Swamy</description>
      <pubDate>Mon, 09 May 2005 00:13:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-help/m-p/4900623#M403988</guid>
      <dc:creator>jswamy</dc:creator>
      <dc:date>2005-05-09T00:13:32Z</dc:date>
    </item>
  </channel>
</rss>

