abstract:darwin:transfer

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
abstract:darwin:transfer [2021-04-28 13:09] – [Common clients for file transfer] anitaabstract:darwin:transfer [2021-04-28 13:12] – [Copying files between clusters] anita
Line 47: Line 47:
  
 <code bash> <code bash>
-  scp -r fuelcell traine@darwin.hpc.udel.edu:/home/work/it_css/projects+  scp -r fuelcell traine@darwin.hpc.udel.edu:/lustre/it_css/users/1201/projects
 </code> </code>
  
-copies the ''fuelcell'' directory in your local current working directory into the ''/home/work/it_css/projects'' directory on the DARWIN cluster. The ''/home/work/it_css/projects'' directory on the DARWIN cluster must exist, and ''traine'' must have write access to it.+copies the ''fuelcell'' directory in your local current working directory into the ''/lustre/it_css/users/1201/projects'' directory on the DARWIN cluster. The ''/lustre/it_css/users/1201/projects'' directory on the DARWIN cluster must exist, and ''traine'' must have write access to it.
  
 ===== Copying files from the cluster ===== ===== Copying files from the cluster =====
Line 66: Line 66:
  
 <code bash> <code bash>
-  scp -r traine@darwin.hpc.udel.edu:/home/work/it_css/project/fuelcell  .+  scp -r traine@darwin.hpc.udel.edu:/lustre/it_css/users/1201/projects/fuelcell  .
 </code> </code>
  
Line 91: Line 91:
   ssh -A traine@caviness.hpc.udel.edu   ssh -A traine@caviness.hpc.udel.edu
   cd archive/it_css/project   cd archive/it_css/project
-  scp -r fuelcell traine@darwin.hpc.udel.edu:/home/work/it_css/project/fuelcell+  scp -r fuelcell traine@darwin.hpc.udel.edu:/lustre/it_css/users/1201/projects/fuelcell
 </code> </code>
  
 will copy the directory ''fuelcell'' from Farber to a new ''fuelcell'' directory on DARWIN. will copy the directory ''fuelcell'' from Farber to a new ''fuelcell'' directory on DARWIN.
  
  • abstract/darwin/transfer.txt
  • Last modified: 2024-04-08 17:01
  • by anita