<?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: ftio in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftio/m-p/2869019#M97916</link>
    <description>Hi,&lt;BR /&gt;Another disadvantage with ftio is that it is HP-UX only. A cpio or tar tape is portable to other Unix systems but not a ftio tape.</description>
    <pubDate>Sat, 21 Dec 2002 14:15:11 GMT</pubDate>
    <dc:creator>Leif Halvarsson_2</dc:creator>
    <dc:date>2002-12-21T14:15:11Z</dc:date>
    <item>
      <title>ftio</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftio/m-p/2869015#M97912</link>
      <description>I tried out the command ftio (see man ftio). It was really astonishing. I copied file systems to DDS2 tapes in short a very short time without using single user mode. Also I wonder how ftio did manage to copy some files while they are still open. Below I gave some results of four of our servers when used I used ftio:&lt;BR /&gt;&lt;BR /&gt;K220: 2 hours 58 min&lt;BR /&gt;Using ftio ???oxv   ???remote Tape DDS2 Drive???  /&lt;BR /&gt;&lt;BR /&gt;B2000: 10 hours &lt;BR /&gt;Using ftio ???oxv ???remote DDS2 Tape Drive???  /&lt;BR /&gt;&lt;BR /&gt;K250: about 30 min&lt;BR /&gt; Using ftio -oxv /dev/rmt/c2t0d0BEST /usr /var /etc /home /stand /sbin&lt;BR /&gt;&lt;BR /&gt;K570: 1 hour 12 min&lt;BR /&gt; Using ftio -oxv /dev/rmt/c4t0d0BEST /usr /var /etc /home /stand /sbin&lt;BR /&gt;&lt;BR /&gt; My question is why isn???t ftio mentioned with the backup commands (cpio, tar, fbackup, dd, dump, vxdeump).... &lt;BR /&gt;&lt;BR /&gt;Is it recommended to use ftio in addition to fbackup for UNIX backup tasks?? How about recovery?&lt;BR /&gt;</description>
      <pubDate>Sat, 21 Dec 2002 12:53:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftio/m-p/2869015#M97912</guid>
      <dc:creator>Khalid A. Al-Tayaran</dc:creator>
      <dc:date>2002-12-21T12:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: ftio</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftio/m-p/2869016#M97913</link>
      <description>Infact,ftio has greater backup speed compared to tar,cpio.&lt;BR /&gt;&lt;BR /&gt;you can also use it for full and  incremental backups.&lt;BR /&gt;It can also span multiple tapes.&lt;BR /&gt;The only disadvantage is that like cpio,tar it cannot support files greater than 2GB.&lt;BR /&gt;&lt;BR /&gt;Another important thing is that ftio can is compatible with cpio backups.&lt;BR /&gt;Using ftio you can recovery backups that were taken usinc cpio.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;REvert</description>
      <pubDate>Sat, 21 Dec 2002 13:17:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftio/m-p/2869016#M97913</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-12-21T13:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: ftio</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftio/m-p/2869017#M97914</link>
      <description>ftio obsoleted &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;admit=-682735245+1040477038854+28353475&amp;amp;docId=200000062959129" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;admit=-682735245+1040477038854+28353475&amp;amp;docId=200000062959129&lt;/A&gt;</description>
      <pubDate>Sat, 21 Dec 2002 13:25:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftio/m-p/2869017#M97914</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-12-21T13:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: ftio</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftio/m-p/2869018#M97915</link>
      <description>As mentioned, ftio is obsolete. It was designed more than a decade ago to support 1/4" tape cartridges and 1/2" reel-to-reel tapes. It should not be used in a production environment.&lt;BR /&gt;&lt;BR /&gt;The fastest backup (and restore) built into HP-UX is fbackup, but you must run with a config file to maximize performance for DDS and DLT tapes. Create a file with:&lt;BR /&gt;&lt;BR /&gt;blocksperrecord 256 &lt;BR /&gt;records 32 &lt;BR /&gt;checkpointfreq 1024 &lt;BR /&gt;readerprocesses 6 &lt;BR /&gt;maxretries 5 &lt;BR /&gt;retrylimit 5000000 &lt;BR /&gt;maxvoluses 200 &lt;BR /&gt;filesperfsm 2000 &lt;BR /&gt;&lt;BR /&gt;and run fbackup using the -c option. frecover can restore individual files 10-100x faster than cpio, tar, dump or ftio.</description>
      <pubDate>Sat, 21 Dec 2002 14:07:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftio/m-p/2869018#M97915</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-12-21T14:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: ftio</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftio/m-p/2869019#M97916</link>
      <description>Hi,&lt;BR /&gt;Another disadvantage with ftio is that it is HP-UX only. A cpio or tar tape is portable to other Unix systems but not a ftio tape.</description>
      <pubDate>Sat, 21 Dec 2002 14:15:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftio/m-p/2869019#M97916</guid>
      <dc:creator>Leif Halvarsson_2</dc:creator>
      <dc:date>2002-12-21T14:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: ftio</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftio/m-p/2869020#M97917</link>
      <description>&lt;BR /&gt;&lt;BR /&gt; Thanks guys,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; Too bad...&lt;BR /&gt;&lt;BR /&gt; ftio obsoleted ?? why it looks fast. &lt;BR /&gt;&lt;BR /&gt; If I have only HP-UX servers why bother ??? &lt;BR /&gt;&lt;BR /&gt; I will test ftio vs fbackup on production server in a few days. I hope I'll post the results soon.... ftio could win .... ???? Maybe not..&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 21 Dec 2002 15:45:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftio/m-p/2869020#M97917</guid>
      <dc:creator>Khalid A. Al-Tayaran</dc:creator>
      <dc:date>2002-12-21T15:45:37Z</dc:date>
    </item>
  </channel>
</rss>

