SunOS tar filename is greater than 100
I used the option E
Write a tarfile with extended headers
So the command tar cEf file.tar dir
worked smoothly
That's a restriction of pre-POSIX tar
. You can use cpio -H ustar
, POSIX standard pax
, or install GNU tar
.