|
Search Forums:
|
|||||||
| Forums | Register | Forum Rules | Linux and Unix Links | Man Pages | Albums | FAQ | Users | Calendar | Search | Today's Posts | Mark Forums Read |
| 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. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
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
|
|||
|
|||
|
Try that: Code:
LC_ALL=C tar cEvf CLPSI_PRU_Escrow_31994.tar CLPSI_PRU_Escrow_31994 |
| Sponsored Links | ||
|
|
|
#3
|
|||
|
|||
|
Quote:
thanks that seems to be doing the trick |
|
#4
|
||||
|
||||
|
Please bear in mind, that using the E modifier produces non portable tar archives, afaik.
|
| Sponsored Links | |
|
|
#5
|
|||
|
|||
|
Quote:
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
|
||||
|
||||
|
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
|
|||
|
|||
|
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 | ||
|
|
![]() |
| Thread Tools | Search this Thread |
| 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 |
|
|