- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- fbackup size
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2000 07:43 AM
06-08-2000 07:43 AM
Understanding Fbackup/Frecover and Optimizing Backup
Performance
Records and Blocks
The commercial world is accustomed to logical records being combined into blocks, and blocks physically
written to tape or disk. Typically these records are about 80 bytes, as in a document. If a blocking factor
of 100 were used, then a block size of about 8K bytes would be written to tape, followed by an
interrecord gap.
Terminology can get a little confusing when trying to adapt this to fbackup. Fbackup has its own notion of
records and blocks. Its starting point is a block which it assumes consists of an unknown amount of raw
data (known in the commercial world as logical records). Its block size currently is 1024 bytes. Fbackup
combines these blocks into its own grouping, which hereafter is referred to as an fbackup record. It uses
the blocksperrecord option to specify the number of logical blocks which define a fbackup record. Using
the default blocksperrecord of 16, an fbackup record would be 16k bytes, and would be internally
structured as 16 logical 1k blocks. These 16k fbackup records would each be written to the output device
as individual 16k write(2) calls.
Beyond this level, how the output device handles the fbackup-record sized output is device dependent, and
relatively transparent to fbackup; if fbackup writes a 16k record to a file on an 8k-block filesystem, the
space on the disk would occupy two complete 8k HFS (High Speed File System) blocks. If fbackup
writes a 16k record to a half-inch magnetic tape or DDS, the space occupied on the tape would be 16k
contiguous bytes followed by an interrecord gap, considered one tape record, plus low-level tape format
overhead.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2000 08:08 AM
06-08-2000 08:08 AM
Re: fbackup size
frecover -f /dev/rmt/0m -V-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2000 11:36 AM
06-08-2000 11:36 AM
Re: fbackup size
. I have the 10.20 version if you want it. It provides some tape stats you may be interested in.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2000 02:58 AM
06-09-2000 02:58 AM
Re: fbackup size
Nominal capacity for DDS2 and 120m tapes is 4Gb. With a tipycal compresion factor of 2:1 it is 8Gb.
But compresion depends much of data type, among other things. I have put 20Gb in a 120M tape.
I think 43 Gb is too high, but maybe.
Try to frecover and compare data with original.
Try the tapeinfo utility to get full status of compresion and capacity of your media.
I.ve try visit this page ,but i get timeout.
I have my own utility, so if you are interesed, just respond on forum.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2000 05:10 AM
06-09-2000 05:10 AM
SolutionYou may have a 'sparse' file or files that your backing up. A sparse file is a file with holes in it (no data ever written to it). As far as any backup command is concerned it's just a block of nulls. If your tape drive does compression (as most do), nulls compress really well.
The 'tapeinfo' program is on an internal hp site so you can't get hold of that. If you can you could set the tape drives compression statistics to zero, then do your backup. After that you could check how much compression you go.
Also, there is an unsupported tool called 'fanalyze' which examines fbackup tapes. It also reports on the total data backed up and how much could be sparse.
I'm attaching fanalyze.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2000 10:37 AM
10-10-2000 10:37 AM
Re: fbackup size
Vince Laurent