Operating System - HP-UX
1837668 Members
2831 Online
110117 Solutions
New Discussion

Re: Default blocking factor

 
SOLVED
Go to solution
Didier Rox
Occasional Contributor

Default blocking factor

Is there a way to change the default blocking factor that tar command is using (HP-UX 11.00)?

I do not want to use -b option. I want to change the default value to another one.

Is the default value coded in a file, kernel, binary, ...?

Many thanks,
Didier
1 REPLY 1
John Palmer
Honored Contributor
Solution

Re: Default blocking factor

The default value will be recorded in the tar binary.

You'll have to obtain the source of tar, amend the default value and compile it. GNU tar source is available here:
http://hpux.connect.org.uk/hppd/hpux/Gnu/tar-1.14/

Regards,
John