<?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/2766885#M73753</link>
    <description>You could also use an alternate backup method which would allow you to use wildcards.&lt;BR /&gt;&lt;BR /&gt;eg: tar&lt;BR /&gt;&lt;BR /&gt;tar cvf /dev/rmt/1m /tiger/assemble/*.Z</description>
    <pubDate>Thu, 18 Jul 2002 08:18:39 GMT</pubDate>
    <dc:creator>Chris Wilshaw</dc:creator>
    <dc:date>2002-07-18T08:18:39Z</dc:date>
    <item>
      <title>fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/2766883#M73751</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;My data is coming in /tiger/assemble. I am compressing the data every 4 hour. I want to take the backup of only the *.Z files through fbackup. What should be the command.&lt;BR /&gt;&lt;BR /&gt;# fbackup -f /dev/rmt/1m -i /tiger/assemble/*.Z&lt;BR /&gt;takes the backup of all files in /tiger/assemble.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Raje.</description>
      <pubDate>Thu, 18 Jul 2002 08:02:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/2766883#M73751</guid>
      <dc:creator>Sanjiv Sharma_1</dc:creator>
      <dc:date>2002-07-18T08:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/2766884#M73752</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;You have to save your Z files in another directory.  The -i option lets you specify the path you want to backup, all files in the path will be considered regardless of how many wildcard characters you include.&lt;BR /&gt;&lt;BR /&gt;E.g. Save them in /tiger/assemble/Z and then type:&lt;BR /&gt;&lt;BR /&gt;fbackup -f /dev/rmt/1m -i /tiger/assemble/Z&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Vince</description>
      <pubDate>Thu, 18 Jul 2002 08:12:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/2766884#M73752</guid>
      <dc:creator>Vincent Farrugia</dc:creator>
      <dc:date>2002-07-18T08:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/2766885#M73753</link>
      <description>You could also use an alternate backup method which would allow you to use wildcards.&lt;BR /&gt;&lt;BR /&gt;eg: tar&lt;BR /&gt;&lt;BR /&gt;tar cvf /dev/rmt/1m /tiger/assemble/*.Z</description>
      <pubDate>Thu, 18 Jul 2002 08:18:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/2766885#M73753</guid>
      <dc:creator>Chris Wilshaw</dc:creator>
      <dc:date>2002-07-18T08:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/2766886#M73754</link>
      <description>Or you could create a graph file for fbackup first:&lt;BR /&gt;&lt;BR /&gt;for FILE in /tiger/assemble/*.Z &lt;BR /&gt;do&lt;BR /&gt;  echo "i $FILE"&lt;BR /&gt;done &amp;gt; /tmp/fbackup.include&lt;BR /&gt;&lt;BR /&gt;fbackup -f /dev/rmt/1m -g /tmp/fbackup.include&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Trond</description>
      <pubDate>Thu, 18 Jul 2002 08:43:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup/m-p/2766886#M73754</guid>
      <dc:creator>Trond Haugen</dc:creator>
      <dc:date>2002-07-18T08:43:53Z</dc:date>
    </item>
  </channel>
</rss>

