- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: a question about tar
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
02-24-2003 05:38 PM
02-24-2003 05:38 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2003 05:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2003 05:51 PM
02-24-2003 05:51 PM
Re: a question about tar
Yep, Tom's correct.
2 to 1 is an avg - ONLY.
If it's more binary-like than text-like, it's highly likely that dog won't hunt.
Only thing you can do is verify that IF the drive has a compression controlling DIP Sw, it's not in the detrimental position. The drive will compress at it's best ability otherwise.
Later,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2003 05:57 PM
02-24-2003 05:57 PM
Re: a question about tar
device file for highest comp and density. do
man 7 mt
mor more details...
tape drives normally are set to do compression, so the BEST option should work for you...
hope this helps...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2003 09:10 PM
02-24-2003 09:10 PM
Re: a question about tar
But most important, /usr/bin/tar on HP-UX cannot backup a 14Gb file. It can backup hundreds of 2Gb files but the industry standard headers prevent storing a file size larger than 2Gb. If your file is truly 14Gb then tar won't be appropriate. You need to pick a program that is large-file compatible for both the backup and restore machines. For HP-UX, you can use fbackup/frestore. but for other systems, you'll need to work out compatibility issues.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2003 10:02 PM
02-24-2003 10:02 PM
Re: a question about tar
Add to your notes that tar GNU will support large file systems.
download it from here.
http://gatekeep.cs.utah.edu/hppd/hpux/Gnu/tar-1.13.25/
Good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2003 10:49 PM
02-24-2003 10:49 PM
Re: a question about tar
you may also consider compressing (gzip) the file before tar'ring it to the tape drive.
hope this helps!
Best Regards
Yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2003 11:55 PM
02-24-2003 11:55 PM
Re: a question about tar
I thing you could use another command
to archive this file /tar, even GNU-tar is
not supported large files/. Try fbackup.
Regards