I need to copy files and preserve all their metadata, including creation date.
I found ways to use rsync options to preserve modification date, but I also need the creation date to be the same, and not depending on when I copy the files.
Is there a way to do so? With a utility or any other way?
Maybe I could do it programmatically?