<?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: Backup using fbackup utility in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-fbackup-utility/m-p/5148424#M454112</link>
    <description>Hi ahsan,&lt;BR /&gt;&lt;BR /&gt;Will this command suffice to perform fbackup to a file?&lt;BR /&gt;&lt;BR /&gt;fbackup -f /tmp/backup_file -g var/adm/fbackupfiles/gfile&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Thu, 01 Jan 2009 10:07:03 GMT</pubDate>
    <dc:creator>maxell_1</dc:creator>
    <dc:date>2009-01-01T10:07:03Z</dc:date>
    <item>
      <title>Backup using fbackup utility</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-fbackup-utility/m-p/5148422#M454110</link>
      <description>This is my first time using the fbackup command and am not sure on few things:&lt;BR /&gt;&lt;BR /&gt;1) How do I ensure that my tape drive is up and connected?&lt;BR /&gt;2) Is it possible to perform fbackup to a file rather than to a tape? If it is, what is the command?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 01 Jan 2009 09:44:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-fbackup-utility/m-p/5148422#M454110</guid>
      <dc:creator>maxell_1</dc:creator>
      <dc:date>2009-01-01T09:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Backup using fbackup utility</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-fbackup-utility/m-p/5148423#M454111</link>
      <description>&amp;gt;&amp;gt;How do I ensure that my tape drive is up and connected?&lt;BR /&gt;&lt;BR /&gt;#mt -t /dev/rmt/Xmn status&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;Is it possible to perform fbackup to a file rather than to a tape? If it is, what is the command?&lt;BR /&gt;&lt;BR /&gt;yes you can do it. check the man pages&lt;BR /&gt;&lt;BR /&gt;#man fbackup</description>
      <pubDate>Thu, 01 Jan 2009 10:02:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-fbackup-utility/m-p/5148423#M454111</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2009-01-01T10:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Backup using fbackup utility</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-fbackup-utility/m-p/5148424#M454112</link>
      <description>Hi ahsan,&lt;BR /&gt;&lt;BR /&gt;Will this command suffice to perform fbackup to a file?&lt;BR /&gt;&lt;BR /&gt;fbackup -f /tmp/backup_file -g var/adm/fbackupfiles/gfile&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 01 Jan 2009 10:07:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-fbackup-utility/m-p/5148424#M454112</guid>
      <dc:creator>maxell_1</dc:creator>
      <dc:date>2009-01-01T10:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: Backup using fbackup utility</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-fbackup-utility/m-p/5148425#M454113</link>
      <description>try this syntax&lt;BR /&gt;&lt;BR /&gt;#fbackup -i /sysinfo -f /tmp/file_out</description>
      <pubDate>Thu, 01 Jan 2009 10:15:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-fbackup-utility/m-p/5148425#M454113</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2009-01-01T10:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Backup using fbackup utility</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-fbackup-utility/m-p/5148426#M454114</link>
      <description>that is OK u can do that.&lt;BR /&gt;&lt;BR /&gt;#ioscan -fnCtape will show u all the tape drives connected to ur system.&lt;BR /&gt;these will show as /dev/rmt/0mn&lt;BR /&gt;/dev/rmt/1mn /dev/rmt/2mn if u have multiplae drives connected.&lt;BR /&gt;&lt;BR /&gt;Remember that device files in teh iosacn listing for tapes  /dev/rmt/1mn /dev/rmt/1m &lt;BR /&gt;etc refer physically to the same tape drive and /dev/rmt/1mn and /dev/rmt/0mn  are different Tape drives.&lt;BR /&gt;&lt;BR /&gt;as stated in the preceeding post u can use &lt;BR /&gt;&lt;BR /&gt;#mt -t /dev/rmt/0mn status &lt;BR /&gt;to see that the Tape drive is ONline or not&lt;BR /&gt;&lt;BR /&gt;put a media in the drive and again&lt;BR /&gt;#mt -t /dev/rmt/0mn status&lt;BR /&gt;to see if media is shown in the drive.&lt;BR /&gt;&lt;BR /&gt;#mt -t /dev/rmt/0mn rewind&lt;BR /&gt;this will rewind the media&lt;BR /&gt;&lt;BR /&gt;this is how u can check the tape devices in the system and media status of them.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2)once u r done with u can give fbackup command to take the backup like this for example:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#fbackup -0 -v -u -i /etc -i /usr -e /usr/lib -f /dev/rmt/0mn&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;this is to take alevel 0 that is Full backup of  the diectories as included using -i option that is here /etc and /usr but will exclude the directory /usr/lib that is expressed with the -e option on teh tape device /dev/rmt/0mn which is given by -f option and will update the internal database of the fbackup operations that fbackup keeps as we have given the -u commans option&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sujit&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Jan 2009 10:22:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-fbackup-utility/m-p/5148426#M454114</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-01-01T10:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: Backup using fbackup utility</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-fbackup-utility/m-p/5148427#M454115</link>
      <description>Thanks Guys for the speedy clear replies. &lt;BR /&gt;&lt;BR /&gt;Happy new year!</description>
      <pubDate>Thu, 01 Jan 2009 10:25:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-fbackup-utility/m-p/5148427#M454115</guid>
      <dc:creator>maxell_1</dc:creator>
      <dc:date>2009-01-01T10:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Backup using fbackup utility</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-fbackup-utility/m-p/5148428#M454116</link>
      <description>#fbackup -0 -v -u -i /etc -i /usr -e /usr/lib -f /tmp/backup.files&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;this is to take alevel 0 that is Full backup of the diectories as included using -i option that is here /etc and /usr but will exclude the directory /usr/lib that is expressed with the -e option on teh directory /tmp/backup.files on the disk. which is given by -f option and will update the internal database of the fbackup operations that fbackup keeps as we have given the -u commans option&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;fbackup shall fail if for the files that u have specified for backing up u do not have enough space to keep the backup.\&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sujit&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Jan 2009 10:26:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-using-fbackup-utility/m-p/5148428#M454116</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-01-01T10:26:38Z</dc:date>
    </item>
  </channel>
</rss>

