Transfer from Madison: Difference between revisions
Jump to navigation
Jump to search
(Created page with "To transfer files and keep their structure identical, use the following command on m-machines : rsync -avP --no-implied-dirs --relative MADISON_USERNAME@data.icecube.wisc.edu...") |
No edit summary |
||
Line 1: | Line 1: | ||
To transfer files and keep their structure identical, use the following command on m-machines : | To transfer files and keep their structure identical, use the following command on m-machines : | ||
rsync -avP --no-implied-dirs --relative MADISON_USERNAME@data.icecube.wisc.edu:/data/DIRECTORIES/FILES / | rsync -avP --no-implied-dirs --relative MADISON_USERNAME@data.icecube.wisc.edu:/data/DIRECTORIES/FILES / | ||
If you get an '''ssh_exchange_identification: Connection closed by remote host''' | |||
then connect to the t2 cluster adding the '''-A''' option, wich ''Enables forwarding of the authentication agent connection'' dixit man: | |||
ssh -A mshort.iihe.ac.be |
Revision as of 15:05, 17 January 2017
To transfer files and keep their structure identical, use the following command on m-machines :
rsync -avP --no-implied-dirs --relative MADISON_USERNAME@data.icecube.wisc.edu:/data/DIRECTORIES/FILES /
If you get an ssh_exchange_identification: Connection closed by remote host then connect to the t2 cluster adding the -A option, wich Enables forwarding of the authentication agent connection dixit man:
ssh -A mshort.iihe.ac.be