- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to backup the big file using 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
Discussions
Discussions
Discussions
Forums
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
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-24-2002 10:55 PM
тАО06-24-2002 10:55 PM
I send a command "tar cvf /dev/rmt/0m * " on HP-UX ,the result is "tar : Size of fullbkup > 2GB . Not dumped " ,where fullbkup is a file which size larger than 2GB .how can i do for this ?
another question ,I want to tar several files to the tape for several times .how can i know if the tape is full and the status of the tape is well .
appreciate your helping me !!
Solved! Go to Solution.
- Tags:
- tar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2002 11:08 PM
тАО06-24-2002 11:08 PM
SolutionIt is not easy to know the status of a tape becuase since data on a tape is compressed then the amount of free space on a tape is dependent on the type data you are writing, if you are archiving text files then they compress very good, binaries compress a bit less.
Usually they assume a compression ratio of 1:2 so say a DDS2 tape will natively store 4GB but in theory using 1:2 compression it should store 8GB.
Using these guidelines and the size of the files you have you can estimate the free space.
Good luck
Stefan
- Tags:
- fbackup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2002 11:10 PM
тАО06-24-2002 11:10 PM
Re: how to backup the big file using tar
Tar / cpio cannot backup files grater than 2 Gig, a possibility is to zip it first:-
gzip -9
See man gzip.
Or use fbackup.
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2002 11:11 PM
тАО06-24-2002 11:11 PM
Re: how to backup the big file using tar
You can get the 'gnu' based tar product. It can backup after the 2Gb marker. Alternatively you can use 'fbackup'.
Michael
- Tags:
- gtar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2002 11:11 PM
тАО06-24-2002 11:11 PM
Re: how to backup the big file using tar
the tar- command is not able to backup files bigger than 2 GB! Use the pax- command instead. This is a newer command which is able to do so and is also able to read each tar- or cpio- format.
As alternative, you could also use Gnu- tar, which runs on HP-UX without problems.
Allways stay on the bright side of life!
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2002 11:16 PM
тАО06-24-2002 11:16 PM
Re: how to backup the big file using tar
Have a look there :
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x7283107d277ad611abdb0090277a778c,00.html
Regards,
Fr??d??ric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-25-2002 04:03 AM
тАО06-25-2002 04:03 AM
Re: how to backup the big file using tar
PHCO_26423 s700_800 11.11 tar(1) cumulative patch
PHCO_26422 s700_800 11.11 pax(1) cumulative patch
They enables up to 8GB files.
2- About tape available capacity:
search ddsinfo on http://hpux.cs.utah.edu
Or
ftp://contrib:9unsupp8@hprc.external.hp.com/sysadmin/programs/tapeinfo
Both programs will show compresion and capacity statistics.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-25-2002 06:28 AM
тАО06-25-2002 06:28 AM
Re: how to backup the big file using tar
http://gatekeep.cs.utah.edu/hppd/hpux/Gnu/tar-1.13.25/