Go Back   The UNIX and Linux Forums > Operating Systems > Solaris
Search Forums:



Solaris The Solaris Operating System, usually known simply as Solaris, is a Unix-based operating system introduced by Sun Microsystems. The Solaris OS is now owned by Oracle.

Closed Thread    
 
Thread Tools Search this Thread Display Modes
    #1  
Old 04-19-2010
Registered User
 

Join Date: Mar 2010
Location: Ireland
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Tar too large to archive. Use E function modifier.

hey all,

i am trying to tar up a folder with sub folders the over all size will be about 70gb
but when i use the normal command

Code:
tar -cvf  tar -cvf CLPSI_PRU_Escrow_31994.tar CLPSI_PRU_Escrow_31994

i get an error tar:
Code:
CLPSI_PRU_Escrow_31994/dump1/PROD_SAE_jria3_dump.5 too large to archive.  Use E function modifier.

so i used the E function but then get another error


Code:
tar: conversion routines not available for current locale.  file (CLPSI_PRU_Escrow_31994): UTF-8 conversion failed.


can anyone please help, all i want to do is tar up the folder and then encrypt the data with gpg

Last edited by pludi; 04-19-2010 at 05:44 AM.. Reason: code tags, please....
Sponsored Links
    #2  
Old 04-19-2010
ɹǝsn *sıɹɐlos*
 

Join Date: Dec 2007
Location: Paris
Posts: 3,712
Thanks: 11
Thanked 296 Times in 276 Posts
Try that:

Code:
LC_ALL=C tar cEvf CLPSI_PRU_Escrow_31994.tar CLPSI_PRU_Escrow_31994

Sponsored Links
    #3  
Old 04-19-2010
Registered User
 

Join Date: Mar 2010
Location: Ireland
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by jlliagre View Post
Try that:

Code:
LC_ALL=C tar cEvf CLPSI_PRU_Escrow_31994.tar CLPSI_PRU_Escrow_31994


thanks that seems to be doing the trick
    #4  
Old 04-19-2010
hergp's Avatar
Registered User
 

Join Date: Jan 2010
Location: Vienna, Austria
Posts: 421
Thanks: 2
Thanked 73 Times in 67 Posts
Please bear in mind, that using the E modifier produces non portable tar archives, afaik.
Sponsored Links
    #5  
Old 04-19-2010
Registered User
 

Join Date: Mar 2010
Location: Ireland
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by hergp View Post
Please bear in mind, that using the E modifier produces non portable tar archives, afaik.


what does this mean? i am tarring up some database dumps and transfering them to another system. the transfer is done by USB
Sponsored Links
    #6  
Old 04-19-2010
hergp's Avatar
Registered User
 

Join Date: Jan 2010
Location: Vienna, Austria
Posts: 421
Thanks: 2
Thanked 73 Times in 67 Posts
As far as I know, the header format produced under the E modifier can only be read by the Solaris tar and star (BerliOS Developer: Project Summary - star).
Sponsored Links
    #7  
Old 04-19-2010
Registered User
 

Join Date: Jun 2009
Posts: 399
Thanks: 0
Thanked 39 Times in 39 Posts
The only realistic tar alternative - GNU tar - also produces non-portable tar archives.

As long as the OP can untar the tarballs, though, portability is an academic concern.
Sponsored Links
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Verify large file with Unix function duke0001 Shell Programming and Scripting 1 08-03-2009 04:11 PM
convert column into row with some modifier cdfd123 UNIX for Dummies Questions & Answers 1 07-10-2008 03:23 AM
Archive large debug files without cp firdousamir Shell Programming and Scripting 5 04-08-2008 09:56 AM
Perl: Getting back reference from s modifier cooldude Shell Programming and Scripting 8 03-19-2008 08:49 AM



All times are GMT -4. The time now is 05:34 AM.