HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Tar and fbackup
Operating System - HP-UX
1833876
Members
2119
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
10-06-2006 10:13 PM
10-06-2006 10:13 PM
Tar and fbackup
I want to know all the differences between tar and fbackup
Please give those different backups differences
Please give those different backups differences
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2006 03:17 AM
10-07-2006 03:17 AM
Re: Tar and fbackup
tar is the classic Unix backup tool and is most useful in exchanging data between different Unix systems. It has no central index of files, but isjust a series of headers and files/directories. Because of it's age (decades old), it's format has been fixed and therefore has severe limitations. Standard tar is limited to files less than 2Gb and while a patch for HP-UX extends the limit to a mere 8Gb, such backups are unreadable on other platforms. The latest Gnu version of tar removes the file size limit but it's format is also incompatible with standard tar.
tar doe not have any error recovery in case of a bad spot on the tape, and does not handle multi-tape backups very well. And it is a single threaded, unbuffered process so it can't keep up with modern tape drives.
fbackup is a proprietary format just for HP-UX. As such, it is not useful for exchanging data between Unix or other systems. However, it has many features found only in commercial backup programs. It has a central index of all files at the front of each tape. It has the ability to handle multi-tape backups as well as manipulating a tape changer. It has error recovery to resync past bad spots on a tape, and is multi-threaded (technically, multi-process) so that data can be gathered very rapidly for today's ultra-speed tape drives.
The central index is a very important feature in that any file or directory can be restored in just a few minutes. fbackup verifies that a tape is not a previously recorded tape in the same multi-tape backup, and with frecover, can verify the backup tapes using special checksums. fbackup will handle any size files including terabytes.
So tar is useful in small backups primarily used for data interchange between non-HP-UX machines. It has simple options so it is useful in creating disk-to-disk tar archives, often called tarballs.
But fbackup is the tool of choice for full system backups, With a config file, it can keep the fastest tape drives running at full speed and has the reliability features to handle terabyte filesystems.
And of course, neither tar, cpio, dump or fbackup can restore a system to a blank disk. For that, you need Ignite/UX for a bootable image of the OS.
Bill Hassell, sysadmin
tar doe not have any error recovery in case of a bad spot on the tape, and does not handle multi-tape backups very well. And it is a single threaded, unbuffered process so it can't keep up with modern tape drives.
fbackup is a proprietary format just for HP-UX. As such, it is not useful for exchanging data between Unix or other systems. However, it has many features found only in commercial backup programs. It has a central index of all files at the front of each tape. It has the ability to handle multi-tape backups as well as manipulating a tape changer. It has error recovery to resync past bad spots on a tape, and is multi-threaded (technically, multi-process) so that data can be gathered very rapidly for today's ultra-speed tape drives.
The central index is a very important feature in that any file or directory can be restored in just a few minutes. fbackup verifies that a tape is not a previously recorded tape in the same multi-tape backup, and with frecover, can verify the backup tapes using special checksums. fbackup will handle any size files including terabytes.
So tar is useful in small backups primarily used for data interchange between non-HP-UX machines. It has simple options so it is useful in creating disk-to-disk tar archives, often called tarballs.
But fbackup is the tool of choice for full system backups, With a config file, it can keep the fastest tape drives running at full speed and has the reliability features to handle terabyte filesystems.
And of course, neither tar, cpio, dump or fbackup can restore a system to a blank disk. For that, you need Ignite/UX for a bootable image of the OS.
Bill Hassell, sysadmin
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP