Reputation: 41
I want to copy files and folders on my macOS 11 while maintaining the "created" time attribute.
I have tried the following commands in Terminal:
cp -p
rsync -atX
ditto
I'm using rsync stable version 3.3.0 protocol version 31
They only preserve modification times. The destination has updated creation times.
Upvotes: 0
Views: 216