Re: tar: file is too long for ustar

2017-10-09 Thread Rares Aioanei
ession with bzip2 by tar, there's >> another... >> while tar run [tar cvvf - directory | bzip2 -9 -v > directory.tbz2], at a >> certain point, return: >> tar: file is too long for ustar >> The file that creates the problem is 30GB. >> >> What hap

Re: tar: file is too long for ustar

2017-10-09 Thread Marc Peters
at a > certain point, return: > tar: file is too long for ustar > The file that creates the problem is 30GB. > > What happen? > How Can I fix this problem...? > Thanks. Base tar is only capable to pack files <10GB. You can switch to archivers/gtar.

tar: file is too long for ustar

2017-10-09 Thread Max Power
Hi guys. OpenBSD never ceases to amaze me...!! Solved the problem about maximum compression with bzip2 by tar, there's another... while tar run [tar cvvf - directory | bzip2 -9 -v > directory.tbz2], at a certain point, return: tar: file is too long for ustar The file that crea