1837291 Members
3242 Online
110115 Solutions
New Discussion

TAR limitations

 
SOLVED
Go to solution
deepak_9
Frequent Advisor

TAR limitations

Hi,
Can we overcome the tar limitation of backing up files larger than 2GB by any chance. We require to take backup of some DBF files which exceeds this limit.

Regards
Never Ever give Up !!!!!
8 REPLIES 8
Deepak Extross
Honored Contributor

Re: TAR limitations

Hi,
Why not just use fbackup?

There was a thread on this somewhere...let me see..
ah , here: http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x537587dc4d7dd5118ff00090279cd0f9,00.html
Stefan Schulz
Honored Contributor
Solution

Re: TAR limitations

Hi,

i think i read something that the GNU Version of tar doesn't have this 2GB limit. Check at www.gnu.org or at the Software Porting Center.

Hope this helps

Regards Stefan
No Mouse found. System halted. Press Mousebutton to continue.
Steve Steel
Honored Contributor

Re: TAR limitations

Hi


I would agree with the fbackup since HP supports that.

Also it is a lot faster.


Steve Steel

If you want truly to understand something, try to change it. (Kurt Lewin)
John Carr_2
Honored Contributor

Re: TAR limitations

Hi

I agree with Steve where possible stay with the supported tools sets. Another alternative is cpio also supported.


cheers
John.
Stefan Schulz
Honored Contributor

Re: TAR limitations

Please don't missunderstand me. My reply points towards your "Can we overcome the tar limitation of backing up files larger than 2GB".

As the others i reconmend staying with the supported tools if possible.

Regards Stefan
No Mouse found. System halted. Press Mousebutton to continue.
Roger Baptiste
Honored Contributor

Re: TAR limitations


hi,

You can use GNU tar. It is a popular substitute for regular tar, in such cases.
the link is:

http://hpux.cs.utah.edu/hppd/hpux/Gnu/tar-1.13.25/


HTH
raj
Take it easy.
H.Merijn Brand (procura
Honored Contributor

Re: TAR limitations

GNU tar will certainly do the trick. GNU tar has more advantages over HP's tar than just the 2Gb bound. It has also builtin compression (gzip) and other very useful options.

Though you all have a valid point that using fbackup is both faster and more widely available for HP systems, there's also some drawbacks to that.

1. It's absolutely unportable to other systems (AIX, Solaris, Linux, ...)
2. The user interface (command line options) sucks
3. It's not backward compatible
4. It is rigid (it cannot deal with other formats)

We've chosen for GNU's cpio, having the widest range of cross system options and portability
Enjoy, Have FUN! H.Merijn
deepak_9
Frequent Advisor

Re: TAR limitations

Hi ,

Thanks all of you for your help. I am able to take the backup of files larger than 2GB size using GNU tar utility.
Never Ever give Up !!!!!