<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4847162#M394435</link>
    <description>by the way, the directory&lt;BR /&gt;fbackupfiles/dates is not existed.</description>
    <pubDate>Sat, 21 Dec 2002 11:13:51 GMT</pubDate>
    <dc:creator>Norman_21</dc:creator>
    <dc:date>2002-12-21T11:13:51Z</dc:date>
    <item>
      <title>fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4847153#M394426</link>
      <description>hi again,&lt;BR /&gt;&lt;BR /&gt;I want to exclude and include some files from two different &lt;BR /&gt;directories.&lt;BR /&gt;&lt;BR /&gt;e.g) fbackup -v -g /backup/graph -f /dev/rmt/0m&lt;BR /&gt;&lt;BR /&gt;inside the graph file:&lt;BR /&gt;i /backup/mydir/*.dat&lt;BR /&gt;i /backup/other/mydir/*.dat&lt;BR /&gt;e /backup/mydir/*.bak&lt;BR /&gt;e /backup/other/mydir/*.idx&lt;BR /&gt;&lt;BR /&gt;will this going to work. I just want to make sure and if yes, what will be the frecover&lt;BR /&gt;command.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Sat, 21 Dec 2002 08:47:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4847153#M394426</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2002-12-21T08:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4847154#M394427</link>
      <description>Yes this will work. You can always have a graph file to include and exclude directories or files. And while restoring you'll use the same option (-g) with the graph file for restore. If you just specify include directory and only that will be restored and rest excluded.&lt;BR /&gt;&lt;BR /&gt;See the man pages for more details on frecover. Also one good option -N with -v just list files in backup but doesn't actually restore on to disk.&lt;BR /&gt;&lt;BR /&gt;Rajeev</description>
      <pubDate>Sat, 21 Dec 2002 09:22:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4847154#M394427</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2002-12-21T09:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4847155#M394428</link>
      <description>Yes using the -g graph file option you can iclude and exclude the directories for backup and restore.&lt;BR /&gt;&lt;BR /&gt;Things are right and it will work.&lt;BR /&gt;&lt;BR /&gt;Also for the frecover option you have to use the same -g option to restore the selected files and directories using the i-include and e-exclude as defined in the graph file.&lt;BR /&gt;&lt;BR /&gt;There is no default graph file as such so make sure that you give the absolute path of the graph file because when the frecover does not find the graph file it restores the entire tape.&lt;BR /&gt;&lt;BR /&gt;check these two documents.might be useful&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000063197953" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000063197953&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000064209593" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000064209593&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 21 Dec 2002 10:12:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4847155#M394428</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-12-21T10:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4847156#M394429</link>
      <description>Hi Rajeev,&lt;BR /&gt;&lt;BR /&gt;Thanks for the reply. However,&lt;BR /&gt;I get the following msg:&lt;BR /&gt;&lt;BR /&gt;Could not access -i/-e file /backup/other/mydir/*.idx&lt;BR /&gt;could not access -i/-e file /backup/mydir/*.bak&lt;BR /&gt;could not open the dates file /var/adm/fbackupfiles/dates&lt;BR /&gt;&lt;BR /&gt;appreciate your prompt reply.</description>
      <pubDate>Sat, 21 Dec 2002 10:18:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4847156#M394429</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2002-12-21T10:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4847157#M394430</link>
      <description>I am not sure whether you are taking incremental backup.&lt;BR /&gt;&lt;BR /&gt;If that is the case use the -u option with the incremental level of backup like &lt;BR /&gt;-u 0 (full backup)&lt;BR /&gt;-u 1 (files modified from the 0 level)&lt;BR /&gt;&lt;BR /&gt;0 level backup (full backup)&lt;BR /&gt;&lt;BR /&gt;fbackup -v -f /dev/rmt/0m -u -0 -g &lt;PATH of="" graph="" file=""&gt; &amp;gt; /tmp/fbackup.log 2&amp;gt;&amp;amp;1 &lt;BR /&gt;&lt;BR /&gt;-u option updates the /var/adm/fbackupfiles/dates file.&lt;BR /&gt;So when you take the incremental backup the fbackup refers this file and checks the timestamp and takes only the modified files from that time.&lt;BR /&gt;&lt;BR /&gt;Revert&lt;BR /&gt;&lt;BR /&gt;&lt;/PATH&gt;</description>
      <pubDate>Sat, 21 Dec 2002 10:40:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4847157#M394430</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-12-21T10:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4847158#M394431</link>
      <description>Also from the man pages of fbackup&lt;BR /&gt;&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 is used for incremental backups.**** The -d option can be used to specify an alternate database file. The user can specify to update this file when an fbackup session completes successfully&lt;BR /&gt;*//&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 21 Dec 2002 10:42:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4847158#M394431</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-12-21T10:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4847159#M394432</link>
      <description>Hi AB,&lt;BR /&gt;&lt;BR /&gt;It is saying "Could not access -i/-e file /backup/other/mydir/*.idx" because this file doesn't exist. I mean check the path and the file type *.idx there might be no files of that kind in that path.&lt;BR /&gt;And "could not open the dates file /var/adm/fbackupfiles/dates " it says because the user which is doing fbackup doesn't have permission to write into this dates file or may be in the directory /var/adm/fbackupfiles he doesn't have permission.&lt;BR /&gt;Please check both these conditions thats where the problem is.&lt;BR /&gt;&lt;BR /&gt;Rajeev</description>
      <pubDate>Sat, 21 Dec 2002 11:02:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4847159#M394432</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2002-12-21T11:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4847160#M394433</link>
      <description>I'm not doing increamental backup. This is the first time I run the fbackup in this system.I normaly use tar.&lt;BR /&gt;but because I wanted to all files under the /backup/mydir&lt;BR /&gt; and under /backup/other/mydir&lt;BR /&gt; except *.bak and *.idx&lt;BR /&gt;.&lt;BR /&gt;</description>
      <pubDate>Sat, 21 Dec 2002 11:10:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4847160#M394433</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2002-12-21T11:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4847161#M394434</link>
      <description>Thanks Rajeev again,&lt;BR /&gt;&lt;BR /&gt;But the file is there and I'm&lt;BR /&gt;a super user " root "!&lt;BR /&gt;</description>
      <pubDate>Sat, 21 Dec 2002 11:13:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4847161#M394434</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2002-12-21T11:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4847162#M394435</link>
      <description>by the way, the directory&lt;BR /&gt;fbackupfiles/dates is not existed.</description>
      <pubDate>Sat, 21 Dec 2002 11:13:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4847162#M394435</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2002-12-21T11:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4847163#M394436</link>
      <description>drwxr-----   2 root       sys             96 Jun  3  2000 fbackupfiles  &lt;BR /&gt;-rwxr-----   1 root       sys            122 Jun  3  2000 dates&lt;BR /&gt;&lt;BR /&gt;As permissions look above only the root user has all the permissions.&lt;BR /&gt;How are you running the fbackup.&lt;BR /&gt;Please show your command and also the permissions on these files.&lt;BR /&gt;As Rajeev pointed out,please check whether the *.dat and *.idx files are there in the dir&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Sat, 21 Dec 2002 11:14:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4847163#M394436</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-12-21T11:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4847164#M394437</link>
      <description>Then create the directory and the file as per the permissions given in the previous post and try again.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Sat, 21 Dec 2002 11:16:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4847164#M394437</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-12-21T11:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4847165#M394438</link>
      <description>I am not sure whether fbackup can determine wildcards.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please remove the asterisk(*) and try specifying the entire-filename in your graph file.</description>
      <pubDate>Sat, 21 Dec 2002 11:19:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4847165#M394438</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-12-21T11:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4847166#M394439</link>
      <description>Ofcourse yes&lt;BR /&gt;&lt;BR /&gt;fbackup does not support wildcards&lt;BR /&gt;remove the wildcard from the graph file and specify the entire file-name in the list.&lt;BR /&gt;&lt;BR /&gt;You can just write a script to grep the .idx and .dat files from the specified path.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 21 Dec 2002 11:27:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4847166#M394439</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-12-21T11:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4847167#M394440</link>
      <description>Thanks guys for the support&lt;BR /&gt;it is working fine. It was just the fbackupfiles/dates were not available besides &lt;BR /&gt;the wild card issue.&lt;BR /&gt;Thanks again.</description>
      <pubDate>Sat, 21 Dec 2002 12:04:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4847167#M394440</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2002-12-21T12:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4847168#M394441</link>
      <description>Closed...</description>
      <pubDate>Thu, 24 Feb 2005 12:37:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/4847168#M394441</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2005-02-24T12:37:30Z</dc:date>
    </item>
  </channel>
</rss>

