cc_staff
6
edits
No edit summary |
(Marked this version for translation) |
||
Line 23: | Line 23: | ||
* [[Transferring_data#Rsync | rsync]] | * [[Transferring_data#Rsync | rsync]] | ||
<!--T:35--> | |||
Note: If you want to transfer files between other Compute Canada clusters and Niagara use the SSH agent forwarding flag, <code>-A</code> when logging into another cluster. For example, to copy files to Niagara from Cedar use: | Note: If you want to transfer files between other Compute Canada clusters and Niagara use the SSH agent forwarding flag, <code>-A</code> when logging into another cluster. For example, to copy files to Niagara from Cedar use: | ||
<!--T:36--> | |||
<pre> | <pre> | ||
ssh -A USERNAME@cedar.computecanada.ca | ssh -A USERNAME@cedar.computecanada.ca |