...
scp can be used to copy data to/from the login node.
Copy from eRI login node to Inscrutable
Login to Inscrutable and then, for example:
copy a file from the user home on the eRI login node to the user home on Inscrutable.
Code Block |
---|
scp username@agresearch.co.nz@login-0.eri.agresearch.co.nz:/home/agresearch.co.nz/username/slurm-94.out /home/username/slurm-94.out |
Copy from Inscrutable to eRI login node
Code Block |
---|
scp -r /home/username/my-data username@agresearch.co.nz@login-0.eri.agresearch.co.nz:/home/agresearch.co.nz/username/my-data |
Accessing other data
Datasets are located at /agr/persist/datasets/
...