Skip to content

Commit 93286e0

Browse files
committed
blah
1 parent 32eee70 commit 93286e0

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/basics/datatransfer.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Data Transfer { #datatransfer }
2-
*Last update: April 14, 2025*
2+
*Last update: April 30, 2025*
33

44
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).
55

@@ -80,8 +80,8 @@ localhost$ scp bjones@stampede3.utexas.edu:myTACCfile .
8080

8181
Transfer files between TACC HPC resources, e.g. Stampede3 to Vista.
8282

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+
8585
Example: copy `myfile` in my home directory on Stampede3 to my account on Vista.
8686

8787
```cmd-line
@@ -100,7 +100,7 @@ If you are a researcher with data located at multiple institutions, we recommend
100100

101101
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.
102102

103-
### SSH Command-Line Examples { #ssh }
103+
## SSH Command-Line Examples { #ssh }
104104

105105
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.
106106

@@ -112,7 +112,7 @@ The `scp` and `rsync` commands are standard UNIX data transfer mechanisms used t
112112
To simplify the data transfer process, we recommend that Windows users follow the <a href="#datatransfer-cyberduck">How to Transfer Data with Cyberduck</a> guide as detailed below.
113113

114114

115-
## Advanced `scp` Examples
115+
### Advanced `scp` Examples
116116

117117
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:
118118

@@ -216,7 +216,6 @@ login1$ man rsync
216216

217217

218218

219-
220219
## UTBox and other Third-Party Storage Services { #datatransfer-thirdparty }
221220

222221
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

Comments
 (0)