I copy files a lot, whenever I copy files I want their metadata (specifically the metadata that tells me when the file was created), to stay the same with the copy. On windows i usually just use robocopy to accomplish this.
However as far as I can tell on ubuntu it just makes the timestamps for when a file was created the same as when a file was last modified.
So my question is does ubuntu actually store the timestamps for when a file was created?
And could I use chmod, or cp -p or some FOSS to copy the metadata? I'm trying to stop using windows as much as possible.
so far I've searched the forum and found these answers to similar questions, i haven't tested any of them yet: How to copy only file attributes (metadata) without actual content of the file?
avconv how to copy all stream and merge metadata (fix creation date)?