<?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 Fbackup Graph File Question... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-graph-file-question/m-p/3886927#M280876</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Just a quick question about fbackup graph files. I'd have tried it to see, but I don't have a server handy with a DAT drive and tape loaded at the moment so...&lt;BR /&gt;&lt;BR /&gt;I want to in my backup include for example some files from /etc like /etc/passwd /etc/group /etc/ftpusers and so on, but I want to exclude the rest of the contents of that directory.&lt;BR /&gt;&lt;BR /&gt;I'm wondering if there is a correct way or a proper order this should go into the graph file. Would this be correct for example...&lt;BR /&gt;&lt;BR /&gt;e /etc&lt;BR /&gt;i /etc/passwd&lt;BR /&gt;i /etc/group&lt;BR /&gt;i /etc/ftpusers&lt;BR /&gt;&lt;BR /&gt;Or would fbackup see that I've excluded /etc and therefore ignore the following three include entries?&lt;BR /&gt;&lt;BR /&gt;Many thanks - Lee</description>
    <pubDate>Thu, 26 Oct 2006 02:11:08 GMT</pubDate>
    <dc:creator>Lee Harris_5</dc:creator>
    <dc:date>2006-10-26T02:11:08Z</dc:date>
    <item>
      <title>Fbackup Graph File Question...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-graph-file-question/m-p/3886927#M280876</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Just a quick question about fbackup graph files. I'd have tried it to see, but I don't have a server handy with a DAT drive and tape loaded at the moment so...&lt;BR /&gt;&lt;BR /&gt;I want to in my backup include for example some files from /etc like /etc/passwd /etc/group /etc/ftpusers and so on, but I want to exclude the rest of the contents of that directory.&lt;BR /&gt;&lt;BR /&gt;I'm wondering if there is a correct way or a proper order this should go into the graph file. Would this be correct for example...&lt;BR /&gt;&lt;BR /&gt;e /etc&lt;BR /&gt;i /etc/passwd&lt;BR /&gt;i /etc/group&lt;BR /&gt;i /etc/ftpusers&lt;BR /&gt;&lt;BR /&gt;Or would fbackup see that I've excluded /etc and therefore ignore the following three include entries?&lt;BR /&gt;&lt;BR /&gt;Many thanks - Lee</description>
      <pubDate>Thu, 26 Oct 2006 02:11:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-graph-file-question/m-p/3886927#M280876</guid>
      <dc:creator>Lee Harris_5</dc:creator>
      <dc:date>2006-10-26T02:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: Fbackup Graph File Question...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-graph-file-question/m-p/3886928#M280877</link>
      <description>Lee,&lt;BR /&gt;from "man fbackup"&lt;BR /&gt;"For example, to back up all of /usr except for the subtree /usr/lib, a file could be created with the following two records:&lt;BR /&gt;&lt;BR /&gt; i /usr&lt;BR /&gt; e /usr/lib"&lt;BR /&gt;&lt;BR /&gt;I read that to the reverse of your case, so it should work.&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Oct 2006 02:30:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-graph-file-question/m-p/3886928#M280877</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-10-26T02:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Fbackup Graph File Question...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-graph-file-question/m-p/3886929#M280878</link>
      <description>Lee,&lt;BR /&gt;UPDATE&lt;BR /&gt;Have just tried it and :&lt;BR /&gt;"fbackup(1601): could not access -i/-e file /etc/ftpusers&lt;BR /&gt;fbackup(1421): no history is available for graph file /var/adm/fbackupfiles/graphs/euro_graph (below level 0)&lt;BR /&gt;fbackup(1004): session begins on Thu Oct 26 08:36:52 2006&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;    1: / 4&lt;BR /&gt;    2: /etc 12&lt;BR /&gt;    3: /etc/group 1&lt;BR /&gt;    4: /etc/passwd 5&lt;BR /&gt;fbackup(1005): run time: 35 seconds&lt;BR /&gt;fbackup(3055): total file blocks read for backup: 22&lt;BR /&gt;fbackup(3056): total blocks written to output file /dev/rmt/0m: 51&lt;BR /&gt;fbackup(1030): warnings encountered during backup"&lt;BR /&gt;&lt;BR /&gt;So it certainly works! First error in my log only indicates that I don't have a /etc/ftpusers file.</description>
      <pubDate>Thu, 26 Oct 2006 02:41:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-graph-file-question/m-p/3886929#M280878</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-10-26T02:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: Fbackup Graph File Question...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-graph-file-question/m-p/3886930#M280879</link>
      <description>You can test fbackup extensively by using an ordinary file rather than a real tape. Just like tar, fbackup will send it's output to a file if specified:&lt;BR /&gt; &lt;BR /&gt;fbackup -v -f /tmp/test.fbackup -i /etc/vx &lt;BR /&gt; &lt;BR /&gt;It turns out that you don't need to exclude a top level directory if you are just specifying specific files (like your example). Now in my example, /etc/vx contains several subdirectories so I could exclude a set of directories like this:&lt;BR /&gt; &lt;BR /&gt;fbackup -v -f /tmp/test.fbackup -i /etc/vx -e /etc/vx/type&lt;BR /&gt; &lt;BR /&gt;Note that you can also test frecover in the same way -- use a plain file rather than a tape. Test the -I and -V options for instance:&lt;BR /&gt; &lt;BR /&gt;frecover -V - -f /tmp/test.fbackup&lt;BR /&gt;frecover -I - -f /tmp/test.fbackup</description>
      <pubDate>Thu, 26 Oct 2006 11:43:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-graph-file-question/m-p/3886930#M280879</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-10-26T11:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: Fbackup Graph File Question...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-graph-file-question/m-p/3886931#M280880</link>
      <description>Lee,&lt;BR /&gt;are you happy with the answers and is your problem resolved ?&lt;BR /&gt;If so , please see:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#22" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#22&lt;/A&gt;</description>
      <pubDate>Mon, 30 Oct 2006 08:55:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-graph-file-question/m-p/3886931#M280880</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-10-30T08:55:17Z</dc:date>
    </item>
  </channel>
</rss>

