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

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -