You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/basics/datatransfer.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# Data Transfer { #datatransfer }
2
-
*Last update: April 14, 2025*
2
+
*Last update: April 30, 2025*
3
3
4
4
TACC supports two primary technologies for data transfer: SSH (also referred to as SCP and SFTP) and Globus (also referred to as GridFTP). All TACC systems support SSH-based transfer, and most TACC systems support Globus-based transfer. When in doubt, we recommend that you start with SSH-based transfer as this requires the least setup and utilizes the TACC authentication system. Globus uses its own authentication system and will require additional setup steps, [outlined below](#globus).
Transfer files between TACC HPC resources, e.g. Stampede3 to Vista.
82
82
83
-
If you have an allocation on more than one TACC HPC resource, and want to move a file from one home directory or another, make use of the shared `$WORK` file system.
84
-
83
+
If you have an allocation on more than one TACC HPC resource, and want to move a file from one home directory or another, make use of the shared `$WORK` file system. There's no need for `scp` when both the source and destination involve subdirectories of `$STOCKYARD`.
84
+
85
85
Example: copy `myfile` in my home directory on Stampede3 to my account on Vista.
86
86
87
87
```cmd-line
@@ -100,7 +100,7 @@ If you are a researcher with data located at multiple institutions, we recommend
100
100
101
101
To backup files to TACC's Ranch archive, consult the [Ranch User Guide](https://docs.tacc.utexas.edu/hpc/corral/#transferring). Consult the [Corral User Guide][TACCCORRALUG] for instructions on transferring between Lonestar6 and Corral.
102
102
103
-
###SSH Command-Line Examples { #ssh }
103
+
## SSH Command-Line Examples { #ssh }
104
104
105
105
Transfer files between TACC HPC resources and other Linux-based systems using either [`scp`](http://linux.com/learn/intro-to-linux/2017/2/how-securely-transfer-files-between-servers-scp) or [`rsync`](http://linux.com/learn/get-know-rsync). Both `scp` and `rsync` are available in the Mac Terminal app. Windows SSH clients typically include `scp`-based file transfer capabilities.
106
106
@@ -112,7 +112,7 @@ The `scp` and `rsync` commands are standard UNIX data transfer mechanisms used t
112
112
To simplify the data transfer process, we recommend that Windows users follow the <ahref="#datatransfer-cyberduck">How to Transfer Data with Cyberduck</a> guide as detailed below.
113
113
114
114
115
-
## Advanced `scp` Examples
115
+
###Advanced `scp` Examples
116
116
117
117
The Linux `scp` (secure copy) utility is a component of the OpenSSH suite. Assuming your Lonestar6 username is `bjones`, a simple `scp` transfer that copies a file named `myfile` from your local Linux system to Lonestar6 `$HOME` would look like this:
118
118
@@ -216,7 +216,6 @@ login1$ man rsync
216
216
217
217
218
218
219
-
220
219
## UTBox and other Third-Party Storage Services { #datatransfer-thirdparty }
221
220
222
221
Unfortunately TACC does not allow direct access from UT Box or other third-party storage services such as Dropbox, Google or Amazon storage services. To transfer files from one of these services:
0 commit comments