Changes between Version 22 and Version 23 of cypress/FileTransfer


Ignore:
Timestamp:
11/08/22 19:25:58 (2 years ago)
Author:
fuji
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cypress/FileTransfer

    v22 v23  
    4646-v | processes that are run will be written out for the user to read
    4747-z | compress the data
     48}}}
     49
     50===== Parallel File Transfer =====
     51You had better set up [[cypress/ssh_public-key_authentication |SSH Public-Key Authentication]] to do this.
     52
     53
     54{{{
     55find /source/dir -maxdepth 1 | xargs -n1 -P4 -I% rsync -Pavh % userID@cypress.tulane.edu:/lustre/project/group/user/dir
    4856}}}
    4957