- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: TAR limitations
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
03-26-2002 11:28 PM
03-26-2002 11:28 PM
Can we overcome the tar limitation of backing up files larger than 2GB by any chance. We require to take backup of some DBF files which exceeds this limit.
Regards
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2002 11:47 PM
03-26-2002 11:47 PM
Re: TAR limitations
Why not just use fbackup?
There was a thread on this somewhere...let me see..
ah , here: http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x537587dc4d7dd5118ff00090279cd0f9,00.html

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2002 12:36 AM
03-27-2002 12:36 AM
Solutioni think i read something that the GNU Version of tar doesn't have this 2GB limit. Check at www.gnu.org or at the Software Porting Center.
Hope this helps
Regards Stefan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2002 12:48 AM
03-27-2002 12:48 AM
Re: TAR limitations
I would agree with the fbackup since HP supports that.
Also it is a lot faster.
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2002 12:52 AM
03-27-2002 12:52 AM
Re: TAR limitations
I agree with Steve where possible stay with the supported tools sets. Another alternative is cpio also supported.
cheers
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2002 01:03 AM
03-27-2002 01:03 AM
Re: TAR limitations
As the others i reconmend staying with the supported tools if possible.
Regards Stefan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2002 01:05 AM
03-27-2002 01:05 AM
Re: TAR limitations
hi,
You can use GNU tar. It is a popular substitute for regular tar, in such cases.
the link is:
http://hpux.cs.utah.edu/hppd/hpux/Gnu/tar-1.13.25/
HTH
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2002 02:37 AM
03-27-2002 02:37 AM
Re: TAR limitations
Though you all have a valid point that using fbackup is both faster and more widely available for HP systems, there's also some drawbacks to that.
1. It's absolutely unportable to other systems (AIX, Solaris, Linux, ...)
2. The user interface (command line options) sucks
3. It's not backward compatible
4. It is rigid (it cannot deal with other formats)
We've chosen for GNU's cpio, having the widest range of cross system options and portability
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2002 08:45 PM
03-27-2002 08:45 PM
Re: TAR limitations
Thanks all of you for your help. I am able to take the backup of files larger than 2GB size using GNU tar utility.