- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: fbackup actual 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
08-06-2004 12:10 AM
08-06-2004 12:10 AM
fbackup(1005): run time: 4830 seconds
fbackup(1030): warnings encountered during backup
fbackup(3055): total file blocks read for backup: 8182530
fbackup(3056): total blocks written to output file /dev/rmt/0m: 8453985
After the fbackup completed,
1)What does the block mean?
2)How much (Kb) data was already backup?
3)What does the figure inside the bracket stands for?
regards.
regards
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2004 01:27 AM
08-06-2004 01:27 AM
Solution1)Block = Fbackup name for 1K 1024 byte
2)8180530 data kb and 8453985 kb on tape include all fbackup usage like interblock gaps
3)Indicates message number from fbackup
see
dumpmsg /usr/lib/nls/msg/C/fbackup.cat
For most messages
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2004 01:40 PM
08-08-2004 01:40 PM
Re: fbackup actual size
Just to clarify:
1) U mean 1 block is equal to 1kbytes, right?
2) So, total backup size is 8453985kbytes (~8GB), right?
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2004 07:04 PM
08-08-2004 07:04 PM
Re: fbackup actual size
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2004 05:58 PM
08-09-2004 05:58 PM
Re: fbackup actual size
fbackup(1005): run time: 4662 seconds
fbackup(1030): warnings encountered during backup
fbackup(3055): total file blocks read for backup: 8275197
fbackup(3056): total blocks written to output file /dev/rmt/1m: 8538233
8538233/1024/1024 = 8.14GB
regards.