How do I copy files while preserving creation times?
I want to copy files while preserving all attributes including creation and modification times?
When I copy on Mac, rsync -t
, cp -p
, ditto -V
do not preserve creation times. The new file shows it was created at the time of copying.
Are there any other commands on Mac, Windows, or Linux that do preserve creation times?