The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > AIX
Google UNIX.COM


AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Split large file and add header and footer to each file ashish4422 Shell Programming and Scripting 1 04-15-2008 03:12 AM
how to divide single large log file into multiple files. kamleshm Shell Programming and Scripting 1 01-15-2008 04:33 PM
Check backup file size on backup tape ayhanne UNIX for Dummies Questions & Answers 0 10-25-2007 08:41 AM
Strange difference in file size when copying LARGE file.. 0ktalmagik Filesystems, Disks and Memory 1 06-03-2006 04:34 PM
Backup Differnet Unix OS Using Single LTO mickykt UNIX for Dummies Questions & Answers 2 11-07-2004 06:30 PM

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1  
Old 06-09-2005
Registered User
 

Join Date: Jun 2005
Posts: 3
Backup single large file

Hi

I have a single large file 11gb that I need to copy/backup to tape then restore on another system. I tried tar but that complained about the file being too large

Anyone have any suggestions how I can do this with AIX 5.2

Much appreciated.
Reply With Quote
Forum Sponsor
  #2  
Old 06-09-2005
Registered User
 

Join Date: May 2005
Posts: 80
Have you tried cpio ?
Reply With Quote
  #3  
Old 06-09-2005
Registered User
 

Join Date: Nov 2001
Location: Flint, MI
Posts: 185
This was helpful for me:
dumping data and compressing
Reply With Quote
  #4  
Old 06-13-2005
Bughunter Extraordinaire
 

Join Date: May 2005
Location: In the leftmost byte of /dev/kmem
Posts: 1,235
In addition to what is in the mentioned thread you could also try the following:

tar -cvf - <yourfile> | gzip -9 <name_of_resultfile>

Unpack it by:

gzip -cd <name_of_resultfile> | tar -xvf -

bakunin
Reply With Quote
Google The UNIX and Linux Forums
Reply

Tags
cpio

Thread Tools
Display Modes




All times are GMT -7. The time now is 01:50 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008. All Rights Reserved.Ad Management by RedTyger Visit The Complex Event Processing Blog

Content Relevant URLs by vBSEO 3.2.0