Changes between Version 22 and Version 23 of cypress/FileTransfer
- Timestamp:
- 11/08/22 19:25:58 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/FileTransfer
v22 v23 46 46 -v | processes that are run will be written out for the user to read 47 47 -z | compress the data 48 }}} 49 50 ===== Parallel File Transfer ===== 51 You had better set up [[cypress/ssh_public-key_authentication |SSH Public-Key Authentication]] to do this. 52 53 54 {{{ 55 find /source/dir -maxdepth 1 | xargs -n1 -P4 -I% rsync -Pavh % userID@cypress.tulane.edu:/lustre/project/group/user/dir 48 56 }}} 49 57