explain --pax-option with comment
This commit is contained in:
parent
0f5d935941
commit
1a8f2537ac
1 changed files with 4 additions and 0 deletions
|
@ -7073,6 +7073,10 @@ sub main() {
|
||||||
'--numeric-owner',
|
'--numeric-owner',
|
||||||
'--one-file-system',
|
'--one-file-system',
|
||||||
'--format=pax',
|
'--format=pax',
|
||||||
|
# If POSIXLY_CORRECT were set in the environment, the ustar header
|
||||||
|
# name would include the process id. This forces tar to always use
|
||||||
|
# %d/PaxHeaders/%f even if the POSIXLY_CORRECT environment variable is
|
||||||
|
# set. atime and ctime are deleted for improved reproducibility.
|
||||||
'--pax-option=exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime',
|
'--pax-option=exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime',
|
||||||
'-c',
|
'-c',
|
||||||
'--exclude=./lost+found'
|
'--exclude=./lost+found'
|
||||||
|
|
Loading…
Reference in a new issue