<?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: Excluding files using fbackup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/excluding-files-using-fbackup/m-p/3310161#M185451</link>
    <description>-e path: path specifies a tree to be excluded from the backup graph.  This tree must be a subtree of part of the backup graph.  Otherwise, specifying it will not&lt;BR /&gt;exclude any files from the graph. &lt;BR /&gt;&lt;BR /&gt;I don't think * can be used. You have to exclude files/directories as below:&lt;BR /&gt;&lt;BR /&gt;-e /var/opt&lt;BR /&gt;-e /var/opt/perf&lt;BR /&gt;&lt;BR /&gt;sks</description>
    <pubDate>Mon, 21 Jun 2004 01:30:36 GMT</pubDate>
    <dc:creator>Sanjay Kumar Suri</dc:creator>
    <dc:date>2004-06-21T01:30:36Z</dc:date>
    <item>
      <title>Excluding files using fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/excluding-files-using-fbackup/m-p/3310158#M185448</link>
      <description>Hi..&lt;BR /&gt;How can this file/s be excluded from fbackup (/var/tmp/datafiles.tar.ddmmyy).I've included this line in the fbackup.graph file.&lt;BR /&gt;&lt;BR /&gt;i       /var&lt;BR /&gt;e       /var/opt/perf/datafiles&lt;BR /&gt;e       /var/tmp/datafiles.tar*&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It seems that '*' is not working with fbackup. Pls advise..</description>
      <pubDate>Mon, 21 Jun 2004 00:55:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/excluding-files-using-fbackup/m-p/3310158#M185448</guid>
      <dc:creator>Kenn_1</dc:creator>
      <dc:date>2004-06-21T00:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding files using fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/excluding-files-using-fbackup/m-p/3310159#M185449</link>
      <description>hello kenn,&lt;BR /&gt;&lt;BR /&gt;check out whether you are specifying the path of graph file with -g option.</description>
      <pubDate>Mon, 21 Jun 2004 01:19:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/excluding-files-using-fbackup/m-p/3310159#M185449</guid>
      <dc:creator>venugopalakrishna.y.r</dc:creator>
      <dc:date>2004-06-21T01:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding files using fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/excluding-files-using-fbackup/m-p/3310160#M185450</link>
      <description>I am fairly sure that you can only exlude using actual file names and not wildcards.</description>
      <pubDate>Mon, 21 Jun 2004 01:29:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/excluding-files-using-fbackup/m-p/3310160#M185450</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-06-21T01:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding files using fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/excluding-files-using-fbackup/m-p/3310161#M185451</link>
      <description>-e path: path specifies a tree to be excluded from the backup graph.  This tree must be a subtree of part of the backup graph.  Otherwise, specifying it will not&lt;BR /&gt;exclude any files from the graph. &lt;BR /&gt;&lt;BR /&gt;I don't think * can be used. You have to exclude files/directories as below:&lt;BR /&gt;&lt;BR /&gt;-e /var/opt&lt;BR /&gt;-e /var/opt/perf&lt;BR /&gt;&lt;BR /&gt;sks</description>
      <pubDate>Mon, 21 Jun 2004 01:30:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/excluding-files-using-fbackup/m-p/3310161#M185451</guid>
      <dc:creator>Sanjay Kumar Suri</dc:creator>
      <dc:date>2004-06-21T01:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding files using fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/excluding-files-using-fbackup/m-p/3310162#M185452</link>
      <description>sorry wild card not working with fbackup.</description>
      <pubDate>Mon, 21 Jun 2004 01:31:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/excluding-files-using-fbackup/m-p/3310162#M185452</guid>
      <dc:creator>malay boy</dc:creator>
      <dc:date>2004-06-21T01:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding files using fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/excluding-files-using-fbackup/m-p/3310163#M185453</link>
      <description>- e is for path, therfore, a workaround for you - put all your datafiles.tar.ddmmyy in a separate directory:&lt;BR /&gt;&lt;BR /&gt;/var/tmp/datafiles/&lt;BR /&gt;&lt;BR /&gt;then in graph file:&lt;BR /&gt;&lt;BR /&gt;e /var/tmp/datafiles&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 21 Jun 2004 08:08:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/excluding-files-using-fbackup/m-p/3310163#M185453</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-06-21T08:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding files using fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/excluding-files-using-fbackup/m-p/3310164#M185454</link>
      <description>Hi All..&lt;BR /&gt;&lt;BR /&gt;Thanks for the response.. really appreciate.. and I do believe that I cannot use wildcards for this and thank you also for workaround solution.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;-Kenn-</description>
      <pubDate>Mon, 21 Jun 2004 20:02:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/excluding-files-using-fbackup/m-p/3310164#M185454</guid>
      <dc:creator>Kenn_1</dc:creator>
      <dc:date>2004-06-21T20:02:16Z</dc:date>
    </item>
  </channel>
</rss>

