Thursday, June 25, 2015

Preserving Timestamps when copying via Linux

#SCP

scp -pr folder_to_copy/ user_name@server_host:/destination_folder/
 
 
#CP
 
cp -p source destination 

No comments: