index | About timestamps | Main index

Linux timestamps, Started 5/18/2024

tar --create --file=destination.tar --format=posix file.type

That works for getting changed at timestamps, ctime, on Ubuntu and Android tested. I have not found a way to restore yet but that definitely records ctime. Thanks Ccx on Telegram for this information. That person gave me that pax format which I looked up and in this context also is posix stores ctime with .tar files. If restoring ever works please tell me. That is for in terminal on Linux systems.

X E.