<?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 files to the disk &amp;amp; than to the tape in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-files-to-the-disk-amp-than-to-the-tape/m-p/3414798#M203201</link>
    <description>Your right sorry.&lt;BR /&gt;&lt;BR /&gt;It does work with the pipe :&lt;BR /&gt;&lt;BR /&gt;TALSMS1:/#fbackup -i /sysinfo -f /tmp/file_out&lt;BR /&gt;fbackup(1004): session begins on Fri Nov  5 10:30:19 2004&lt;BR /&gt;fbackup(3024): writing volume 1 to the output file /tmp/file_out&lt;BR /&gt;fbackup(3055): total file blocks read for backup: 77685&lt;BR /&gt;fbackup(3056): total blocks written to output file /tmp/file_out: 78116&lt;BR /&gt;TALSMS1:/#dd bs=16k if=/tmp/file_out of=/dev/rmt/0m&lt;BR /&gt;2441+1 records in&lt;BR /&gt;2441+1 records out&lt;BR /&gt;TALSMS1:/#dd bs=16k if=/dev/rmt/0m | frecover -rNv -f -&lt;BR /&gt;drwxr-xr-x      root    root    /&lt;BR /&gt;drwxrwxrwx      root    root    /sysinfo&lt;BR /&gt;etc..etc..&lt;BR /&gt;&lt;BR /&gt;So if you could keep the previous night on disk for 24hrs aswell as copying it to tape, your disk copy will resolve the fast recovery issue for any file required from the previous day..  &lt;BR /&gt;&lt;BR /&gt;Hopefully a workable solution.</description>
    <pubDate>Fri, 05 Nov 2004 05:37:42 GMT</pubDate>
    <dc:creator>D Anderton</dc:creator>
    <dc:date>2004-11-05T05:37:42Z</dc:date>
    <item>
      <title>fbackup files to the disk &amp; than to the tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-files-to-the-disk-amp-than-to-the-tape/m-p/3414781#M203184</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Do you know how to copy /dir/file -&amp;gt; /dev/rmt/tape and keep format of fbackup ???&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;till now we did fbackup to the tape using this cmd: fbackup -f /dev/rmt/0m -0vi / &lt;BR /&gt;&lt;BR /&gt;now we cannot let system to be down during fbackup and we are looking for procedure how to do that and minimize downtime.&lt;BR /&gt;&lt;BR /&gt;We want to do fbackup to diskfile&lt;BR /&gt;cmd: fbackup -f /dir/file -0vi /&lt;BR /&gt;&lt;BR /&gt;and than copy this file to the tape&lt;BR /&gt;&lt;BR /&gt;Do you know how to copy /dir/file -&amp;gt; /dev/rmt/tape and keep format of fbackup ???&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Nov 2004 06:53:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-files-to-the-disk-amp-than-to-the-tape/m-p/3414781#M203184</guid>
      <dc:creator>Petr Simik_1</dc:creator>
      <dc:date>2004-11-04T06:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup files to the disk &amp; than to the tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-files-to-the-disk-amp-than-to-the-tape/m-p/3414782#M203185</link>
      <description>Hi,&lt;BR /&gt;There is no support for disk backup in fbackup.&lt;BR /&gt;&lt;BR /&gt;Maybe cpio is an alternative, or better , Data Protector.</description>
      <pubDate>Thu, 04 Nov 2004 07:10:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-files-to-the-disk-amp-than-to-the-tape/m-p/3414782#M203185</guid>
      <dc:creator>Leif Halvarsson_2</dc:creator>
      <dc:date>2004-11-04T07:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup files to the disk &amp; than to the tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-files-to-the-disk-amp-than-to-the-tape/m-p/3414783#M203186</link>
      <description>Yes CPIO may work&lt;BR /&gt;what would be the syntax  to copy file from disk to tape by cpio??</description>
      <pubDate>Thu, 04 Nov 2004 07:43:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-files-to-the-disk-amp-than-to-the-tape/m-p/3414783#M203186</guid>
      <dc:creator>Petr Simik_1</dc:creator>
      <dc:date>2004-11-04T07:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup files to the disk &amp; than to the tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-files-to-the-disk-amp-than-to-the-tape/m-p/3414784#M203187</link>
      <description>I tried &lt;BR /&gt;#echo /tmp/filename | cpio -o &amp;gt; /dev/rmt/0m&lt;BR /&gt;&lt;BR /&gt;but when I try &lt;BR /&gt;#frecover -r -f /dev/rmt/0m -N -v&lt;BR /&gt;&lt;BR /&gt;than ERROR:&lt;BR /&gt;frecover(2105): did not find expected file marker&lt;BR /&gt;frecover(5419): checksum on volume header is incorrect.&lt;BR /&gt;frecover(5420): not an fbackup volume; magic value is incorrect&lt;BR /&gt;frecover(2105): did not find expected file marker&lt;BR /&gt;frecover(5412): Do you wish to try to salvage this volume? (^[yY]/^[nN]) frecover(4302): frecover interrupted, continue? (^[yY&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Nov 2004 07:52:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-files-to-the-disk-amp-than-to-the-tape/m-p/3414784#M203187</guid>
      <dc:creator>Petr Simik_1</dc:creator>
      <dc:date>2004-11-04T07:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup files to the disk &amp; than to the tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-files-to-the-disk-amp-than-to-the-tape/m-p/3414785#M203188</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;You would need to cpio it back to disk and then use frecover on the disk file&lt;BR /&gt;&lt;BR /&gt;It just wont work otherwise since the tape is not in fbackup format&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;     Steve Steel</description>
      <pubDate>Thu, 04 Nov 2004 08:34:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-files-to-the-disk-amp-than-to-the-tape/m-p/3414785#M203188</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2004-11-04T08:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup files to the disk &amp; than to the tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-files-to-the-disk-amp-than-to-the-tape/m-p/3414786#M203189</link>
      <description>It has to be a two step process.&lt;BR /&gt;&lt;BR /&gt;1) Script copies files to disk, perhaps even compresses it.&lt;BR /&gt;2) Then have fbackup back up the chesen location.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 04 Nov 2004 08:37:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-files-to-the-disk-amp-than-to-the-tape/m-p/3414786#M203189</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-11-04T08:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup files to the disk &amp; than to the tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-files-to-the-disk-amp-than-to-the-tape/m-p/3414787#M203190</link>
      <description>is there any way how to create fbackup format tape as copy of fbackup_file??&lt;BR /&gt;&lt;BR /&gt;The same thing must be usedin case of duplicating Fbackup ??&lt;BR /&gt;&lt;BR /&gt;We need to have fbackup format tape because of vendor support - in case of emergency they can ask us for that.&lt;BR /&gt;&lt;BR /&gt;I thought about somethning like:&lt;BR /&gt;&lt;BR /&gt;frecover &lt;FILE&gt; to stdout | fbackup &lt;TO tape=""&gt; from stdin&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;????&lt;/TO&gt;&lt;/FILE&gt;</description>
      <pubDate>Thu, 04 Nov 2004 08:46:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-files-to-the-disk-amp-than-to-the-tape/m-p/3414787#M203190</guid>
      <dc:creator>Petr Simik_1</dc:creator>
      <dc:date>2004-11-04T08:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup files to the disk &amp; than to the tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-files-to-the-disk-amp-than-to-the-tape/m-p/3414788#M203191</link>
      <description>Do you need your application/database to be closed for a cold backup ?&lt;BR /&gt;&lt;BR /&gt;If you need a cold backup the best way to minimise downtime is to either create a mirror or snapshot of the areas which will have open data.  This will require either mirrordisk/ux or online jfs.&lt;BR /&gt;&lt;BR /&gt;1. Create mirror.&lt;BR /&gt;2. Shutdown app/db&lt;BR /&gt;3. Split mirror (takes seconds)&lt;BR /&gt;4. Start app/db&lt;BR /&gt;5. fsck and mount split lvol(s)&lt;BR /&gt;6. Perform backup using split lvol &lt;BR /&gt;&lt;BR /&gt;If insufficient space/disks for mirror investigate using snapshots.  I use both methods on site.&lt;BR /&gt;&lt;BR /&gt;You can reduce backup times by also performing a backup of just your data, backup the OS areas at a different time.&lt;BR /&gt;&lt;BR /&gt;To copy fbackup disk file to tape use dd i.e.  dd bs=16k if=/dir/file of=/dev/rmt/xm&lt;BR /&gt;&lt;BR /&gt;By default fbackup uses 16k blocksize ensure dd uses the same blocksize.&lt;BR /&gt;&lt;BR /&gt;Example recovery :&lt;BR /&gt;&lt;BR /&gt;dd bs=16k if=/dev/rmt/xm | frecover -r -f -&lt;BR /&gt;&lt;BR /&gt;Good luck.</description>
      <pubDate>Thu, 04 Nov 2004 08:55:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-files-to-the-disk-amp-than-to-the-tape/m-p/3414788#M203191</guid>
      <dc:creator>D Anderton</dc:creator>
      <dc:date>2004-11-04T08:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup files to the disk &amp; than to the tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-files-to-the-disk-amp-than-to-the-tape/m-p/3414789#M203192</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Why do you want to bribg the system down?&lt;BR /&gt;have you tried using -I /dir/file&lt;BR /&gt;?&lt;BR /&gt;&lt;BR /&gt;greetings,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Nov 2004 09:01:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-files-to-the-disk-amp-than-to-the-tape/m-p/3414789#M203192</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2004-11-04T09:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup files to the disk &amp; than to the tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-files-to-the-disk-amp-than-to-the-tape/m-p/3414790#M203193</link>
      <description>thank u.&lt;BR /&gt;-Split of mirror is good idea - might work - I am going to check it. &lt;BR /&gt;&lt;BR /&gt;-Snapshot - we cannot use this vendor doesn't allow any further instalation to this server.&lt;BR /&gt;&lt;BR /&gt;- I don't need to send system down - I just need consistent fbackup apps (probably need be stopped). Fbackup format is important because it is only supported by vendor.&lt;BR /&gt;&lt;BR /&gt;- Recovery dd bs=16k if=/dev/rmt/xm | frecover -r -f - this recovery works but in case I have really huge file than in case that I need to recover only small amount of data I need to load whole file from the tape. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Our idea was to perform fbackup to disk and than to the tape.&lt;BR /&gt;&lt;BR /&gt;I read that fbackup is using ftio this might work?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Nov 2004 09:33:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-files-to-the-disk-amp-than-to-the-tape/m-p/3414790#M203193</guid>
      <dc:creator>Petr Simik_1</dc:creator>
      <dc:date>2004-11-04T09:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup files to the disk &amp; than to the tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-files-to-the-disk-amp-than-to-the-tape/m-p/3414791#M203194</link>
      <description>thank U boys I still didn't find my solution,&lt;BR /&gt;but thank U for nice advices.&lt;BR /&gt;If you know any other TIP just send it here I keep watchin this thread and any other tips.</description>
      <pubDate>Thu, 04 Nov 2004 10:15:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-files-to-the-disk-amp-than-to-the-tape/m-p/3414791#M203194</guid>
      <dc:creator>Petr Simik_1</dc:creator>
      <dc:date>2004-11-04T10:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup files to the disk &amp; than to the tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-files-to-the-disk-amp-than-to-the-tape/m-p/3414792#M203195</link>
      <description>Sorry my mistake if you copy the fbackup file to tape using :&lt;BR /&gt;&lt;BR /&gt;dd bs=16k if=/dir/file of=/dev/rmt/xm&lt;BR /&gt;&lt;BR /&gt;frecover should be able to read it back no need to perform a pipe from dd !!&lt;BR /&gt;&lt;BR /&gt;The key is to ensure that the block size is the same on dd as that that fbackup uses (16k as default).  Only need to use dd with frecover if the block size was not the same.&lt;BR /&gt;&lt;BR /&gt;So :&lt;BR /&gt;&lt;BR /&gt;fbackup to disk&lt;BR /&gt;dd to tape&lt;BR /&gt;frecover for recovery...&lt;BR /&gt;&lt;BR /&gt;G&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Nov 2004 10:35:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-files-to-the-disk-amp-than-to-the-tape/m-p/3414792#M203195</guid>
      <dc:creator>D Anderton</dc:creator>
      <dc:date>2004-11-04T10:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup files to the disk &amp; than to the tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-files-to-the-disk-amp-than-to-the-tape/m-p/3414793#M203196</link>
      <description>Petr,&lt;BR /&gt;&lt;BR /&gt;if you want to *significantly* reduce downtime this way then you have to do it through any way of a snapshot or split mirror copy.&lt;BR /&gt;&lt;BR /&gt;Any other method means that you actually read and write all the data. If this copy goes to a disk you may be a little faster than in writing to tape but not in the order of magnitudes. If you have a slow disk it will give you less write performance than an LTO2 tape drive...&lt;BR /&gt;&lt;BR /&gt;So for copying data (disregarding DataProtector etc) your best choices in terms of performance are dd or vxdump.&lt;BR /&gt;&lt;BR /&gt;If you have relatively full filesystems or filesystems with tens of thousands of files try&lt;BR /&gt;dd if=/dev/vgorig/rlvol# of=/dev/vgbackup/rlvol# bs=1024k&lt;BR /&gt;(vgbackup lvol needs to be eqaul size or larger than vgorig lvol)&lt;BR /&gt;or for relatively empty filesystems try&lt;BR /&gt;vxdump -0 -f - -b 16 /orig_mountpoint | (cd /backup_mounpoint ; vxrestore rf -)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bernhard</description>
      <pubDate>Thu, 04 Nov 2004 10:42:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-files-to-the-disk-amp-than-to-the-tape/m-p/3414793#M203196</guid>
      <dc:creator>Bernhard Mueller</dc:creator>
      <dc:date>2004-11-04T10:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup files to the disk &amp; than to the tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-files-to-the-disk-amp-than-to-the-tape/m-p/3414794#M203197</link>
      <description>good ,&lt;BR /&gt;this is exactrly what I am looking for now&lt;BR /&gt; but it doesn't work</description>
      <pubDate>Thu, 04 Nov 2004 10:50:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-files-to-the-disk-amp-than-to-the-tape/m-p/3414794#M203197</guid>
      <dc:creator>Petr Simik_1</dc:creator>
      <dc:date>2004-11-04T10:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup files to the disk &amp; than to the tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-files-to-the-disk-amp-than-to-the-tape/m-p/3414795#M203198</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;could you please specify what is still missing/not working?&lt;BR /&gt;&lt;BR /&gt;greetings,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Nov 2004 17:00:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-files-to-the-disk-amp-than-to-the-tape/m-p/3414795#M203198</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2004-11-04T17:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup files to the disk &amp; than to the tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-files-to-the-disk-amp-than-to-the-tape/m-p/3414796#M203199</link>
      <description>fbackup (unlike cpio, tar, dump, etc) know the difference between tape drives and non-tape destinations. When the destination specified in fbackup is either a file or stdout, fbackup can no longer control the tape and write setmarks. So the format of the file, while acceptable to frecover, cannot be simply copied to a tape. You might be able to use a pipe to feed into frecover, something like this:&lt;BR /&gt; &lt;BR /&gt;cat /dev/rmt/0m | frecover -f - &lt;OTHER options=""&gt;&lt;BR /&gt; &lt;BR /&gt;The - represents stdin so frecover will not try to manipulate the non-existant tape. But as a production technique, I'd never try it. Too much risk, extremely slow restore times and too many ways to make a mistake.&lt;/OTHER&gt;</description>
      <pubDate>Thu, 04 Nov 2004 18:48:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-files-to-the-disk-amp-than-to-the-tape/m-p/3414796#M203199</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-11-04T18:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup files to the disk &amp; than to the tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-files-to-the-disk-amp-than-to-the-tape/m-p/3414797#M203200</link>
      <description>This is what I did and didn't work.&lt;BR /&gt;Otherwise - thank you for other ideas and explanations.This may be is not a way how to do that.:&lt;BR /&gt;&lt;BR /&gt;host1b:/tmp/eurotel#fbackup -i /tmp/mf -f /tmp/fbackup_file&lt;BR /&gt;fbackup(1004): session begins on Fri Nov  5 09:37:18 2004&lt;BR /&gt;fbackup(3024): writing volume 1 to the output file /tmp/fbackup_file&lt;BR /&gt;fbackup(3055): total file blocks read for backup: 134&lt;BR /&gt;fbackup(3056): total blocks written to output file /tmp/fbackup_file: 164&lt;BR /&gt;host1b:/tmp/eurotel#frecover -r -f /tmp/fbackup_file -N -v&lt;BR /&gt;drwxr-xr-x      root    root    /&lt;BR /&gt;drwxrwxrwt      bin     bin     /tmp&lt;BR /&gt;drwxr-xr-x      root    sys     /tmp/mf&lt;BR /&gt;-r-xr-xr-x      root    sys     /tmp/mf/ls&lt;BR /&gt;-rw-r--r--      root    sys     /tmp/mf/syslog.log&lt;BR /&gt;host1b:/tmp/eurotel#dd bs=16k if=/tmp/fbackup_file of=/dev/rmt/0m&lt;BR /&gt;5+1 records in&lt;BR /&gt;5+1 records out&lt;BR /&gt;host1b:/tmp/eurotel#frecover -r -f /dev/rmt/0m -N -v&lt;BR /&gt;frecover(2105): did not find expected file marker&lt;BR /&gt;frecover(5419): checksum on volume header is incorrect.&lt;BR /&gt;frecover(5420): not an fbackup volume; magic value is incorrect&lt;BR /&gt;frecover(2105): did not find expected file marker&lt;BR /&gt;frecover(5412): Do you wish to try to salvage this volume? (^[yY]/^[nN]) frecover(4302): frecover interrupted, continue? (^[yY]/^[nN])&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Nov 2004 02:42:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-files-to-the-disk-amp-than-to-the-tape/m-p/3414797#M203200</guid>
      <dc:creator>Petr Simik_1</dc:creator>
      <dc:date>2004-11-05T02:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup files to the disk &amp; than to the tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-files-to-the-disk-amp-than-to-the-tape/m-p/3414798#M203201</link>
      <description>Your right sorry.&lt;BR /&gt;&lt;BR /&gt;It does work with the pipe :&lt;BR /&gt;&lt;BR /&gt;TALSMS1:/#fbackup -i /sysinfo -f /tmp/file_out&lt;BR /&gt;fbackup(1004): session begins on Fri Nov  5 10:30:19 2004&lt;BR /&gt;fbackup(3024): writing volume 1 to the output file /tmp/file_out&lt;BR /&gt;fbackup(3055): total file blocks read for backup: 77685&lt;BR /&gt;fbackup(3056): total blocks written to output file /tmp/file_out: 78116&lt;BR /&gt;TALSMS1:/#dd bs=16k if=/tmp/file_out of=/dev/rmt/0m&lt;BR /&gt;2441+1 records in&lt;BR /&gt;2441+1 records out&lt;BR /&gt;TALSMS1:/#dd bs=16k if=/dev/rmt/0m | frecover -rNv -f -&lt;BR /&gt;drwxr-xr-x      root    root    /&lt;BR /&gt;drwxrwxrwx      root    root    /sysinfo&lt;BR /&gt;etc..etc..&lt;BR /&gt;&lt;BR /&gt;So if you could keep the previous night on disk for 24hrs aswell as copying it to tape, your disk copy will resolve the fast recovery issue for any file required from the previous day..  &lt;BR /&gt;&lt;BR /&gt;Hopefully a workable solution.</description>
      <pubDate>Fri, 05 Nov 2004 05:37:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-files-to-the-disk-amp-than-to-the-tape/m-p/3414798#M203201</guid>
      <dc:creator>D Anderton</dc:creator>
      <dc:date>2004-11-05T05:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup files to the disk &amp; than to the tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-files-to-the-disk-amp-than-to-the-tape/m-p/3414799#M203202</link>
      <description>Damian,&lt;BR /&gt;yes dd | frecover  works, but than it has to load whole file and than do the recovery which takes much more time than frecover only.</description>
      <pubDate>Fri, 05 Nov 2004 05:50:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-files-to-the-disk-amp-than-to-the-tape/m-p/3414799#M203202</guid>
      <dc:creator>Petr Simik_1</dc:creator>
      <dc:date>2004-11-05T05:50:56Z</dc:date>
    </item>
  </channel>
</rss>

