cp.1posix -pRv --reflink=auto /source/folder/file /destination/folder/file
copy files
-p     Duplicate the following characteristics of each source file in the corresponding destination file:
-R     Copy file hierarchies.
source manpages: cp