- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Fbackup question regarding blocks read and blocks ...
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-17-2008 06:04 AM
06-17-2008 06:04 AM
fbackup(3055): total file blocks read for backup: 39346730
fbackup(3056): total blocks written to output file /dev/rmt/3m: 39489386
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2008 06:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2008 06:27 AM
06-17-2008 06:27 AM
Re: Fbackup question regarding blocks read and blocks written
What's a few blocks among friends :-)
Seriously, though, I can think of one good reason for the higher output than input count.
Fbackup (by design) computes a checksum for a file taht is being backed up before it writes the file to tape. Once a copy of the file has been written to the tape, the checksum is recalculated. If the checksums don't match, the copy on tape is marked *bad* and a new copy is made. This mechanism of retries is governed by the 'maxretries' value in the 'fbackup' configuration file (default=5). It is intended to allow backing up inuse, changing files, or at least, attempting to make a valid (static) copy.
During a 'frecover' process, any file marked "bad" cannot (will not) be recovered.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2008 06:35 AM
06-17-2008 06:35 AM
Re: Fbackup question regarding blocks read and blocks written
-----------
The general structure of an fbackup volume is the same, no matter what type of device is used. There are some small specific differences due to differing capabilities of devices. The general structure is as follows:
+ reserved space for ASCII tape label (1024 bytes)
+ fbackup volume header (2048 bytes)
+ session index (size in field of volume header)
+ data
------------------
The number of "file blocks" is just the sum of the sizes of data files read from the disk. The "total blocks written to output" includes the data in those files, plus tape label, session index and periodic checkpoints to limit damage if one spot on the tape becomes bad.
Without this extra information, your backup would be just a pile of disorganized data: the session index contains the names, locations, modification times, ownerships, permissions and other important information about your files.
And, by the way, the block size of the tape is not necessarily the same as the block size of the disk: some tape technologies work much better with huge block sizes.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2008 06:56 AM
06-17-2008 06:56 AM
Re: Fbackup question regarding blocks read and blocks written
...and I always say read those manpages --- thanks, Matti !
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2008 07:19 AM
06-17-2008 07:19 AM
Re: Fbackup question regarding blocks read and blocks written
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2008 07:19 AM
06-17-2008 07:19 AM