<?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 command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-command/m-p/3221777#M892679</link>
    <description>run bdf to get all the filesystems in vg01. Then if you had /fs1 and /fs2 and your tape drive is /dev/rmt/0m you would run :-&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#fbackup -f /dev/rmt/0m -v -i /fs1 -i /fs2 -I /tmp/mylogfile.txt &lt;BR /&gt;&lt;BR /&gt;You could run :-&lt;BR /&gt;&lt;BR /&gt;#fbackup -f /dev/rmt/0m -v -g /tmp/mygraph -I /tmp/mylogfile.txt &lt;BR /&gt;&lt;BR /&gt;where /tmp/mygraph contains&lt;BR /&gt;&lt;BR /&gt;i /fs1&lt;BR /&gt;i /fs2&lt;BR /&gt;&lt;BR /&gt;Use -e to exclude subdirectories.&lt;BR /&gt;&lt;BR /&gt;Hope that helps&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave.</description>
    <pubDate>Wed, 17 Mar 2004 12:33:33 GMT</pubDate>
    <dc:creator>David Burgess</dc:creator>
    <dc:date>2004-03-17T12:33:33Z</dc:date>
    <item>
      <title>fbackup command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-command/m-p/3221775#M892677</link>
      <description>I want make backup of intire vg01 on my system using fbackup command.&lt;BR /&gt;&lt;BR /&gt;write the complete command please.&lt;BR /&gt;&lt;BR /&gt;easy point !!!</description>
      <pubDate>Wed, 17 Mar 2004 12:04:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-command/m-p/3221775#M892677</guid>
      <dc:creator>Francois Bariselle_3</dc:creator>
      <dc:date>2004-03-17T12:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-command/m-p/3221776#M892678</link>
      <description>Before we can give you the command we need to know what mounted filesystems are part of VG01.  fbackup works on filesystem names NOT VG names.  The output of 'bdf -l' would be most helpful.</description>
      <pubDate>Wed, 17 Mar 2004 12:19:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-command/m-p/3221776#M892678</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-03-17T12:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-command/m-p/3221777#M892679</link>
      <description>run bdf to get all the filesystems in vg01. Then if you had /fs1 and /fs2 and your tape drive is /dev/rmt/0m you would run :-&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#fbackup -f /dev/rmt/0m -v -i /fs1 -i /fs2 -I /tmp/mylogfile.txt &lt;BR /&gt;&lt;BR /&gt;You could run :-&lt;BR /&gt;&lt;BR /&gt;#fbackup -f /dev/rmt/0m -v -g /tmp/mygraph -I /tmp/mylogfile.txt &lt;BR /&gt;&lt;BR /&gt;where /tmp/mygraph contains&lt;BR /&gt;&lt;BR /&gt;i /fs1&lt;BR /&gt;i /fs2&lt;BR /&gt;&lt;BR /&gt;Use -e to exclude subdirectories.&lt;BR /&gt;&lt;BR /&gt;Hope that helps&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave.</description>
      <pubDate>Wed, 17 Mar 2004 12:33:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-command/m-p/3221777#M892679</guid>
      <dc:creator>David Burgess</dc:creator>
      <dc:date>2004-03-17T12:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-command/m-p/3221778#M892680</link>
      <description>Note the logfile is -I which is capital i not capital l (el). The font isn't clear.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave.</description>
      <pubDate>Wed, 17 Mar 2004 12:34:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-command/m-p/3221778#M892680</guid>
      <dc:creator>David Burgess</dc:creator>
      <dc:date>2004-03-17T12:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-command/m-p/3221779#M892681</link>
      <description>I would do something like this. I assume you already have a config file for fbackup.&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/sh&lt;BR /&gt;&lt;BR /&gt;TDIR=${TMPDIR:-/var/tmp}&lt;BR /&gt;PID=${$}&lt;BR /&gt;GFILE=${TDIR}/${PID}.graph&lt;BR /&gt;DEV=/dev/rmt/1m&lt;BR /&gt;CONGIG=myconfigfile&lt;BR /&gt;LEVEL="0"&lt;BR /&gt;VG="/dev/vg01"&lt;BR /&gt;&lt;BR /&gt;rm -f ${GFILE}&lt;BR /&gt;bdf -l | grep -E "^${VG}" | awk '{print $NF}' | while read FS&lt;BR /&gt;do&lt;BR /&gt;  echo "i ${FS}" &amp;gt;&amp;gt; ${GFILE}"&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;if [[ -s "${GFILE}"" ]]&lt;BR /&gt;then&lt;BR /&gt;  fbackup -f ${DEV} -${LEVEL} -g ${GFILE}&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;rm -f ${GFILE}&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Mar 2004 12:48:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-command/m-p/3221779#M892681</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-03-17T12:48:55Z</dc:date>
    </item>
  </channel>
</rss>

