tar untar files loses modification date -


when tar file , untar it, lose modification , creation date of file. there way protect date? need because have jenkins job uses aws sync command after untaring , keeps uploading same files s3.

tar --atime-preserve preserve access time, creation , modification times not preserved.

if receiving file system time stamps important, might have more success dump , restore commands (provided supported). believe there more options on how handle time stamps, intended backup , restore.


Comments

Popular posts from this blog

matlab - error with cyclic autocorrelation function -

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

c# - What is a good .Net RefEdit control to use with ExcelDna? -