This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
fileaccess [2017/05/09 19:45] mgstauff [rsync - secure remote copy] |
fileaccess [2018/03/26 14:57] (current) mgstauff [What server to transfer to/from ?] |
||
---|---|---|---|
Line 16: | Line 16: | ||
- contact the sysadmins to discuss using our secure FTP server | - contact the sysadmins to discuss using our secure FTP server | ||
- | ====== | + | ====== |
+ | |||
+ | Data from PACS and scanners can be transferred directly to the cluster. [[pacs| See the PACS page]]. | ||
+ | |||
+ | ====== Transferring | ||
Generally you'll need to move files between your local/ | Generally you'll need to move files between your local/ | ||
Line 26: | Line 30: | ||
170.212.169.225 - / | 170.212.169.225 - / | ||
170.212.169.49 | 170.212.169.49 | ||
+ | crich - /data/jux | ||
---- | ---- | ||
Line 40: | Line 45: | ||
This is a powerful command line program for copying files between computers on the network. The recommended command for transferring to the cluster is this: | This is a powerful command line program for copying files between computers on the network. The recommended command for transferring to the cluster is this: | ||
- | | + | rsync -prltD --chmod=Dug+rwx, |
| | ||
The options specified above tell rsync to recursively copy all files and directories that you specify in the command, and to modify file and directory ownership in a way that's appropriate for most cluster directories, | The options specified above tell rsync to recursively copy all files and directories that you specify in the command, and to modify file and directory ownership in a way that's appropriate for most cluster directories, | ||
Line 68: | Line 73: | ||
rsync -prltD --chmod=Dug+rwx, | rsync -prltD --chmod=Dug+rwx, | ||
- | + | ||
The '' | The '' | ||