Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 324 Bytes

File metadata and controls

8 lines (6 loc) · 324 Bytes

To transfer information from local to remote computer can use an rsync command like:

rsync -rt /path/to/current/location [email protected]:/path/to/remote/machine

This copies timestamp of file and all files in the the folder NOTE - symbolic links will have pointer copied but not the full file!